|
Blender V4.3
|
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) |
| ccl_device_inline int4 make_int4 | ( | const float3 | f | ) |
Definition at line 74 of file types_int4_impl.h.
References make_int4(), float3::x, float3::y, and float3::z.
| ccl_device_inline int4 make_int4 | ( | const float4 | f | ) |
Definition at line 85 of file types_int4_impl.h.
References make_int4().
| ccl_device_inline int4 make_int4 | ( | int | i | ) |
Definition at line 65 of file types_int4_impl.h.
References make_int4().
Definition at line 54 of file types_int4_impl.h.
References w(), x, y, and z().
Referenced by make_int4(), make_int4(), and make_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.