HomeSort by relevance Sort by last modified time
    Searched refs:useAA (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Target/
TargetSubtargetInfo.cpp 47 bool TargetSubtargetInfo::useAA() const {
  /external/skia/src/gpu/effects/
GrDashingEffect.h 24 const SkMatrix& viewMatrix, const SkPoint pts[2], bool useAA,
GrDashingEffect.cpp 337 // useAA here means Edge AA or MSAA
338 bool useAA = this->aaMode() != kBW_DashAAMode;
380 if (useAA) {
413 if (useAA && !lineDone) {
447 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) {
469 if (devIntervals[1] <= 0.f && useAA) {
516 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
521 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
683 bool useAA, const GrStrokeInfo& strokeInfo, bool msaaRT) {
721 useAA ? kEdgeAA_DashAAMode : kBW_DashAAMode
    [all...]
  /external/skia/src/gpu/
GrDashLinePathRenderer.cpp 39 bool useAA) {
43 viewMatrix, pts, useAA, stroke);
GrOvalRenderer.h 31 bool useAA,
38 bool useAA,
45 bool useAA,
GrOvalRenderer.cpp 618 bool useAA,
622 bool useCoverageAA = useAA && !pipelineBuilder->getRenderTarget()->isMultisampled();
    [all...]
GrContext.cpp     [all...]
  /external/skia/samplecode/
SampleClipDrawMatch.cpp 87 static void draw_normal_geom(SkCanvas* canvas, const SkPoint& offset, int geom, bool useAA) {
89 p.setAntiAlias(useAA);
159 void drawClippedGeom(SkCanvas* canvas, const SkPoint& offset, bool useAA) {
165 canvas->clipRect(create_rect(offset), SkRegion::kReplace_Op, useAA);
168 canvas->clipRRect(create_rrect(offset), SkRegion::kReplace_Op, useAA);
171 canvas->clipRRect(create_circle(offset), SkRegion::kReplace_Op, useAA);
174 canvas->clipPath(create_convex_path(offset), SkRegion::kReplace_Op, useAA);
177 canvas->clipPath(create_concave_path(offset), SkRegion::kReplace_Op, useAA);
183 canvas->clipRect(create_rect(offset), SkRegion::kIntersect_Op, useAA);
189 canvas->clipRRect(create_rrect(offset), SkRegion::kIntersect_Op, useAA);
    [all...]
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 166 virtual bool useAA() const;
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 76 bool useAA() const override { return true; }
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 123 bool useAA() const override { return isCortexA53(); }
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 204 bool PPCSubtarget::useAA() const {
PPCSubtarget.h 285 bool useAA() const override;
  /external/skia/include/gpu/
GrContext.h 625 bool useAA,
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 750 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI
751 : ST.useAA();
752 AliasAnalysis *AAForDep = UseAA ? AA : nullptr;
    [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 387 milliseconds