|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | packed_int3 |
Functions | |
| CCL_NAMESPACE_BEGIN struct | ccl_try_align (16) int3 |
| ccl_device_inline int3 | make_int3 (int x, int y, int z) |
| ccl_device_inline int3 | make_int3 (int i) |
| ccl_device_inline void | print_int3 (ccl_private const char *label, const int3 a) |
| CCL_NAMESPACE_BEGIN struct ccl_try_align | ( | 16 | ) |
Definition at line 11 of file types_int3.h.
References __forceinline, operator=(), operator[](), w(), x, y, and z().
| 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 247 of file device/metal/compat.h.
Referenced by BVHSpatialSplit::BVHSpatialSplit(), clamp(), clamp(), VolumeMeshBuilder::generate_vertices_and_quads(), get_int3(), make_int3(), max(), min(), packed_int3::operator int3(), operator+(), operator-(), and ray_offset().
| ccl_device_inline void print_int3 | ( | ccl_private const char * | label, |
| const int3 | a ) |
Definition at line 96 of file types_int3_impl.h.