Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp585 int sccNumBlk = 0; // The number of active blocks, init to a in run() local
596 sccNumBlk = numRemainedBlk; // Init to maximum possible number. in run()
615 if (sccRemainedNumBlk != 1 && sccRemainedNumBlk >= sccNumBlk) { in run()
622 } else if (sccRemainedNumBlk != 1 && sccRemainedNumBlk < sccNumBlk) { in run()
623 sccNumBlk = sccRemainedNumBlk; in run()