Home
last modified time | relevance | path

Searched refs:fAAType (Results 1 – 25 of 45) sorted by relevance

12

/third_party/flutter/skia/src/gpu/ops/
DGrFillRRectOp.cpp99 , fAAType(aaType) in GrFillRRectOp()
186 , fAAType(aaType) in Processor()
188 int numVertexAttribs = (GrAAType::kCoverage == fAAType) ? 3 : 2; in Processor()
212 if (GrAAType::kMSAA == fAAType) { in Processor()
220 b->add32(((uint32_t)fFlags << 16) | (uint32_t)fAAType); in getGLSLProcessorKey()
232 const GrAAType fAAType; member in GrFillRRectOp::Processor
669 if (GrAAType::kMSAA == proc.fAAType) { in onEmitCode()
693 if (GrAAType::kCoverage != fAAType) { in createGLSLInstance()
707 if (GrAAType::kCoverage == fAAType) { in onExecute()
741 Processor* proc = flushState->allocator()->make<Processor>(fAAType, fFlags); in onExecute()
[all …]
DGrStencilAndCoverPathRenderer.cpp45 if (GrAAType::kCoverage == args.fAAType && !args.fProxy->canUseMixedSamples(*args.fCaps)) { in onCanDrawPath()
92 bool doStencilMSAA = GrAAType::kNone != args.fAAType; in onDrawPath()
156 if (GrAAType::kMSAA == args.fAAType) { in onDrawPath()
DGrFillRRectOp.h25 return (GrAAType::kMSAA == fAAType) in fixedFunctionFlags()
71 const GrAAType fAAType; variable
DGrSimpleMeshDrawOpHelper.h120 GrAAType aaType() const { return static_cast<GrAAType>(fAAType); } in aaType()
123 fAAType = static_cast<unsigned>(aaType); in setAAType()
138 unsigned fAAType : 2; variable
DGrSimpleMeshDrawOpHelper.cpp19 , fAAType((int)aaType) in GrSimpleMeshDrawOpHelper()
56 bool result = fPipelineFlags == that.fPipelineFlags && (fAAType == that.fAAType || in isCompatible()
DGrDashLinePathRenderer.cpp35 switch (args.fAAType) { in onDrawPath()
/third_party/skia/src/gpu/ops/
DPathTessellateOp.h34 , fAAType(aaType) in PathTessellateOp()
54 bool usesMSAA() const override { return fAAType == GrAAType::kMSAA; } in usesMSAA()
64 const GrAAType fAAType; variable
DPathStencilCoverOp.h41 , fAAType(aaType) in PathStencilCoverOp()
63 , fAAType(aaType) in PathStencilCoverOp()
93 const GrAAType fAAType; variable
DGrSimpleMeshDrawOpHelper.cpp22 , fAAType((int)aaType) in GrSimpleMeshDrawOpHelper()
56 SkASSERT(fAAType == that.fAAType || in isCompatible()
62 (ignoreAAType || fAAType == that.fAAType); in isCompatible()
DPathTessellateOp.cpp48 bool canMerge = fAAType == op->fAAType && in onCombineIfPossible()
74 auto* pipeline = GrTessellationShader::MakePipeline(args, fAAType, std::move(appliedClip), in prepareTessellator()
DTessellationPathRenderer.cpp90 if (args.fAAType == GrAAType::kCoverage || in onCanDrawPath()
151 auto op = GrOp::Make<StrokeTessellateOp>(args.fContext, args.fAAType, *args.fViewMatrix, in onDrawPath()
170 args.fAAType, in onDrawPath()
187 args.fAAType, in onDrawPath()
DStrokeTessellateOp.h48 bool usesMSAA() const override { return fAAType == GrAAType::kMSAA; } in usesMSAA()
67 const GrAAType fAAType; variable
DGrSimpleMeshDrawOpHelper.h107 GrAAType aaType() const { return static_cast<GrAAType>(fAAType); } in aaType()
110 fAAType = static_cast<unsigned>(aaType); in setAAType()
190 unsigned fAAType : 2; variable
DStrokeTessellateOp.cpp45 , fAAType(aaType) in StrokeTessellateOp()
108 fAAType != op->fAAType || in onCombineIfPossible()
188 auto* pipeline = GrTessellationShader::MakePipeline(args, fAAType, std::move(clip), in prePrepareTessellator()
DPathInnerTriangulateOp.h46 , fAAType(aaType) in PathInnerTriangulateOp()
72 const GrAAType fAAType; variable
DSoftwarePathRenderer.cpp111 (args.fAAType == GrAAType::kCoverage || args.fAAType == GrAAType::kNone)) { in onCanDrawPath()
249 args.fShape->hasUnstyledKey() && (GrAAType::kCoverage == args.fAAType); in onDrawPath()
333 GrAA aa = GrAA(GrAAType::kCoverage == args.fAAType); in onDrawPath()
DAtlasPathRenderer.cpp269 args.fAAType == GrAAType::kMSAA && in onCanDrawPath()
271 args.fAAType != GrAAType::kNone && in onCanDrawPath()
280 args.fAAType); in onCanDrawPath()
289 SkASSERT(this->pathFitsInAtlas(pathDevBounds, args.fAAType)); in onDrawPath()
DPathStencilCoverOp.cpp118 if (fAAType != GrAAType::kNone) { in fixedFunctionFlags()
144 args, fAAType, appliedClip.hardClip(), pipelineFlags); in prePreparePrograms()
182 auto* bboxPipeline = GrTessellationShader::MakePipeline(args, fAAType, in prePreparePrograms()
DPathInnerTriangulateOp.cpp179 if (GrAAType::kNone != fAAType) { in fixedFunctionFlags()
241 args, fAAType, appliedClip.hardClip(), pipelineFlags); in prePreparePrograms()
246 fPipelineForFills = GrTessellationShader::MakePipeline(args, fAAType, in prePreparePrograms()
DDashLinePathRenderer.cpp37 switch (args.fAAType) { in onDrawPath()
/third_party/skia/src/gpu/v1/
DPathRenderer.cpp58 canArgs.fAAType = args.fAAType; in drawPath()
DPathRenderer.h91 GrAAType fAAType; member
127 GrAAType fAAType; member
/third_party/flutter/skia/src/gpu/
DGrPathRenderer.h84 GrAAType fAAType; member
120 GrAAType fAAType; member
DGrPathRenderer.cpp52 canArgs.fAAType = args.fAAType; in drawPath()
DGrSoftwarePathRenderer.cpp35 (args.fAAType == GrAAType::kCoverage || args.fAAType == GrAAType::kNone)) { in onCanDrawPath()
256 args.fShape->hasUnstyledKey() && (GrAAType::kCoverage == args.fAAType); in onDrawPath()
332 GrAA aa = GrAA(GrAAType::kCoverage == args.fAAType); in onDrawPath()

12