Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/
Dlima_program.c208 NIR_PASS(progress, s, nir_opt_vectorize, NULL, NULL); in lima_program_optimize_fs_nir()
/external/mesa3d/src/compiler/nir/
Dnir_opt_vectorize.c497 nir_opt_vectorize(nir_shader *shader, nir_opt_vectorize_cb filter, in nir_opt_vectorize() function
Dmeson.build226 'nir_opt_vectorize.c',
Dnir.h5120 bool nir_opt_vectorize(nir_shader *shader, nir_opt_vectorize_cb filter,
/external/mesa3d/src/compiler/
DMakefile.sources345 nir/nir_opt_vectorize.c \
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c499 NIR_PASS(progress, nir, nir_opt_vectorize, NULL, NULL); in si_nir_opts()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp711 NIR_PASS(progress, shader, nir_opt_vectorize, NULL, NULL); in optimize_once()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c1124 while( OPT(s, nir_opt_vectorize, NULL, NULL) ); in etna_compile_shader_nir()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2304 NIR_PASS(progress, s, nir_opt_vectorize, ntt_should_vectorize_instr, NULL); in ntt_optimize_nir()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c310 NIR_PASS(progress, nir, nir_opt_vectorize, NULL, NULL); in optimise_nir()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c204 NIR_PASS_V(sel->nir, nir_opt_vectorize, NULL, NULL); in r600_pipe_shader_create()