Home
last modified time | relevance | path

Searched refs:maxParametricSegments_log2 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/ops/
DStrokeTessellateOp.cpp192 int maxParametricSegments_log2; in prePrepareTessellator() local
200 maxParametricSegments_log2 = SkNextLog2(caps.shaderCaps()->maxTessellationSegments()); in prePrepareTessellator()
204 maxParametricSegments_log2 = StrokeFixedCountTessellator::kMaxParametricSegments_log2; in prePrepareTessellator()
213 maxParametricSegments_log2); in prePrepareTessellator()
/third_party/skia/src/gpu/tessellate/shaders/
DGrStrokeTessellationShader.h38 const SkStrokeRec&, SkPMColor4f, int8_t maxParametricSegments_log2);
46 int8_t maxParametricSegments_log2() const { return fMaxParametricSegments_log2; } in maxParametricSegments_log2() function
DGrStrokeTessellationShader.cpp21 int8_t maxParametricSegments_log2) in GrStrokeTessellationShader() argument
30 , fMaxParametricSegments_log2(maxParametricSegments_log2) { in GrStrokeTessellationShader()
316 })", shader.maxParametricSegments_log2() /* Parametric/radial sort loop count. */); in emitTessellationCode()