Home
last modified time | relevance | path

Searched refs:nir_copy_deref_with_access (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_memcpy.c166 nir_copy_deref_with_access(b, dst, src, in try_lower_memcpy()
190 nir_copy_deref_with_access(b, dst, src, in try_lower_memcpy()
210 nir_copy_deref_with_access(b, dst, src, in try_lower_memcpy()
222 nir_copy_deref_with_access(b, dst, src, in try_lower_memcpy()
Dnir_split_var_copies.c74 nir_copy_deref_with_access(b, dst, src, dst_access, src_access); in split_deref_copy_instr()
Dnir_builder.h1405 nir_copy_deref_with_access(nir_builder *build, nir_deref_instr *dest, in nir_copy_deref_with_access() function
1417 nir_copy_deref_with_access(build, dest, src, in nir_copy_deref()
/third_party/mesa3d/src/compiler/nir/tests/
Dvars_tests.cpp588 nir_copy_deref_with_access(b, nir_build_deref_var(b, v), in TEST_F()
591 nir_copy_deref_with_access(b, nir_build_deref_var(b, v), in TEST_F()
1598 nir_copy_deref_with_access(b, nir_build_deref_var(b, v[0]), in TEST_F()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1738 nir_copy_deref_with_access(&b, lhs, rhs, lhs_qualifiers, in visit()