Searched refs:nir_opt_memcpy (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_memcpy.c | 287 nir_opt_memcpy(nir_shader *shader) in nir_opt_memcpy() function
|
D | Android.bp | 317 "nir_opt_memcpy.c",
|
D | meson.build | 249 'nir_opt_memcpy.c',
|
D | nir.h | 5575 bool nir_opt_memcpy(nir_shader *shader);
|
/external/mesa3d/src/intel/compiler/ |
D | brw_kernel.c | 702 NIR_PASS(progress, nir, nir_opt_memcpy); in brw_nir_from_spirv() 725 NIR_PASS(progress, nir, nir_opt_memcpy); in brw_nir_from_spirv()
|
D | brw_nir.c | 810 if (LOOP_OPT(nir_opt_memcpy)) in brw_nir_optimize()
|
/external/mesa3d/src/microsoft/clc/ |
D | clc_compiler.c | 859 NIR_PASS(progress, nir, nir_opt_memcpy); in clc_spirv_to_dxil() 940 NIR_PASS(progress, nir, nir_opt_memcpy); in clc_spirv_to_dxil()
|
/external/mesa3d/src/nouveau/compiler/ |
D | nak_nir.c | 115 if (OPT(nir, nir_opt_memcpy)) in optimize_nir()
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_nir.c | 614 if (OPT(nir_opt_memcpy)) in elk_nir_optimize()
|
/external/mesa3d/src/gallium/frontends/rusticl/core/ |
D | kernel.rs | 571 progress |= nir_pass!(nir, nir_opt_memcpy); in opt_nir()
|
/external/angle/third_party/mesa/ |
D | mesa_autogen.gni | 282 "src/compiler/nir/nir_opt_memcpy.c",
|