Home
last modified time | relevance | path

Searched defs:batchID (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCFiller.cpp489 BatchID batchID, const SkIRect& drawBounds) const { in drawFills()
532 BatchID batchID, int PrimitiveTallies::*instanceType, const SkIRect& drawBounds) const { in drawPrimitives()
DGrCCStroker.cpp687 BatchID batchID, const SkIRect& drawBounds) const { in drawStrokes()
/third_party/flutter/skia/samplecode/
DSampleCCPRGeometry.cpp387 GrCCStroker::BatchID batchID = stroker.closeCurrentBatch(); in onExecute() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DComputeProgram.cpp247 for(uint32_t batchID = 0; batchID < batchCount && batchID < groupCount; batchID++) in run() local