Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_var_copies.c92 nir_load_deref_with_access(b, src_deref, src_access), in emit_deref_copy_load_store()
Dnir_opt_memcpy.c152 nir_load_deref_with_access(b, src, nir_intrinsic_src_access(cpy)); in try_lower_memcpy()
Dnir_builder.h1331 nir_load_deref_with_access(nir_builder *build, nir_deref_instr *deref, in nir_load_deref_with_access() function
1348 return nir_load_deref_with_access(build, deref, (enum gl_access_qualifier)0); in nir_load_deref()
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c498 inout->def = nir_load_deref_with_access(&b->nb, deref, access); in _vtn_local_load_store()
653 (*inout)->def = nir_load_deref_with_access(&b->nb, deref, in _vtn_variable_load_store()
/external/mesa3d/src/compiler/nir/tests/
Dvars_tests.cpp207 return nir_load_deref_with_access(b, nir_build_deref_var(b, var), in nir_load_var_volatile()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1790 this->result = nir_load_deref_with_access(&b, this->deref, access); in evaluate_rvalue()