Home
last modified time | relevance | path

Searched refs:nir_load_deref_with_access (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_var_copies.c88 nir_load_deref_with_access(b, src_deref, src_access), in emit_deref_copy_load_store()
H A Dnir_opt_memcpy.c151 nir_load_deref_with_access(b, src, nir_intrinsic_src_access(cpy)); in try_lower_memcpy()
H A Dnir_builder.h1727 nir_load_deref_with_access(nir_builder *build, nir_deref_instr *deref, in nir_load_deref_with_access() function
1739 return nir_load_deref_with_access(build, deref, (enum gl_access_qualifier)0); in nir_load_deref()
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c549 inout->def = nir_load_deref_with_access(&b->nb, deref, access); in _vtn_local_load_store()
736 (*inout)->def = nir_load_deref_with_access(&b->nb, deref, in _vtn_variable_load_store()
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dvars_tests.cpp193 return nir_load_deref_with_access(b, nir_build_deref_var(b, var), in nir_load_var_volatile()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.cpp1863 this->result = nir_load_deref_with_access(&b, this->deref, access); in evaluate_rvalue()
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c2038 srcs[i] = nir_load_deref_with_access(b, elem, access); in split_unaligned_load()