Searched refs:nir_opt_vectorize (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_vectorize.c | 435 nir_opt_vectorize(nir_shader *shader, nir_opt_vectorize_cb filter, function in typeref:typename:bool
|
| H A D | nir.h | 3663 * 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 D | lima_program.c | 222 NIR_PASS(progress, s, nir_opt_vectorize, NULL, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir.cpp | 724 NIR_PASS(progress, shader, nir_opt_vectorize, NULL, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 628 NIR_PASS(progress, nir, nir_opt_vectorize, NULL, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_nir.cpp | 561 NIR_PASS_V(nir, nir_opt_vectorize, nullptr, nullptr);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir.c | 1151 while( OPT(s, nir_opt_vectorize, NULL, NULL) );
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 3421 NIR_PASS(progress, nir, nir_opt_vectorize, bi_vectorize_filter, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_compile.c | 374 NIR_PASS(progress, nir, nir_opt_vectorize,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | nir_to_tgsi.c | 2583 NIR_PASS(progress, s, nir_opt_vectorize, ntt_should_vectorize_instr, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_pipeline.c | 3560 NIR_PASS_V(nir[i], nir_opt_vectorize, opt_vectorize_callback, NULL);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.0.rst | 2550 - nir: preserve all metadata when nir_opt_vectorize doesn't make progress
|
| H A D | 21.1.0.rst | 4827 - radv: fix conditions for running nir_opt_vectorize
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 209 NIR_PASS_V(sel->nir, nir_opt_vectorize, NULL, NULL);
|
Completed in 62 milliseconds