/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), useAA); in drawClippedGeom() 170 canvas->clipRRect(create_rrect(offset), useAA); in drawClippedGeom() 173 canvas->clipRRect(create_circle(offset), useAA); in drawClippedGeom() 176 canvas->clipPath(create_convex_path(offset), useAA); in drawClippedGeom() 179 canvas->clipPath(create_concave_path(offset), useAA); in drawClippedGeom() 185 canvas->clipRect(create_rect(offset), useAA); in drawClippedGeom() 191 canvas->clipRRect(create_rrect(offset), useAA); in drawClippedGeom() [all …]
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySubtarget.cpp | 55 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 | 52 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSubtarget.h | 78 bool useAA() const override { return true; } in useAA() function
|
/external/skia/src/gpu/ops/ |
D | GrDashOp.cpp | 385 bool useAA = this->aaMode() != AAMode::kNone; in onPrepareDraws() local 430 if (useAA) { in onPrepareDraws() 463 if (useAA && !lineDone) { in onPrepareDraws() 497 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) { in onPrepareDraws() 523 if (devIntervals[1] <= 0.f && useAA) { in onPrepareDraws() 569 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws() 574 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws()
|
/external/llvm/include/llvm/Target/ |
D | TargetSubtargetInfo.h | 193 virtual bool useAA() const;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 213 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
|
D | PPCSubtarget.h | 307 bool useAA() const override;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 226 bool useAA() const override { return UseAA; } in useAA() function
|
/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 | 11 ; 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 | 853 : ST.useAA(); in buildSchedGraph()
|
D | CodeGenPrepare.cpp | 3828 ->useAA())) { in optimizeMemoryInst()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1602 : DAG.getSubtarget().useAA(); in visitTokenFactor() 10125 : DAG.getSubtarget().useAA(); in visitLOAD() 11325 : DAG.getSubtarget().useAA(); in MergeStoresOfConstantsOrVecElts() 11381 : DAG.getSubtarget().useAA(); in getStoreMergeAndAliasCandidates() 11551 : DAG.getSubtarget().useAA(); in MergeConsecutiveStores() 12065 : DAG.getSubtarget().useAA(); in visitSTORE() 14816 : DAG.getSubtarget().useAA(); in isAlias()
|