Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/bvh/
Dbuild_helpers.h206 radv_accel_struct_header instance_header = in build_instance() local
209 …DEREF(node).bvh_ptr = addr_to_node(instance.accelerationStructureReference + instance_header.bvh_o… in build_instance()
210 DEREF(node).bvh_offset = instance_header.bvh_offset; in build_instance()
217 bounds = calculate_instance_node_bounds(instance_header, mat3x4(transform)); in build_instance()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_acceleration_structure.c227 struct lvp_bvh_header *instance_header = (void *)(uintptr_t)instance->bvh_ptr; in lvp_build_internal_node() local
232 memcpy(header_bounds, &instance_header->bounds, sizeof(struct lvp_aabb)); in lvp_build_internal_node()