Searched refs:maxParametricSegments_log2 (Results 1 – 3 of 3) sorted by relevance
192 int maxParametricSegments_log2; in prePrepareTessellator() local200 maxParametricSegments_log2 = SkNextLog2(caps.shaderCaps()->maxTessellationSegments()); in prePrepareTessellator()204 maxParametricSegments_log2 = StrokeFixedCountTessellator::kMaxParametricSegments_log2; in prePrepareTessellator()213 maxParametricSegments_log2); in prePrepareTessellator()
38 const SkStrokeRec&, SkPMColor4f, int8_t maxParametricSegments_log2);46 int8_t maxParametricSegments_log2() const { return fMaxParametricSegments_log2; } in maxParametricSegments_log2() function
21 int8_t maxParametricSegments_log2) in GrStrokeTessellationShader() argument30 , fMaxParametricSegments_log2(maxParametricSegments_log2) { in GrStrokeTessellationShader()316 })", shader.maxParametricSegments_log2() /* Parametric/radial sort loop count. */); in emitTessellationCode()