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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c2825 nir_deref_instr *deref_parent = nir_deref_instr_parent(deref); local in function:emit_load_compact_input_array
2826 assert(deref_parent->deref_type == nir_deref_type_array);
2828 vertex_id = get_src(ctx, &deref_parent->arr.index, 0, nir_type_int);

Completed in 9 milliseconds