Home
last modified time | relevance | path

Searched refs:nir_opt_undef (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_undef.c131 nir_opt_undef(nir_shader *shader) in nir_opt_undef() function
Dnir.h2601 bool nir_opt_undef(nir_shader *shader);
/external/mesa3d/src/compiler/
DMakefile.sources253 nir/nir_opt_undef.c \
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir.c504 OPT(nir_opt_undef); in nir_optimize()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c146 NIR_PASS(progress, shader, nir_opt_undef); in radv_optimize_nir()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1542 NIR_PASS(progress, s, nir_opt_undef); in vc4_optimize_nir()