Home
last modified time | relevance | path

Searched refs:nir_copy_deref (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_find_array_copies.c494 nir_copy_deref(b, build_wildcard_deref(b, &dst_path, idx), in handle_write()
Dnir_builder.h1391 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()
Dnir_split_vars.c686 nir_copy_deref(b, dst, src); in emit_split_copies()
/external/mesa3d/src/compiler/nir/tests/
Dvars_tests.cpp2140 nir_copy_deref(b, store_deref, load_deref); in TEST_F()
2172 nir_copy_deref(b, dst_wildcard, src_wildcard); in TEST_F()