|
Blender V4.5
|
Go to the source code of this file.
Functions | |
| struct | ccl_try_align (16) float4 |
| ccl_device_inline float4 | make_float4 (const float x, const float y, float z, const float w) |
| ccl_device_inline float4 | make_float4 (const float f) |
| ccl_device_inline float4 | make_float4 (const float3 a, const float b) |
| ccl_device_inline float4 | make_float4 (const float3 a) |
| ccl_device_inline float4 | make_float4 (const int4 i) |
| ccl_device_inline float3 | make_float3 (const float4 a) |
| ccl_device_inline int4 | make_int4 (const float4 f) |
| ccl_device_inline void | print_float4 (const ccl_private char *label, const float4 a) |
| struct ccl_try_align | ( | 16 | ) |
Definition at line 11 of file types_float4.h.
References ccl_try_align, w(), x, y, and z().
| ccl_device_inline float3 make_float3 | ( | const float4 | a | ) |
Definition at line 104 of file types_float4.h.
References ccl_device_inline, and make_float3().
Referenced by make_float3().
| ccl_device_inline float4 make_float4 | ( | const float | f | ) |
Definition at line 76 of file types_float4.h.
References ccl_device_inline, and make_float4().
| ccl_device_inline float4 make_float4 | ( | const float | x, |
| const float | y, | ||
| float | z, | ||
| const float | w ) |
Definition at line 65 of file types_float4.h.
References ccl_device_inline, w(), x, y, and z().
Referenced by make_float4(), make_float4(), make_float4(), and make_float4().
| ccl_device_inline float4 make_float4 | ( | const float3 | a | ) |
Definition at line 90 of file types_float4.h.
References ccl_device_inline, make_float4(), float3::x, float3::y, and float3::z.
| ccl_device_inline float4 make_float4 | ( | const float3 | a, |
| const float | b ) |
Definition at line 85 of file types_float4.h.
References b, ccl_device_inline, make_float4(), float3::x, float3::y, and float3::z.
| ccl_device_inline float4 make_float4 | ( | const int4 | i | ) |
Definition at line 95 of file types_float4.h.
References ccl_device_inline, i, and make_float4().
| ccl_device_inline int4 make_int4 | ( | const float4 | f | ) |
Definition at line 109 of file types_float4.h.
References ccl_device_inline, and make_int4().
Referenced by make_int4().
| ccl_device_inline void print_float4 | ( | const ccl_private char * | label, |
| const float4 | a ) |
Definition at line 118 of file types_float4.h.
References ccl_device_inline, ccl_private, and printf.
Referenced by print_projection(), and print_transform().