Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_fs_out_to_vector.cpp71 const nir_deref_instr *src_head);
297 const nir_deref_instr *src_head) in clone_deref_array() argument
299 const nir_deref_instr *parent = nir_deref_instr_parent(src_head); in clone_deref_array()
304 assert(src_head->deref_type == nir_deref_type_array); in clone_deref_array()
309 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()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io_to_scalar.c161 const nir_deref_instr *src_head) in clone_deref_array() argument
163 const nir_deref_instr *parent = nir_deref_instr_parent(src_head); in clone_deref_array()
168 assert(src_head->deref_type == nir_deref_type_array); in clone_deref_array()
173 nir_ssa_for_src(b, src_head->arr.index, 1)); in clone_deref_array()