Lines Matching refs:mDescriptorPoolInfo
533 for (const auto& descriptorPoolIte : mDescriptorPoolInfo) { in save()
541 const DescriptorPoolInfo& poolInfo = mDescriptorPoolInfo[unboxedDescriptorPool]; in save()
750 for (const auto& descriptorPoolIte : mDescriptorPoolInfo) { in load()
758 const DescriptorPoolInfo& poolInfo = mDescriptorPoolInfo[unboxedDescriptorPool]; in load()
2872 auto& info = mDescriptorPoolInfo[*pDescriptorPool]; in on_vkCreateDescriptorPool()
2905 auto* info = android::base::find(mDescriptorPoolInfo, descriptorPool); in cleanupDescriptorPoolAllocedSetsLocked()
2949 mDescriptorPoolInfo.erase(descriptorPool); in on_vkDestroyDescriptorPool()
2970 auto* poolInfo = android::base::find(mDescriptorPoolInfo, pool); in initDescriptorSetInfoLocked()
3017 android::base::find(mDescriptorPoolInfo, pAllocateInfo->descriptorPool); in on_vkAllocateDescriptorSets()
3047 auto* poolInfo = android::base::find(mDescriptorPoolInfo, setInfo->pool); in on_vkFreeDescriptorSets()
6157 auto* poolInfo = android::base::find(mDescriptorPoolInfo, pool); in getOrAllocateDescriptorSetFromPoolAndId()
6285 auto& info = mDescriptorPoolInfo[descriptorPool]; in on_vkCollectDescriptorPoolIdsGOOGLE()
7255 deviceToDestroy, mDescriptorPoolInfo, &DescriptorPoolInfo::boxed)) { in teardownInstanceLocked()
7260 mDescriptorPoolInfo.erase(descriptorPool); in teardownInstanceLocked()
7571 auto* poolInfo = android::base::find(mDescriptorPoolInfo, pAllocateInfo->descriptorPool); in validateDescriptorSetAllocLocked()
7668 std::unordered_map<VkDescriptorPool, DescriptorPoolInfo> mDescriptorPoolInfo; member in gfxstream::vk::VkDecoderGlobalState::Impl