Home
last modified time | relevance | path

Searched refs:Caches (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/infra/bots/gen_tasks_logic/
H A Dtask_builder.go49 for _, exist := range b.Spec.Caches {
59 b.Spec.Caches = append(b.Spec.Caches, c)
H A Dgen_tasks_logic.go1239 b.Spec.Caches = append(b.Spec.Caches, &specs.Cache{
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp38 DenseMap<Block *, LinkGraph::SplitBlockCache> Caches; in operator ()() local
43 Caches[B] = LinkGraph::SplitBlockCache::value_type(); in operator ()()
45 Caches[&Sym->getBlock()]->push_back(Sym); in operator ()()
47 llvm::sort(*Caches[B], [](const Symbol *LHS, const Symbol *RHS) { in operator ()()
52 // Iterate over blocks (we do this by iterating over Caches entries rather in operator ()()
55 for (auto &KV : Caches) { in operator ()()
/third_party/benchmark/test/
H A Dreporter_output_test.cc34 auto const& Caches = Info.caches; in AddContextCases() local
35 if (!Caches.empty()) { in AddContextCases()
36 AddCases(TC_ConsoleErr, {{"CPU Caches:$", MR_Next}}); in AddContextCases()
38 for (size_t I = 0; I < Caches.size(); ++I) { in AddContextCases()
40 Caches[I].num_sharing != 0 ? " \\(x%int\\)$" : "$"; in AddContextCases()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DDevice.h501 struct Caches;
502 std::unique_ptr<Caches> mCaches;
H A DDevice.cpp64 struct DeviceBase::Caches { struct in dawn_native::DeviceBase
65 ~Caches() { in ~Caches()
193 mCaches = std::make_unique<DeviceBase::Caches>(); in DeviceBase()
227 mCaches = std::make_unique<DeviceBase::Caches>(); in Initialize()

Completed in 8 milliseconds