Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrRenderTargetContextPriv.h30 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in setLastClip() local
31 opList->fLastClipStackGenID = clipStackGenID; in setLastClip()
32 opList->fLastDevClipBounds = devClipBounds; in setLastClip()
33 opList->fLastClipNumAnalyticFPs = numClipAnalyticFPs; in setLastClip()
40 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in mustRenderClip() local
41 return opList->fLastClipStackGenID != clipStackGenID || in mustRenderClip()
42 !opList->fLastDevClipBounds.contains(devClipBounds) || in mustRenderClip()
43 opList->fLastClipNumAnalyticFPs != numClipAnalyticFPs; in mustRenderClip()
DGrDrawingManager.cpp643 sk_sp<GrRenderTargetOpList> opList(new GrRenderTargetOpList( in newRTOpList() local
647 SkASSERT(rtp->getLastRenderTask() == opList.get()); in newRTOpList()
650 fDAG.add(opList); in newRTOpList()
653 fActiveOpList = opList.get(); in newRTOpList()
658 return opList; in newRTOpList()
667 sk_sp<GrTextureOpList> opList(new GrTextureOpList(fContext->priv().refOpMemoryPool(), in newTextureOpList() local
671 SkASSERT(textureProxy->getLastRenderTask() == opList.get()); in newTextureOpList()
673 fDAG.add(opList); in newTextureOpList()
675 fActiveOpList = opList.get(); in newTextureOpList()
679 return opList; in newTextureOpList()
DGrRenderTargetContext.cpp304 GrRenderTargetOpList* opList = this->getRTOpList(); in internalClear() local
305 if (opList->resetForFullscreenClear(this->canDiscardPreviousOpsOnFullClear()) && in internalClear()
308 opList->setColorLoadOp(GrLoadOp::kClear, color); in internalClear()
313 opList->setColorLoadOp(GrLoadOp::kDiscard); in internalClear()
2350 auto opList = this->getRTOpList(); in addDrawOp() local
2352 willAddFn(op.get(), opList->uniqueID()); in addDrawOp()
2358 opList->addDrawOp(std::move(op), analysis, std::move(appliedClip), dstProxy, in addDrawOp()
/third_party/flutter/skia/tests/
DOpChainTest.cpp208 GrRenderTargetOpList opList(sk_ref_sp(context->priv().opMemoryPool()), variable
224 opList.addOp(std::move(op),
228 opList.makeClosed(*context->priv().caps());
229 opList.prepare(&flushState);
230 opList.execute(&flushState);
231 opList.endFlush();
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp124 TIntermAggregate* opList = node->getStatementList(); in visitSwitch() local
126 if(!switchValue || !opList) in visitSwitch()
135 TIntermSequence& sequence = opList->getSequence(); in visitSwitch()
DOutputASM.cpp2000 TIntermAggregate* opList = node->getStatementList(); in visitSwitch() local
2002 if(!switchValue || !opList) in visitSwitch()
2011 TIntermSequence& sequence = opList->getSequence(); in visitSwitch()