Searched refs:mDescriptorSetCache (Results 1 – 2 of 2) sorted by relevance
4487 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()
481 return mDescriptorSetCache.getTotalCacheKeySizeBytes(); in getTotalCacheKeySizeBytes()527 DescriptorSetCache<DescriptorSetLRUListIterator> mDescriptorSetCache; variable