Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_acceleration_structure.c1538 nir_ssa_def *bvh_min = read_fminmax_atomic(dev, &b, 3, scratch_addr); in build_morton_shader() local
1540 nir_ssa_def *bvh_size = nir_fsub(&b, bvh_max, bvh_min); in build_morton_shader()
1542 nir_ssa_def *normalized_node_pos = nir_fdiv(&b, nir_fsub(&b, node_pos, bvh_min), bvh_size); in build_morton_shader()

Completed in 5 milliseconds