Searched refs:total_bounds (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_acceleration_structure.c | 1624 nir_ssa_def *total_bounds[2] = { in build_internal_shader() local 1644 total_bounds[0] = nir_fmin(&b, total_bounds[0], nir_load_var(&b, bounds[0])); in build_internal_shader() 1645 total_bounds[1] = nir_fmax(&b, total_bounds[1], nir_load_var(&b, bounds[1])); in build_internal_shader() 1658 nir_build_store_global(&b, total_bounds[0], nir_iadd_imm(&b, node_addr, 8)); in build_internal_shader() 1659 nir_build_store_global(&b, total_bounds[1], nir_iadd_imm(&b, node_addr, 20)); in build_internal_shader()
|
Completed in 5 milliseconds