Home
last modified time | relevance | path

Searched refs:totalCombinedPathVerbCnt (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/gpu/tessellate/
H A DPathTessellator.h70 virtual int patchPreallocCount(int totalCombinedPathVerbCnt) const = 0;
91 int totalCombinedPathVerbCnt, in prepare()
93 if (int patchPreallocCount = this->patchPreallocCount(totalCombinedPathVerbCnt)) { in prepare()
121 static int MaxCombinedFanEdgesInPathDrawList(int totalCombinedPathVerbCnt) { in MaxCombinedFanEdgesInPathDrawList() argument
126 return totalCombinedPathVerbCnt; in MaxCombinedFanEdgesInPathDrawList()
87 prepare(GrMeshDrawTarget* target, int maxTessellationSegments, const SkMatrix& shaderMatrix, const PathDrawList& pathDrawList, int totalCombinedPathVerbCnt, bool willUseTessellationShaders) prepare() argument
H A DPathCurveTessellator.cpp28 int PathCurveTessellator::patchPreallocCount(int totalCombinedPathVerbCnt) const { in patchPreallocCount()
30 int approxNumChops = (totalCombinedPathVerbCnt + 3) / 4; in patchPreallocCount()
33 return totalCombinedPathVerbCnt + approxNumChops * 2; in patchPreallocCount()
H A DPathWedgeTessellator.h32 int patchPreallocCount(int totalCombinedPathVerbCnt) const final;
H A DPathCurveTessellator.h30 int patchPreallocCount(int totalCombinedPathVerbCnt) const final;
H A DPathWedgeTessellator.cpp129 int PathWedgeTessellator::patchPreallocCount(int totalCombinedPathVerbCnt) const { in patchPreallocCount()
131 int maxWedges = MaxCombinedFanEdgesInPathDrawList(totalCombinedPathVerbCnt); in patchPreallocCount()
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrPathTessellationShader.cpp64 int totalCombinedPathVerbCnt, in Make()
69 totalCombinedPathVerbCnt >= caps.minPathVerbsForHwTessellation() && in Make()
61 Make(SkArenaAlloc* arena, const SkMatrix& viewMatrix, const SkPMColor4f& color, int totalCombinedPathVerbCnt, const GrPipeline& pipeline, skgpu::PatchAttribs attribs, const GrCaps& caps) Make() argument
H A DGrPathTessellationShader.h27 int totalCombinedPathVerbCnt,
/third_party/skia/src/gpu/ops/
H A DAtlasRenderTask.h81 int totalCombinedPathVerbCnt() const { return fTotalCombinedPathVerbCnt; } in totalCombinedPathVerbCnt() function in skgpu::v1::AtlasRenderTask::AtlasPathList
H A DAtlasRenderTask.cpp101 pathList->totalCombinedPathVerbCnt(), in onMakeClosed()

Completed in 4 milliseconds