Searched refs:nir_store_deref_with_access (Results 1 – 6 of 6) sorted by relevance
/external/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 | 155 nir_store_deref_with_access(b, src, data, ~0 /* write mask */, in try_lower_memcpy()
|
D | nir_builder.h | 1352 nir_store_deref_with_access(nir_builder *build, nir_deref_instr *deref, in nir_store_deref_with_access() function 1371 nir_store_deref_with_access(build, deref, value, writemask, in nir_store_deref()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 500 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()
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 1717 nir_store_deref_with_access(&b, lhs_deref, src, ir->write_mask, in visit() 1721 nir_store_deref_with_access(&b, lhs_deref, src, ir->write_mask, in visit()
|
/external/mesa3d/src/compiler/nir/tests/ |
D | vars_tests.cpp | 215 nir_store_deref_with_access(b, nir_build_deref_var(b, var), in nir_store_var_volatile()
|