Home
last modified time | relevance | path

Searched refs:root_node_offset (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_acceleration_structure.h47 uint32_t root_node_offset; member
Dradv_acceleration_structure.c451 node->base_ptr = radv_accel_struct_get_va(src_accel_struct) | src_header->root_node_offset; in build_instances()
741 header->root_node_offset = ((char *)first_node_ptr - (char *)base_ptr) / 64 * 8 + 5; in build_bvh()
766 compute_bounds(base_ptr, header->root_node_offset, &header->aabb[0][0]); in build_bvh()