Home | History | Annotate | Download | only in radeon

Lines Matching refs:sccRemainedNumBlk

614         int sccRemainedNumBlk = countActiveBlock(sccBeginIter, iterBlk);
615 if (sccRemainedNumBlk != 1 && sccRemainedNumBlk >= sccNumBlk) {
622 } else if (sccRemainedNumBlk != 1 && sccRemainedNumBlk < sccNumBlk) {
623 sccNumBlk = sccRemainedNumBlk;