Home
last modified time | relevance | path

Searched refs:kFillIdx (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.cpp23 static constexpr int kFillIdx = GrCCPerFlushResourceSpecs::kFillIdx; variable
143 (specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]) * 2 + in inst_buffer_count()
144 specs.fNumRenderedPaths[kFillIdx] + specs.fNumRenderedPaths[kStrokeIdx]; in inst_buffer_count()
153 : fLocalDevPtsBuffer(SkTMax(specs.fRenderedPathStats[kFillIdx].fMaxPointsPerPath, in GrCCPerFlushResources()
155 , fFiller(specs.fNumRenderedPaths[kFillIdx] + specs.fNumClipPaths, in GrCCPerFlushResources()
156 specs.fRenderedPathStats[kFillIdx].fNumTotalSkPoints, in GrCCPerFlushResources()
157 specs.fRenderedPathStats[kFillIdx].fNumTotalSkVerbs, in GrCCPerFlushResources()
158 specs.fRenderedPathStats[kFillIdx].fNumTotalConicWeights) in GrCCPerFlushResources()
171 , fNextPathInstanceIdx(specs.fNumCopiedPaths[kFillIdx] + in GrCCPerFlushResources()
188 specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]); in GrCCPerFlushResources()
[all …]
DGrCCPerFlushResources.h39 static constexpr int kFillIdx = 0; member
54 return 0 == fNumCachedPaths + fNumCopiedPaths[kFillIdx] + fNumCopiedPaths[kStrokeIdx] + in isEmpty()
55 fNumRenderedPaths[kFillIdx] + fNumRenderedPaths[kStrokeIdx] + fNumClipPaths; in isEmpty()
DGrCCClipPath.cpp58 specs->fRenderedPathStats[GrCCPerFlushResourceSpecs::kFillIdx].statPath(fDeviceSpacePath); in accountForOwnPath()
DGrCCDrawPathsOp.cpp241 ? GrCCPerFlushResourceSpecs::kFillIdx in accountForOwnPath()
260 ? GrCCPerFlushResourceSpecs::kFillIdx in accountForOwnPath()
DGrCoverageCountingPathRenderer.cpp239 int numCopies = specs.fNumCopiedPaths[GrCCPerFlushResourceSpecs::kFillIdx] + in preFlush()