Searched refs:nir_copy_deref (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_find_array_copies.c | 494 nir_copy_deref(b, build_wildcard_deref(b, &dst_path, idx), in handle_write()
|
D | nir_builder.h | 1391 nir_copy_deref(nir_builder *build, nir_deref_instr *dest, nir_deref_instr *src) in nir_copy_deref() function 1452 nir_copy_deref(build, nir_build_deref_var(build, dest), in nir_copy_var()
|
D | nir_split_vars.c | 686 nir_copy_deref(b, dst, src); in emit_split_copies()
|
/external/mesa3d/src/compiler/nir/tests/ |
D | vars_tests.cpp | 2140 nir_copy_deref(b, store_deref, load_deref); in TEST_F() 2172 nir_copy_deref(b, dst_wildcard, src_wildcard); in TEST_F()
|