Searched refs:nir_opt_vectorize (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_vectorize.c435 nir_opt_vectorize(nir_shader *shader, nir_opt_vectorize_cb filter, function in typeref:typename:bool
H A Dnir.h3663 * Whether nir_opt_vectorize should only create 16-bit 2D vectors.
5608 bool nir_opt_vectorize(nir_shader *shader, nir_opt_vectorize_cb filter,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_program.c222 NIR_PASS(progress, s, nir_opt_vectorize, NULL, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp724 NIR_PASS(progress, shader, nir_opt_vectorize, NULL, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c628 NIR_PASS(progress, nir, nir_opt_vectorize, NULL, NULL);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp561 NIR_PASS_V(nir, nir_opt_vectorize, nullptr, nullptr);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c1151 while( OPT(s, nir_opt_vectorize, NULL, NULL) );
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c3421 NIR_PASS(progress, nir, nir_opt_vectorize, bi_vectorize_filter, NULL);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c374 NIR_PASS(progress, nir, nir_opt_vectorize,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c2583 NIR_PASS(progress, s, nir_opt_vectorize, ntt_should_vectorize_instr, NULL);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c3560 NIR_PASS_V(nir[i], nir_opt_vectorize, opt_vectorize_callback, NULL);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst2550 - nir: preserve all metadata when nir_opt_vectorize doesn't make progress
H A D21.1.0.rst4827 - radv: fix conditions for running nir_opt_vectorize
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c209 NIR_PASS_V(sel->nir, nir_opt_vectorize, NULL, NULL);

Completed in 62 milliseconds