Searched refs:nir_store_deref_with_access (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_var_copies.c | 91 nir_store_deref_with_access(b, dst_deref, in emit_deref_copy_load_store()
|
D | nir_opt_memcpy.c | 156 nir_store_deref_with_access(b, dst, data, ~0 /* write mask */, in try_lower_memcpy()
|
D | nir_builder.h | 1387 nir_store_deref_with_access(nir_builder *build, nir_deref_instr *deref, in nir_store_deref_with_access() function 1400 nir_store_deref_with_access(build, deref, value, writemask, in nir_store_deref()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 499 nir_store_deref_with_access(&b->nb, deref, inout->def, ~0, access); in _vtn_local_load_store() 656 nir_store_deref_with_access(&b->nb, deref, (*inout)->def, ~0, in _vtn_variable_load_store()
|
/third_party/mesa3d/src/microsoft/clc/ |
D | clc_compiler.c | 612 nir_store_deref_with_access(b, elem, substore_val, ~0, access); in split_unaligned_store()
|
/third_party/mesa3d/src/compiler/nir/tests/ |
D | vars_tests.cpp | 214 nir_store_deref_with_access(b, nir_build_deref_var(b, var), in nir_store_var_volatile()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 1777 nir_store_deref_with_access(&b, lhs_deref, src, write_mask, in visit()
|