|
Blender V4.3
|
Go to the source code of this file.
Macros | |
| #define | ccl_device_intersect ccl_device_inline |
| #define | ENTRYPOINT_SENTINEL 0x76543210 |
| #define | BVH_STACK_SIZE 192 |
| #define | BVH_MOTION 1 |
| #define | BVH_HAIR 2 |
| #define | BVH_POINTCLOUD 4 |
| #define | BVH_NAME_JOIN(x, y) x##_##y |
| #define | BVH_NAME_EVAL(x, y) BVH_NAME_JOIN(x, y) |
| #define | BVH_FUNCTION_FULL_NAME(prefix) BVH_NAME_EVAL(prefix, BVH_FUNCTION_NAME) |
| #define | BVH_FEATURE(f) (((BVH_FUNCTION_FEATURES) & (f)) != 0) |
| #define BVH_FEATURE | ( | f | ) | (((BVH_FUNCTION_FEATURES) & (f)) != 0) |
| #define BVH_FUNCTION_FULL_NAME | ( | prefix | ) | BVH_NAME_EVAL(prefix, BVH_FUNCTION_NAME) |
Definition at line 29 of file kernel/bvh/types.h.
Referenced by BVH_FUNCTION_NAME(), BVH_FUNCTION_NAME(), BVH_FUNCTION_NAME(), and BVH_FUNCTION_NAME().
| #define BVH_HAIR 2 |
| #define BVH_MOTION 1 |
Definition at line 23 of file kernel/bvh/types.h.
| #define BVH_NAME_EVAL | ( | x, | |
| y ) BVH_NAME_JOIN(x, y) |
Definition at line 28 of file kernel/bvh/types.h.
| #define BVH_NAME_JOIN | ( | x, | |
| y ) x##_##y |
Definition at line 27 of file kernel/bvh/types.h.
| #define BVH_POINTCLOUD 4 |
Definition at line 25 of file kernel/bvh/types.h.
| #define BVH_STACK_SIZE 192 |
| #define ccl_device_intersect ccl_device_inline |
Definition at line 13 of file kernel/bvh/types.h.