Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h298 using RefCountedDescriptorPool = RefCounted<DynamicDescriptorPool>; variable
323 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;
Dvk_helpers.cpp10974 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()