|
Blender V5.0
|
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) |
| #define | BVH_NAME_EVAL(x, y) |
| #define | BVH_FUNCTION_FULL_NAME(prefix) |
| #define | BVH_FEATURE(f) |
| #define BVH_FEATURE | ( | f | ) |
Definition at line 31 of file kernel/bvh/types.h.
| #define BVH_FUNCTION_FULL_NAME | ( | prefix | ) |
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.
Definition at line 28 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.
Referenced by kernel_embree_intersect(), scene_intersect(), and scene_intersect_shadow().