Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c2825 nir_deref_instr *deref_parent = nir_deref_instr_parent(deref); in emit_load_compact_input_array() local
2826 assert(deref_parent->deref_type == nir_deref_type_array); in emit_load_compact_input_array()
2828 vertex_id = get_src(ctx, &deref_parent->arr.index, 0, nir_type_int); in emit_load_compact_input_array()