Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_scalar.c161 clone_deref_array(nir_builder *b, nir_deref_instr *dst_tail, in clone_deref_array() function
171 dst_tail = clone_deref_array(b, dst_tail, parent); in clone_deref_array()
219 deref = clone_deref_array(b, deref, nir_src_as_deref(intr->src[0])); in lower_load_to_scalar_early()
278 deref = clone_deref_array(b, deref, nir_src_as_deref(intr->src[0])); in lower_store_output_to_scalar_early()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_fs_out_to_vector.cpp70 nir_deref_instr *clone_deref_array(nir_builder *b, nir_deref_instr *dst_tail,
294 NirLowerIOToVector::clone_deref_array(nir_builder *b, nir_deref_instr *dst_tail, in clone_deref_array() function in r600::NirLowerIOToVector
304 dst_tail = clone_deref_array(b, dst_tail, parent); in clone_deref_array()
407 deref = clone_deref_array(b, deref, nir_src_as_deref(intr->src[0])); in create_new_io()