Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_undef.c131 nir_opt_undef(nir_shader *shader) in nir_opt_undef() function
Dmeson.build166 'nir_opt_undef.c',
Dnir.h2766 bool nir_opt_undef(nir_shader *shader);
/external/mesa3d/src/compiler/
DMakefile.sources272 nir/nir_opt_undef.c \
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp298 NIR_PASS(progress, nir, nir_opt_undef); in st_nir_opts()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c544 NIR_PASS(progress, sel->nir, nir_opt_undef); in si_lower_nir()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c582 OPT(nir_opt_undef); in brw_nir_optimize()
/external/mesa3d/src/amd/vulkan/
Dradv_shader.c183 NIR_PASS(progress, shader, nir_opt_undef); in radv_optimize_nir()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c1185 NIR_PASS(progress, s, nir_opt_undef); in v3d_optimize_nir()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1553 NIR_PASS(progress, s, nir_opt_undef); in vc4_optimize_nir()