Lines Matching refs:fbZ
104 (mCurrentFrame.isFBComposed[index] ? mCurrentFrame.fbZ : in dump()
312 fbZ = -1; in reset()
1081 mCurrentFrame.fbZ = -1; in fullMDPCompWithPTOR()
1274 mCurrentFrame.fbZ = mdpBatchSize; in loadBasedComp()
1349 mCurrentFrame.fbZ = mCurrentFrame.mdpCount; in videoOnlyComp()
1527 int fbZ = batchStart - droppedLayerCt; in getBatch() local
1569 fbZ += updatingLayersAbove; in getBatch()
1587 fbZOrder = fbZ; in getBatch()
1607 int fbZ = -1; in markLayersForCaching() local
1619 fbZ = getBatch(list, maxBatchStart, maxBatchEnd, maxBatchCount); in markLayersForCaching()
1638 mCurrentFrame.fbZ = fbZ; in markLayersForCaching()
1780 if(mCurrentFrame.fbZ >= 0) { in postHeuristicsHandling()
1782 if(!ctx->mFBUpdate[mDpy]->prepare(ctx, list, fbRect, mCurrentFrame.fbZ)) in postHeuristicsHandling()
1804 if(mdpNextZOrder == mCurrentFrame.fbZ) { in postHeuristicsHandling()
2119 if(mCurrentFrame.fbZ >= 0) { in adjustForSourceSplit()
2123 if(mdpNextZOrder == mCurrentFrame.fbZ) { in adjustForSourceSplit()
2130 if(mdpNextZOrder <= mCurrentFrame.fbZ) in adjustForSourceSplit()
2131 mCurrentFrame.fbZ += 1; in adjustForSourceSplit()
2331 if(mCurrentFrame.fbZ >= 0) { in adjustForSourceSplit()
2335 if(mdpNextZOrder == mCurrentFrame.fbZ) { in adjustForSourceSplit()
2346 if(mdpNextZOrder <= mCurrentFrame.fbZ) in adjustForSourceSplit()
2347 mCurrentFrame.fbZ += 1; in adjustForSourceSplit()