Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_memcpy.c164 nir_copy_deref_with_access(b, dst, src, in try_lower_memcpy()
188 nir_copy_deref_with_access(b, dst, src, in try_lower_memcpy()
208 nir_copy_deref_with_access(b, dst, src, in try_lower_memcpy()
220 nir_copy_deref_with_access(b, dst, src, in try_lower_memcpy()
Dnir_split_var_copies.c70 nir_copy_deref_with_access(b, dst, src, dst_access, src_access); in split_deref_copy_instr()
Dnir_builder.h1813 nir_copy_deref_with_access(nir_builder *build, nir_deref_instr *dest, in nir_copy_deref_with_access() function
1825 nir_copy_deref_with_access(build, dest, src, in nir_copy_deref()
/external/mesa3d/src/compiler/nir/tests/
Dvars_tests.cpp568 nir_copy_deref_with_access(b, nir_build_deref_var(b, v), in TEST_F()
571 nir_copy_deref_with_access(b, nir_build_deref_var(b, v), in TEST_F()
1558 nir_copy_deref_with_access(b, nir_build_deref_var(b, v[0]), in TEST_F()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1814 nir_copy_deref_with_access(&b, lhs, rhs, lhs_qualifiers, in visit()