Home
last modified time | relevance | path

Searched refs:AAs (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/gm/
Dimagescalealigned.cpp115 const bool AAs[] = { false, true }; in drawSets() local
121 for (size_t j = 0; j < SK_ARRAY_COUNT(AAs); ++j) { in drawSets()
122 paint.setAntiAlias(AAs[j]); in drawSets()
130 - SkIntToScalar(kSegLen + 4) * SK_ARRAY_COUNT(samplings) * SK_ARRAY_COUNT(AAs)); in drawSets()
/third_party/flutter/skia/gm/
Dimagescalealigned.cpp116 const bool AAs[] = { false, true }; in drawSets() local
122 for (size_t j = 0; j < SK_ARRAY_COUNT(AAs); ++j) { in drawSets()
123 paint.setAntiAlias(AAs[j]); in drawSets()
132 - SkIntToScalar(kSegLen + 4) * SK_ARRAY_COUNT(filters) * SK_ARRAY_COUNT(AAs)); in drawSets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysis.cpp65 : TLI(Arg.TLI), AAs(std::move(Arg.AAs)), AADeps(std::move(Arg.AADeps)) { in AAResults()
66 for (auto &AA : AAs) in AAResults()
76 for (auto &AA : AAs) in ~AAResults()
113 for (const auto &AA : AAs) { in alias()
129 for (const auto &AA : AAs) in pointsToConstantMemory()
139 for (const auto &AA : AAs) { in getArgModRefInfo()
188 for (const auto &AA : AAs) { in getModRefInfo()
255 for (const auto &AA : AAs) { in getModRefInfo()
386 for (const auto &AA : AAs) { in getModRefBehavior()
400 for (const auto &AA : AAs) { in getModRefBehavior()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h324 AAs.emplace_back(new Model<AAResultT>(AAResult, *this)); in addAAResult()
764 std::vector<std::unique_ptr<Concept>> AAs; variable