Home
last modified time | relevance | path

Searched refs:PersistentCacheKey (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPersistentCache.h29 using PersistentCacheKey = std::vector<uint8_t>; variable
62 ResultOrError<ScopedCachedBlob> GetOrCreate(const PersistentCacheKey& key, in GetOrCreate()
80 ScopedCachedBlob LoadData(const PersistentCacheKey& key);
81 void StoreData(const PersistentCacheKey& key, const void* value, size_t size);
DPersistentCache.cpp27 ScopedCachedBlob PersistentCache::LoadData(const PersistentCacheKey& key) { in LoadData()
44 void PersistentCache::StoreData(const PersistentCacheKey& key, const void* value, size_t size) { in StoreData()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DShaderModuleD3D12.cpp329 ResultOrError<PersistentCacheKey> CreateCacheKey() const { in CreateCacheKey()
390 return PersistentCacheKey(std::istreambuf_iterator<char>{stream}, in CreateCacheKey()
800 PersistentCacheKey shaderCacheKey; in Compile()