Searched refs:bound_defs (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_acceleration_structure.c | 1344 nir_ssa_def *bound_defs[2][3]; in build_leaf_shader() local 1346 bound_defs[0][i] = bound_defs[1][i] = nir_channel(&b, inst_transform[i], 3); in build_leaf_shader() 1353 bound_defs[0][i] = nir_fadd(&b, bound_defs[0][i], nir_channel(&b, mi, j)); in build_leaf_shader() 1354 bound_defs[1][i] = nir_fadd(&b, bound_defs[1][i], nir_channel(&b, ma, j)); in build_leaf_shader() 1358 nir_store_var(&b, bounds[0], nir_vec(&b, bound_defs[0], 3), 7); in build_leaf_shader() 1359 nir_store_var(&b, bounds[1], nir_vec(&b, bound_defs[1], 3), 7); in build_leaf_shader()
|
Completed in 4 milliseconds