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