Home
last modified time | relevance | path

Searched refs:nir_opt_memcpy (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_memcpy.c287 nir_opt_memcpy(nir_shader *shader) in nir_opt_memcpy() function
DAndroid.bp317 "nir_opt_memcpy.c",
Dmeson.build249 'nir_opt_memcpy.c',
Dnir.h5575 bool nir_opt_memcpy(nir_shader *shader);
/external/mesa3d/src/intel/compiler/
Dbrw_kernel.c702 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()
Dbrw_nir.c810 if (LOOP_OPT(nir_opt_memcpy)) in brw_nir_optimize()
/external/mesa3d/src/microsoft/clc/
Dclc_compiler.c859 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/
Dnak_nir.c115 if (OPT(nir, nir_opt_memcpy)) in optimize_nir()
/external/mesa3d/src/intel/compiler/elk/
Delk_nir.c614 if (OPT(nir_opt_memcpy)) in elk_nir_optimize()
/external/mesa3d/src/gallium/frontends/rusticl/core/
Dkernel.rs571 progress |= nir_pass!(nir, nir_opt_memcpy); in opt_nir()
/external/angle/third_party/mesa/
Dmesa_autogen.gni282 "src/compiler/nir/nir_opt_memcpy.c",