Searched refs:nir_opt_dce (Results 1 - 25 of 61) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_program.c103 NIR_PASS(progress, s, nir_opt_dce);
140 NIR_PASS(progress, s, nir_opt_dce);
156 NIR_PASS_V(s, nir_opt_dce);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.c563 OPT(nir_opt_dce);
616 OPT(nir_opt_dce);
1025 OPT(nir_opt_dce);
1100 OPT(nir_opt_dce);
1129 OPT(nir_opt_dce);
1142 OPT(nir_opt_dce);
1147 OPT(nir_opt_dce);
1153 OPT(nir_opt_dce);
1178 OPT(nir_opt_dce);
1181 OPT(nir_opt_dce);
[all...]
H A Dbrw_nir_lower_intersection_shader.c141 NIR_PASS_V(any_hit_tmp, nir_opt_dce);
/xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.c267 NIR_PASS_V(nir, nir_opt_dce);
278 NIR_PASS(progress, nir, nir_opt_dce);
285 NIR_PASS(progress, nir, nir_opt_dce);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_dce.c161 nir_opt_dce(nir_shader *shader) function in typeref:typename:bool
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_nir.c127 progress |= OPT(s, nir_opt_dce);
148 OPT(s, nir_opt_dce);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_program.c128 NIR_PASS(progress, s, nir_opt_dce);
145 NIR_PASS_V(s, nir_opt_dce);
232 NIR_PASS(progress, s, nir_opt_dce);
259 NIR_PASS_V(s, nir_opt_dce);
267 NIR_PASS_V(s, nir_opt_dce); /* clean up any new dead code from vec to movs */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_nir_optim.c200 NIR_PASS(progress, sh, nir_opt_dce);
H A Dsi_shader_nir.c582 NIR_PASS(progress, nir, nir_opt_dce);
642 NIR_PASS_V(nir, nir_opt_dce);
807 NIR_PASS_V(nir, nir_opt_dce);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir.c569 OPT(nir_opt_dce);
608 OPT(nir_opt_dce);
874 OPT(nir_opt_dce);
898 OPT(nir_opt_dce);
924 OPT(nir_opt_dce);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp719 NIR_PASS(progress, shader, nir_opt_dce);
731 NIR_PASS(progress, shader, nir_opt_dce);
740 NIR_PASS(progress, shader, nir_opt_dce);
896 NIR_PASS_V(sel->nir, nir_opt_dce);
951 NIR_PASS_V(sh, nir_opt_dce);
/xsrc/external/mit/MesaLib/dist/src/compiler/clc/
H A Dclc.c102 NIR_PASS(progress, s, nir_opt_dce);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_multiview.c170 progress |= nir_opt_dce(shader_no_position);
H A Dnir_opt_dce.c242 nir_opt_dce(nir_shader *shader) function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp477 NIR_PASS_V(nir, nir_opt_dce);
542 NIR_PASS_V(nir, nir_opt_dce);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c67 progress |= OPT(s, nir_opt_dce);
82 OPT(s, nir_opt_dce);
1074 OPT_V(ctx->nir, nir_opt_dce);
1089 OPT_V(ctx->nir, nir_opt_dce);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c151 progress |= OPT(s, nir_opt_dce);
165 OPT(s, nir_opt_dce);
976 nir_opt_dce(shader);
1165 NIR_PASS_V(s, nir_opt_dce);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c79 progress |= OPT(s, nir_opt_dce);
94 OPT(s, nir_opt_dce);
1107 OPT_V(ctx->nir, nir_opt_dce);
1126 OPT_V(ctx->nir, nir_opt_dce);
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler.c873 NIR_PASS(progress, nir, nir_opt_dce);
904 NIR_PASS(progress, nir, nir_opt_dce);
969 NIR_PASS_V(nir, nir_opt_dce);
1155 NIR_PASS_V(nir, nir_opt_dce);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp288 NIR_PASS(progress, nir, nir_opt_dce);
292 NIR_PASS(progress, nir, nir_opt_dce);
618 NIR_PASS_V(producer, nir_opt_dce);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir.c214 progress |= OPT(s, nir_opt_dce);
271 OPT(s, nir_opt_dce);
743 OPT_V(s, nir_opt_dce);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp986 nir_opt_dce(b->shader);
1025 nir_opt_dce(b->shader);
1091 nir_opt_dce(b->shader);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c606 NIR_PASS(progress, nir, nir_opt_dce);
622 NIR_PASS(progress, nir, nir_opt_dce);
638 NIR_PASS_V(nir, nir_opt_dce);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_screen.c194 NIR_PASS(progress, s, nir_opt_dce);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c832 NIR_PASS(progress, nir, nir_opt_dce);
836 NIR_PASS(progress, nir, nir_opt_dce);

Completed in 28 milliseconds

123