Searched refs:nir_load_deref_with_access (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_var_copies.c | 92 nir_load_deref_with_access(b, src_deref, src_access), in emit_deref_copy_load_store()
|
D | nir_opt_memcpy.c | 152 nir_load_deref_with_access(b, src, nir_intrinsic_src_access(cpy)); in try_lower_memcpy()
|
D | nir_builder.h | 1513 nir_load_deref_with_access(nir_builder *build, nir_deref_instr *deref, in nir_load_deref_with_access() function 1525 return nir_load_deref_with_access(build, deref, (enum gl_access_qualifier)0); in nir_load_deref()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 496 inout->def = nir_load_deref_with_access(&b->nb, deref, access); in _vtn_local_load_store() 651 (*inout)->def = nir_load_deref_with_access(&b->nb, deref, in _vtn_variable_load_store()
|
/third_party/mesa3d/src/microsoft/clc/ |
D | clc_compiler.c | 587 srcs[i] = nir_load_deref_with_access(b, elem, access); in split_unaligned_load()
|
/third_party/mesa3d/src/compiler/nir/tests/ |
D | vars_tests.cpp | 206 return nir_load_deref_with_access(b, nir_build_deref_var(b, var), in nir_load_var_volatile()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 1775 this->result = nir_load_deref_with_access(&b, this->deref, access); in evaluate_rvalue()
|