Searched refs:nir_copy_deref_with_access (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_memcpy.c | 164 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()
|
D | nir_split_var_copies.c | 70 nir_copy_deref_with_access(b, dst, src, dst_access, src_access); in split_deref_copy_instr()
|
D | nir_builder.h | 1813 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/ |
D | vars_tests.cpp | 568 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/ |
D | glsl_to_nir.cpp | 1814 nir_copy_deref_with_access(&b, lhs, rhs, lhs_qualifiers, in visit()
|