Home
last modified time | relevance | path

Searched defs:Caches (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/src/SwiftShader/
DSwiftShader.ini13 [Caches] section
14 VertexRoutineCacheSize=1024
15 PixelRoutineCacheSize=1024
16 SetupRoutineCacheSize=1024
17 VertexCacheSize=64
/external/llvm-project/llvm/utils/benchmark/test/
Dreporter_output_test.cc31 auto const& Caches = benchmark::CPUInfo::Get().caches; in AddContextCases() local
/external/llvm-project/libcxx/utils/google-benchmark/test/
Dreporter_output_test.cc34 auto const& Caches = Info.caches; in AddContextCases() local
/external/libcxx/utils/google-benchmark/test/
Dreporter_output_test.cc34 auto const& Caches = Info.caches; in AddContextCases() local
/external/llvm-project/clang-tools-extra/clangd/
DConfigProvider.cpp111 llvm::SmallVector<FileConfigCache *, 8> Caches; in fromAncestorRelativeYAMLFiles() local
DTidyProvider.cpp84 llvm::SmallVector<DotClangTidyCache *, 8> Caches; in apply() local
/external/google-benchmark/test/
Dreporter_output_test.cc33 auto const& Caches = Info.caches; in AddContextCases() local
/external/llvm-project/libc/benchmarks/
DLibcBenchmark.h121 std::vector<CacheInfo> Caches; member
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupport.cpp40 DenseMap<Block *, LinkGraph::SplitBlockCache> Caches; in operator ()() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupport.cpp38 DenseMap<Block *, LinkGraph::SplitBlockCache> Caches; in operator ()() local
/external/doclava/src/com/google/doclava/
DInfoBuilder.java1969 public static class Caches { class in InfoBuilder