|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| ccl_device_inline int3 | make_int3 (int x, int y, int z) |
| ccl_device_inline int3 | make_int3 (int i) |
| ccl_device_inline packed_int3 | make_packed_int3 (int x, int y, int z) |
| ccl_device_inline void | print_int3 (ccl_private const char *label, const int3 a) |
| ccl_device_inline int3 make_int3 | ( | int | i | ) |
Definition at line 79 of file types_int3_impl.h.
References make_int3().
| ccl_device_inline int3 make_int3 | ( | int | x, |
| int | y, | ||
| int | z ) |
Definition at line 66 of file types_int3_impl.h.
Referenced by make_int3(), and packed_int3::operator int3().
| ccl_device_inline packed_int3 make_packed_int3 | ( | int | x, |
| int | y, | ||
| int | z ) |
Definition at line 90 of file types_int3_impl.h.
| ccl_device_inline void print_int3 | ( | ccl_private const char * | label, |
| const int3 | a ) |
Definition at line 96 of file types_int3_impl.h.