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.cpp52 const nir_deref_instr *src_head);
296 const nir_deref_instr *src_head) in clone_deref_array() argument
298 const nir_deref_instr *parent = nir_deref_instr_parent(src_head); in clone_deref_array()
303 assert(src_head->deref_type == nir_deref_type_array); in clone_deref_array()
307 return nir_build_deref_array(b, dst_tail, src_head->arr.index.ssa); in clone_deref_array()
Dsfn_nir_vectorize_vs_inputs.c25 const nir_deref_instr *src_head) in r600_clone_deref_array() argument
27 const nir_deref_instr *parent = nir_deref_instr_parent(src_head); in r600_clone_deref_array()
32 assert(src_head->deref_type == nir_deref_type_array); in r600_clone_deref_array()
36 return nir_build_deref_array(b, dst_tail, src_head->arr.index.ssa); in r600_clone_deref_array()
/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_scalar.c370 const nir_deref_instr *src_head) in clone_deref_array() argument
372 const nir_deref_instr *parent = nir_deref_instr_parent(src_head); in clone_deref_array()
377 assert(src_head->deref_type == nir_deref_type_array); in clone_deref_array()
382 src_head->arr.index.ssa); in clone_deref_array()