Home
last modified time | relevance | path

Searched refs:fCopyPathRanges (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.cpp214 retiredAtlas->setFillBatchID(fCopyPathRanges.count()); in upgradeEntryToLiteralCoverageAtlas()
215 fCurrCopyAtlasRangesIdx = fCopyPathRanges.count(); in upgradeEntryToLiteralCoverageAtlas()
262 for (int i = fCopyPathRanges.count() - 1; i >= fCurrCopyAtlasRangesIdx; --i) { in recordCopyPathInstance()
263 if (fCopyPathRanges[i].fSrcProxy == srcProxy) { in recordCopyPathInstance()
264 ++fCopyPathRanges[i].fCount; in recordCopyPathInstance()
267 int rangeFirstInstanceIdx = currentInstanceIdx - fCopyPathRanges[i].fCount; in recordCopyPathInstance()
273 emplace_at_memcpy(&fCopyPathRanges, fCurrCopyAtlasRangesIdx, std::move(srcProxy), 1); in recordCopyPathInstance()
439 fCopyAtlasStack.current().setFillBatchID(fCopyPathRanges.count()); in finalize()
440 fCurrCopyAtlasRangesIdx = fCopyPathRanges.count(); in finalize()
465 const CopyPathRange& copyRange = fCopyPathRanges[copyRangeIdx]; in finalize()
[all …]
DGrCCPerFlushResources.h155 SkSTArray<4, CopyPathRange> fCopyPathRanges; variable