Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_fs_out_to_vector.cpp71 const nir_deref_instr *src_head);
295 const nir_deref_instr *src_head) in clone_deref_array() argument
297 const nir_deref_instr *parent = nir_deref_instr_parent(src_head); in clone_deref_array()
302 assert(src_head->deref_type == nir_deref_type_array); in clone_deref_array()
307 nir_ssa_for_src(b, src_head->arr.index, 1)); in clone_deref_array()
Dsfn_nir_vectorize_vs_inputs.c42 const nir_deref_instr *src_head) in r600_clone_deref_array() argument
44 const nir_deref_instr *parent = nir_deref_instr_parent(src_head); in r600_clone_deref_array()
49 assert(src_head->deref_type == nir_deref_type_array); in r600_clone_deref_array()
54 nir_ssa_for_src(b, src_head->arr.index, 1)); in r600_clone_deref_array()
/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_scalar.c162 const nir_deref_instr *src_head) in clone_deref_array() argument
164 const nir_deref_instr *parent = nir_deref_instr_parent(src_head); in clone_deref_array()
169 assert(src_head->deref_type == nir_deref_type_array); in clone_deref_array()
174 nir_ssa_for_src(b, src_head->arr.index, 1)); in clone_deref_array()