Blender
V3.3
|
Go to the source code of this file.
Functions | |
struct | ccl_try_align (16) float4 |
ccl_device_inline float4 | make_float4 (float f) |
ccl_device_inline float4 | make_float4 (float x, float y, float z, float w) |
ccl_device_inline float4 | make_float4 (const int4 &i) |
ccl_device_inline void | print_float4 (const char *label, const float4 &a) |
struct ccl_try_align | ( | 16 | ) |
Definition at line 11 of file types_float4.h.
ccl_device_inline float4 make_float4 | ( | const int4 & | i | ) |
Definition at line 78 of file types_float4_impl.h.
References Freestyle::a, float(), int4::w, int4::x, int4::y, and int4::z.
ccl_device_inline float4 make_float4 | ( | float | f | ) |
Definition at line 58 of file types_float4_impl.h.
References Freestyle::a.
Definition at line 68 of file types_float4_impl.h.
References Freestyle::a, w(), x, y, and z.
ccl_device_inline void print_float4 | ( | const char * | label, |
const float4 & | a | ||
) |
Definition at line 88 of file types_float4_impl.h.
References Freestyle::a, and label.
Referenced by print_projection(), and print_transform().