/external/skia/samplecode/ |
D | SampleClipDrawMatch.cpp | 89 static void draw_normal_geom(SkCanvas* canvas, const SkPoint& offset, int geom, bool useAA) { in draw_normal_geom() argument 91 p.setAntiAlias(useAA); in draw_normal_geom() 161 void drawClippedGeom(SkCanvas* canvas, const SkPoint& offset, bool useAA) { in drawClippedGeom() argument 167 canvas->clipRect(create_rect(offset), SkRegion::kReplace_Op, useAA); in drawClippedGeom() 170 canvas->clipRRect(create_rrect(offset), SkRegion::kReplace_Op, useAA); in drawClippedGeom() 173 canvas->clipRRect(create_circle(offset), SkRegion::kReplace_Op, useAA); in drawClippedGeom() 176 canvas->clipPath(create_convex_path(offset), SkRegion::kReplace_Op, useAA); in drawClippedGeom() 179 canvas->clipPath(create_concave_path(offset), SkRegion::kReplace_Op, useAA); in drawClippedGeom() 185 canvas->clipRect(create_rect(offset), SkRegion::kIntersect_Op, useAA); in drawClippedGeom() 191 canvas->clipRRect(create_rrect(offset), SkRegion::kIntersect_Op, useAA); in drawClippedGeom() [all …]
|
/external/skia/src/gpu/effects/ |
D | GrDashingEffect.cpp | 366 bool useAA = this->aaMode() != kBW_DashAAMode; in onPrepareDraws() local 411 if (useAA) { in onPrepareDraws() 444 if (useAA && !lineDone) { in onPrepareDraws() 478 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) { in onPrepareDraws() 500 if (devIntervals[1] <= 0.f && useAA) { in onPrepareDraws() 546 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws() 551 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws() 697 bool useAA, const GrStrokeInfo& strokeInfo, bool msaaRT) { in create_batch() argument 735 useAA ? kEdgeAA_DashAAMode : kBW_DashAAMode; in create_batch() 752 bool useAA, const GrStrokeInfo& strokeInfo) { in DrawDashLine() argument [all …]
|
D | GrDashingEffect.h | 24 const SkMatrix& viewMatrix, const SkPoint pts[2], bool useAA,
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySubtarget.cpp | 49 bool WebAssemblySubtarget::useAA() const { return true; } in useAA() function in WebAssemblySubtarget
|
D | WebAssemblySubtarget.h | 72 bool useAA() const override;
|
/external/llvm/lib/Target/ |
D | TargetSubtargetInfo.cpp | 54 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSubtarget.h | 77 bool useAA() const override { return true; } in useAA() function
|
/external/llvm/include/llvm/Target/ |
D | TargetSubtargetInfo.h | 179 virtual bool useAA() const;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 147 bool useAA() const override { return isCortexA53(); } in useAA() function
|
/external/skia/include/gpu/ |
D | GrDrawContext.h | 286 bool useAA,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 207 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
|
D | PPCSubtarget.h | 292 bool useAA() const override;
|
/external/skia/src/gpu/ |
D | GrDrawContext.cpp | 721 bool useAA, in internalDrawPath() argument 732 bool useCoverageAA = useAA && in internalDrawPath()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-gep-opt.ll | 8 ; backend. If useAA() returns true, it will lower a GEP with multiple indices
|
/external/llvm/test/CodeGen/AArch64/ |
D | aarch64-gep-opt.ll | 8 ; backend. If useAA() returns true, it will lower a GEP with multiple indices
|
/external/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 975 if (TM && TM->getSubtargetImpl(*GEP->getParent()->getParent())->useAA()) in splitGEP()
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 831 : ST.useAA(); in buildSchedGraph()
|
D | CodeGenPrepare.cpp | 3745 ->useAA())) { in optimizeMemoryInst()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1607 : DAG.getSubtarget().useAA(); in visitTokenFactor() 10007 : DAG.getSubtarget().useAA(); in visitLOAD() 11243 : DAG.getSubtarget().useAA(); in getStoreMergeAndAliasCandidates() 11888 : DAG.getSubtarget().useAA(); in visitSTORE() 14536 : DAG.getSubtarget().useAA(); in isAlias()
|