Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_memcpy.c55 deref = nir_build_deref_ptr_as_array(b, parent, index); in memcpy_load_deref_elem()
76 deref = nir_build_deref_ptr_as_array(b, parent, index); in memcpy_store_deref_elem()
Dnir_opt_load_store_vectorize.c711 return nir_build_deref_ptr_as_array(b, nir_deref_instr_parent(deref), index); in subtract_deref()
726 return nir_build_deref_ptr_as_array( in subtract_deref()
Dnir_linking_helpers.c1216 return nir_build_deref_ptr_as_array(b, parent, ssa); in clone_deref_instr()
Dnir_builder.h1183 nir_build_deref_ptr_as_array(nir_builder *build, nir_deref_instr *parent, in nir_build_deref_ptr_as_array() function
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c582 …nir_deref_instr *elem = nir_build_deref_ptr_as_array(b, cast, nir_imm_intN_t(b, i, cast->dest.ssa.… in split_unaligned_load()
611 …nir_deref_instr *elem = nir_build_deref_ptr_as_array(b, cast, nir_imm_intN_t(b, i, cast->dest.ssa.… in split_unaligned_store()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c986 deref = nir_build_deref_ptr_as_array(b, parent, index); in memcpy_load_deref_elem()
999 deref = nir_build_deref_ptr_as_array(b, parent, index); in memcpy_store_deref_elem()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c664 nir_deref_instr *arr_deref = nir_build_deref_ptr_as_array(&b->nb, deref, coffset); in _handle_v_load_store()
Dvtn_variables.c445 tail = nir_build_deref_ptr_as_array(&b->nb, tail, index); in vtn_pointer_dereference()