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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir.c1216 unsigned total_index = index->u32 + var->data.location_frac; local in function:dxil_nir_split_clip_cull_distance_instr
1217 if (total_index < 4)
1221 nir_deref_instr *new_array_deref = nir_build_deref_array(b, new_var_deref, nir_imm_int(b, total_index % 4));

Completed in 4 milliseconds