Blender  V3.3
Macros | Functions
volume_all.h File Reference

Go to the source code of this file.

Macros

#define NODE_INTERSECT   bvh_aligned_node_intersect
 

Functions

ccl_device uint BVH_FUNCTION_FULL_NAME() BVH (KernelGlobals kg, ccl_private const Ray *ray, Intersection *isect_array, const uint max_hits, const uint visibility)
 
ccl_device_inline uint BVH_FUNCTION_NAME (KernelGlobals kg, ccl_private const Ray *ray, Intersection *isect_array, const uint max_hits, const uint visibility)
 

Macro Definition Documentation

◆ NODE_INTERSECT

#define NODE_INTERSECT   bvh_aligned_node_intersect

Definition at line 10 of file volume_all.h.

Function Documentation

◆ BVH()

ccl_device uint BVH_FUNCTION_FULL_NAME() BVH ( KernelGlobals  kg,
ccl_private const Ray ray,
Intersection isect_array,
const uint  max_hits,
const uint  visibility 
)

◆ BVH_FUNCTION_NAME()

ccl_device_inline uint BVH_FUNCTION_NAME ( KernelGlobals  kg,
ccl_private const Ray ray,
Intersection isect_array,
const uint  max_hits,
const uint  visibility 
)

Definition at line 256 of file volume_all.h.

References BVH_FUNCTION_FULL_NAME.