Searched refs:RefCountedDescriptorPool (Results 1 – 2 of 2) sorted by relevance
298 using RefCountedDescriptorPool = RefCounted<DynamicDescriptorPool>; variable323 const vk::RefCountedDescriptorPool &pool = iter.second; in accumulateDescriptorCacheStats()332 vk::RefCountedDescriptorPool &pool = iter.second; in resetDescriptorCacheStats()343 const RefCountedDescriptorPool &pool = iter.second; in getTotalCacheKeySizeBytes()351 std::unordered_map<DescriptorSetLayoutDesc, RefCountedDescriptorPool> mPayload;
10974 RefCountedDescriptorPool &refCountedPool = iter.second; in destroy()10992 RefCountedDescriptorPool &descriptorPool = cacheIter->second; in bindCachedDescriptorPool()11006 RefCountedDescriptorPool(std::move(newDescriptorPool))); in bindCachedDescriptorPool()11008 RefCountedDescriptorPool &descriptorPool = insertIter.first->second; in bindCachedDescriptorPool()