Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A 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/
H A DGrStrokeTessellationShader.cpp21 int8_t maxParametricSegments_log2) in GrStrokeTessellationShader()
30 , fMaxParametricSegments_log2(maxParametricSegments_log2) { in GrStrokeTessellationShader()
316 })", shader.maxParametricSegments_log2() /* Parametric/radial sort loop count. */); in emitTessellationCode()
15 GrStrokeTessellationShader(const GrShaderCaps& shaderCaps, Mode mode, PatchAttribs attribs, const SkMatrix& viewMatrix, const SkStrokeRec& stroke, SkPMColor4f color, int8_t maxParametricSegments_log2) GrStrokeTessellationShader() argument
H A DGrStrokeTessellationShader.h38 const SkStrokeRec&, SkPMColor4f, int8_t maxParametricSegments_log2);
46 int8_t maxParametricSegments_log2() const { return fMaxParametricSegments_log2; } in maxParametricSegments_log2() function in GrStrokeTessellationShader

Completed in 4 milliseconds