Home
last modified time | relevance | path

Searched refs:mDescriptorSetCache (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp4487 ASSERT(mDescriptorSetCache.empty()); in ~DynamicDescriptorPool()
4503 std::swap(mDescriptorSetCache, other.mDescriptorSetCache); in operator =()
4531 mDescriptorSetCache.clear(); in destroy()
4609 bool removed = mDescriptorSetCache.eraseDescriptorSet(it->sharedCacheKey->getDesc()); in evictStaleDescriptorSets()
4690 if (mDescriptorSetCache.getDescriptorSet(desc, &listIterator)) in getOrAllocateDescriptorSet()
4738 mDescriptorSetCache.insertDescriptorSet(desc, mLRUList.begin()); in getOrAllocateDescriptorSet()
4768 if (mDescriptorSetCache.eraseDescriptorSet(desc, &listIter)) in releaseCachedDescriptorSet()
4788 if (mDescriptorSetCache.eraseDescriptorSet(desc, &listIter)) in destroyCachedDescriptorSet()
4866 return mDescriptorSetCache.getDescriptorSet(desc, &listIterator); in hasCachedDescriptorSet()
Dvk_helpers.h481 return mDescriptorSetCache.getTotalCacheKeySizeBytes(); in getTotalCacheKeySizeBytes()
527 DescriptorSetCache<DescriptorSetLRUListIterator> mDescriptorSetCache; variable