Home
last modified time | relevance | path

Searched refs:radv_bvh_box32_node (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_acceleration_structure.h104 struct radv_bvh_box32_node { struct
H A Dradv_rt_common.c100 const uint32_t child_offset = offsetof(struct radv_bvh_box32_node, children[i]); in intersect_ray_amd_software_box()
102 offsetof(struct radv_bvh_box32_node, coords[i][0][0]), in intersect_ray_amd_software_box()
103 offsetof(struct radv_bvh_box32_node, coords[i][1][0]), in intersect_ray_amd_software_box()
H A Dradv_acceleration_structure.c78 STATIC_ASSERT(sizeof(struct radv_bvh_box32_node) == 128); in radv_GetAccelerationStructureBuildSizesKHR()
526 const struct radv_bvh_box32_node *node = (const void *)(base_ptr + (node_id / 8 * 64)); in compute_bounds()
735 struct radv_bvh_box32_node *node; in build_bvh()

Completed in 6 milliseconds