Blender V4.3
types_int4_impl.h File Reference

Go to the source code of this file.

Functions

ccl_device_inline int4 make_int4 (int x, int y, int z, int w)
ccl_device_inline int4 make_int4 (int i)
ccl_device_inline int4 make_int4 (const float3 f)
ccl_device_inline int4 make_int4 (const float4 f)
ccl_device_inline void print_int4 (ccl_private const char *label, const int4 a)

Function Documentation

◆ make_int4() [1/4]

ccl_device_inline int4 make_int4 ( const float3 f)

Definition at line 74 of file types_int4_impl.h.

References ccl_device_inline, make_int4(), float3::x, float3::y, and float3::z.

◆ make_int4() [2/4]

ccl_device_inline int4 make_int4 ( const float4 f)

Definition at line 85 of file types_int4_impl.h.

References ccl_device_inline, and make_int4().

◆ make_int4() [3/4]

ccl_device_inline int4 make_int4 ( int i)

Definition at line 65 of file types_int4_impl.h.

References ccl_device_inline, and make_int4().

◆ make_int4() [4/4]

ccl_device_inline int4 make_int4 ( int x,
int y,
int z,
int w )

Definition at line 54 of file types_int4_impl.h.

References ccl_device_inline, w(), x, y, and z().

Referenced by make_int4(), make_int4(), and make_int4().

◆ print_int4()

ccl_device_inline void print_int4 ( ccl_private const char * label,
const int4 a )

Definition at line 94 of file types_int4_impl.h.

References ccl_device_inline, ccl_private, printf, int4::w, int4::x, int4::y, and int4::z.