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

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

Completed in 3683 milliseconds