Home
last modified time | relevance | path

Searched defs:Cache (Results 1 – 25 of 64) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dpipelines.adoc7042 === Creating a Pipeline Cache
7294 [[pipelines-cache-merge]]
7295 === Merging Pipeline Caches
7332 === Retrieving Pipeline Cache Data
7379 === Pipeline Cache Header
/third_party/rust/crates/regex/src/
Dpikevm.rs42 pub struct Cache { struct
44 clist: Threads,
45 nlist: Threads,
47 stack: Vec<FollowEpsilon>,
75 impl Cache { impl
Dbacktrack.rs55 pub struct Cache { struct
60 impl Cache { impl
Ddfa.rs83 pub struct Cache { struct
86 inner: CacheInner, argument
98 /// `CacheInner` is logically just a part of Cache, but groups together fields argument
412 impl Cache { impl
/third_party/mesa3d/src/util/tests/
Dcache_test.cpp524 class Cache : public ::testing::Test { class
528 Cache() { in Cache() function in Cache
536 TEST_F(Cache, MultiFile) in TEST_F() argument
552 TEST_F(Cache, SingleFile) in TEST_F() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DD3D11on12Util.h80 using Cache = std::unordered_set<Ref<D3D11on12ResourceCacheEntry>, variable
DSamplerHeapCacheD3D12.h98 using Cache = std::unordered_set<SamplerHeapCacheEntry*, variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h110 SymbolCache Cache; variable
DSymbolCache.h36 std::vector<std::unique_ptr<NativeRawSymbol>> Cache; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DPtrState.cpp177 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) { in InitBottomUp()
351 bool TopDownPtrState::MatchWithRelease(ARCMDKindCache &Cache, in MatchWithRelease()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DBaseLocale.java255 private static class Cache extends LocaleObjectCache<Key, BaseLocale> { class in BaseLocale
257 public Cache() { in Cache() method in BaseLocale.Cache
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DBaseLocale.java251 private static class Cache extends LocaleObjectCache<Key, BaseLocale> { class in BaseLocale
253 public Cache() { in Cache() method in BaseLocale.Cache
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCFLAndersAliasAnalysis.h85 DenseMap<const Function *, Optional<FunctionInfo>> Cache; variable
DCFLSteensAliasAnalysis.h101 DenseMap<Function *, Optional<FunctionInfo>> Cache; variable
/third_party/ninja/src/
Ddisk_interface.h96 typedef std::map<std::string, DirCache> Cache; typedef
/third_party/node/deps/undici/src/types/
Dcache.d.ts16 export interface Cache { interface
/third_party/node/deps/npm/docs/content/configuring-npm/
Dfolders.md72 #### Cache subsubsection
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_cuda_kernel_launch/
Dmodule.adoc208 [[cuda-modules-limitations]]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp776 static void AssertSorted(MemoryDependenceResults::NonLocalDepInfo &Cache, in AssertSorted()
791 NonLocalDepInfo &Cache = CacheP.first; in getNonLocalCallDependency() local
980 BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries) { in GetNonLocalInfoForBlock()
1048 SortNonLocalDepInfoCache(MemoryDependenceResults::NonLocalDepInfo &Cache, in SortNonLocalDepInfoCache()
1169 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp899 Error LTO::run(AddStreamFn AddStream, NativeObjectCache Cache) { in run()
1056 NativeObjectCache Cache; member in __anona98879740a11::InProcessThinBackend
1068 AddStreamFn AddStream, NativeObjectCache Cache) in InProcessThinBackend()
1081 AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task, in runThinLTOBackendThread()
1165 AddStreamFn AddStream, NativeObjectCache Cache) { in createInProcessThinBackend()
1255 AddStreamFn AddStream, NativeObjectCache Cache) { in createWriteIndexesThinBackend()
1262 Error LTO::runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache, in runThinLTO()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.h95 using Cache = variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugLoc.cpp84 DenseMap<const MDNode *, MDNode *> &Cache, in appendInlinedAt() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DGenderInfo.java227 private static class Cache { class in GenderInfo
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DGenderInfo.java223 private static class Cache { class in GenderInfo
/third_party/mesa3d/docs/gallium/
Ddistro.rst157 .. _draw:

123