Home
last modified time | relevance | path

Searched refs:useAA (Results 1 – 16 of 16) sorted by relevance

/external/skia/samplecode/
DSampleClipDrawMatch.cpp89 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/
DWebAssemblySubtarget.cpp55 bool WebAssemblySubtarget::useAA() const { return true; } in useAA() function in WebAssemblySubtarget
DWebAssemblySubtarget.h72 bool useAA() const override;
/external/llvm/lib/Target/
DTargetSubtargetInfo.cpp52 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h78 bool useAA() const override { return true; } in useAA() function
/external/skia/src/gpu/ops/
DGrDashOp.cpp385 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/
DTargetSubtargetInfo.h193 virtual bool useAA() const;
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp213 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
DPPCSubtarget.h307 bool useAA() const override;
/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h226 bool useAA() const override { return UseAA; } in useAA() function
/external/llvm/test/CodeGen/PowerPC/
Dppc64-gep-opt.ll8 ; backend. If useAA() returns true, it will lower a GEP with multiple indices
/external/llvm/test/CodeGen/AArch64/
Daarch64-gep-opt.ll11 ; backend. If useAA() returns true, it will lower a GEP with multiple indices
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp975 if (TM && TM->getSubtargetImpl(*GEP->getParent()->getParent())->useAA()) in splitGEP()
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp853 : ST.useAA(); in buildSchedGraph()
DCodeGenPrepare.cpp3828 ->useAA())) { in optimizeMemoryInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1602 : 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()