Searched refs:fNeedsPerspective (Results 1 – 1 of 1) sorted by relevance
632 b->addBool(fNeedsPerspective, "perspective"); in addToKey()682 if (gp.fNeedsPerspective) { in makeProgramImpl()690 gp.fNeedsPerspective ? kFloat3_GrSLType in makeProgramImpl()706 SkASSERT(gp.fCoverageMode != CoverageMode::kWithColor || !gp.fNeedsPerspective); in makeProgramImpl()770 if (gp.fNeedsPerspective) { in makeProgramImpl()859 fNeedsPerspective = spec.deviceDimensionality() == 3; in initializeAttrs()863 if (fNeedsPerspective) { in initializeAttrs()870 if (fNeedsPerspective) { in initializeAttrs()912 bool fNeedsPerspective; member in skgpu::v1::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor