Lines Matching refs:fbZ
113 (mCurrentFrame.isFBComposed[index] ? mCurrentFrame.fbZ : in dump()
336 fbZ = -1; in reset()
1083 mCurrentFrame.fbZ = -1; in fullMDPCompWithPTOR()
1267 mCurrentFrame.fbZ = mdpBatchSize; in loadBasedComp()
1355 mCurrentFrame.fbZ = mCurrentFrame.mdpCount; in videoOnlyComp()
1552 int fbZ = batchStart - droppedLayerCt; in getBatch() local
1594 fbZ += updatingLayersAbove; in getBatch()
1612 fbZOrder = fbZ; in getBatch()
1632 int fbZ = -1; in markLayersForCaching() local
1644 fbZ = getBatch(list, maxBatchStart, maxBatchEnd, maxBatchCount); in markLayersForCaching()
1663 mCurrentFrame.fbZ = fbZ; in markLayersForCaching()
1805 if(mCurrentFrame.fbZ >= 0) { in postHeuristicsHandling()
1807 if(!ctx->mFBUpdate[mDpy]->prepare(ctx, list, fbRect, mCurrentFrame.fbZ)) in postHeuristicsHandling()
1829 if(mdpNextZOrder == mCurrentFrame.fbZ) { in postHeuristicsHandling()
2155 if(mCurrentFrame.fbZ >= 0) { in adjustForSourceSplit()
2159 if(mdpNextZOrder == mCurrentFrame.fbZ) { in adjustForSourceSplit()
2166 if(mdpNextZOrder <= mCurrentFrame.fbZ) in adjustForSourceSplit()
2167 mCurrentFrame.fbZ += 1; in adjustForSourceSplit()
2372 if(mCurrentFrame.fbZ >= 0) { in adjustForSourceSplit()
2376 if(mdpNextZOrder == mCurrentFrame.fbZ) { in adjustForSourceSplit()
2387 if(mdpNextZOrder <= mCurrentFrame.fbZ) in adjustForSourceSplit()
2388 mCurrentFrame.fbZ += 1; in adjustForSourceSplit()