Searched refs:nir_opt_vectorize (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_program.c | 208 NIR_PASS(progress, s, nir_opt_vectorize, NULL, NULL); in lima_program_optimize_fs_nir()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_vectorize.c | 497 nir_opt_vectorize(nir_shader *shader, nir_opt_vectorize_cb filter, in nir_opt_vectorize() function
|
D | meson.build | 226 'nir_opt_vectorize.c',
|
D | nir.h | 5120 bool nir_opt_vectorize(nir_shader *shader, nir_opt_vectorize_cb filter,
|
/external/mesa3d/src/compiler/ |
D | Makefile.sources | 345 nir/nir_opt_vectorize.c \
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 499 NIR_PASS(progress, nir, nir_opt_vectorize, NULL, NULL); in si_nir_opts()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir.cpp | 711 NIR_PASS(progress, shader, nir_opt_vectorize, NULL, NULL); in optimize_once()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 1124 while( OPT(s, nir_opt_vectorize, NULL, NULL) ); in etna_compile_shader_nir()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 2304 NIR_PASS(progress, s, nir_opt_vectorize, ntt_should_vectorize_instr, NULL); in ntt_optimize_nir()
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 310 NIR_PASS(progress, nir, nir_opt_vectorize, NULL, NULL); in optimise_nir()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 204 NIR_PASS_V(sel->nir, nir_opt_vectorize, NULL, NULL); in r600_pipe_shader_create()
|