Searched refs:totalCombinedPathVerbCnt (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/src/gpu/tessellate/ |
H A D | PathTessellator.h | 70 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 D | PathCurveTessellator.cpp | 28 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 D | PathWedgeTessellator.h | 32 int patchPreallocCount(int totalCombinedPathVerbCnt) const final;
|
H A D | PathCurveTessellator.h | 30 int patchPreallocCount(int totalCombinedPathVerbCnt) const final;
|
H A D | PathWedgeTessellator.cpp | 129 int PathWedgeTessellator::patchPreallocCount(int totalCombinedPathVerbCnt) const { in patchPreallocCount() 131 int maxWedges = MaxCombinedFanEdgesInPathDrawList(totalCombinedPathVerbCnt); in patchPreallocCount()
|
/third_party/skia/src/gpu/tessellate/shaders/ |
H A D | GrPathTessellationShader.cpp | 64 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 D | GrPathTessellationShader.h | 27 int totalCombinedPathVerbCnt,
|
/third_party/skia/src/gpu/ops/ |
H A D | AtlasRenderTask.h | 81 int totalCombinedPathVerbCnt() const { return fTotalCombinedPathVerbCnt; } in totalCombinedPathVerbCnt() function in skgpu::v1::AtlasRenderTask::AtlasPathList
|
H A D | AtlasRenderTask.cpp | 101 pathList->totalCombinedPathVerbCnt(), in onMakeClosed()
|
Completed in 4 milliseconds