Searched refs:dead_inst (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c160 bool dead_inst[ETNA_MAX_TOKENS]; member in struct:etna_compile
704 c->dead_inst[inst_idx] = true;
723 c->dead_inst[inst_idx] = true;
1828 if (c->dead_inst[inst_idx]) { /* skip dead instructions */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c160 bool dead_inst[ETNA_MAX_TOKENS]; member in struct:etna_compile
721 c->dead_inst[inst_idx] = true;
740 c->dead_inst[inst_idx] = true;
1872 if (c->dead_inst[inst_idx]) { /* skip dead instructions */

Completed in 9 milliseconds