Home
last modified time | relevance | path

Searched refs:radv_bvh_node_aabb (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_acceleration_structure.h34 radv_bvh_node_aabb = 7, enumerator
H A Dradv_acceleration_structure.c477 uint32_t node_id = (node_offset >> 3) | radv_bvh_node_aabb; in build_aabbs()
545 case radv_bvh_node_aabb: { in compute_bounds()
1273 nir_ssa_def *node_id = nir_iadd_imm(&b, nir_ushr_imm(&b, node_offset, 3), radv_bvh_node_aabb); in build_leaf_shader()

Completed in 5 milliseconds