|
Blender V5.0
|
Go to the source code of this file.
Macros | |
| #define | NODE_INTERSECT bvh_aligned_node_intersect |
Functions | |
| ccl_device bool BVH_FUNCTION_FULL_NAME | BVH (KernelGlobals kg, const ccl_private Ray *ray, ccl_private Intersection *isect, const uint visibility) |
| ccl_device_inline bool | BVH_FUNCTION_NAME (KernelGlobals kg, const ccl_private Ray *ray, ccl_private Intersection *isect, const uint visibility) |
| #define NODE_INTERSECT bvh_aligned_node_intersect |
Definition at line 12 of file kernel/bvh/volume.h.
Referenced by BVH().
| ccl_device bool BVH_FUNCTION_FULL_NAME BVH | ( | KernelGlobals | kg, |
| const ccl_private Ray * | ray, | ||
| ccl_private Intersection * | isect, | ||
| const uint | visibility ) |
Definition at line 28 of file kernel/bvh/volume.h.
References __float_as_int, bvh_clamp_direction(), BVH_FEATURE, BVH_HAIR, bvh_instance_pop(), bvh_instance_push(), bvh_inverse_direction(), BVH_STACK_SIZE, ccl_private, ENTRYPOINT_SENTINEL, intersection_skip_self(), kernel_assert, kernel_data, kernel_data_fetch, motion_triangle_intersect(), NODE_INTERSECT, OBJECT_NONE, P, PRIM_NONE, PRIMITIVE_ALL, PRIMITIVE_MOTION_TRIANGLE, PRIMITIVE_TRIANGLE, SD_OBJECT_HAS_VOLUME, triangle_intersect(), float4::w, float4::x, float4::y, and float4::z.
| ccl_device_inline bool BVH_FUNCTION_NAME | ( | KernelGlobals | kg, |
| const ccl_private Ray * | ray, | ||
| ccl_private Intersection * | isect, | ||
| const uint | visibility ) |
Definition at line 227 of file kernel/bvh/volume.h.
References BVH_FUNCTION_FULL_NAME, ccl_device_inline, and ccl_private.