Lines Matching refs:descriptorPool
2903 void cleanupDescriptorPoolAllocedSetsLocked(VkDescriptorPool descriptorPool, in cleanupDescriptorPoolAllocedSetsLocked() argument
2905 auto* info = android::base::find(mDescriptorPoolInfo, descriptorPool); in cleanupDescriptorPoolAllocedSetsLocked()
2940 VkDescriptorPool descriptorPool, in on_vkDestroyDescriptorPool() argument
2945 vk->vkDestroyDescriptorPool(device, descriptorPool, pAllocator); in on_vkDestroyDescriptorPool()
2948 cleanupDescriptorPoolAllocedSetsLocked(descriptorPool, true /* destroy */); in on_vkDestroyDescriptorPool()
2949 mDescriptorPoolInfo.erase(descriptorPool); in on_vkDestroyDescriptorPool()
2953 VkDescriptorPool descriptorPool, in on_vkResetDescriptorPool() argument
2958 auto res = vk->vkResetDescriptorPool(device, descriptorPool, flags); in on_vkResetDescriptorPool()
2962 cleanupDescriptorPoolAllocedSetsLocked(descriptorPool); in on_vkResetDescriptorPool()
3017 android::base::find(mDescriptorPoolInfo, pAllocateInfo->descriptorPool); in on_vkAllocateDescriptorSets()
3023 initDescriptorSetInfoLocked(pAllocateInfo->descriptorPool, in on_vkAllocateDescriptorSets()
3033 VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, in on_vkFreeDescriptorSets() argument
3039 vk->vkFreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDescriptorSets); in on_vkFreeDescriptorSets()
6282 VkDescriptorPool descriptorPool, in on_vkCollectDescriptorPoolIdsGOOGLE() argument
6285 auto& info = mDescriptorPoolInfo[descriptorPool]; in on_vkCollectDescriptorPoolIdsGOOGLE()
7254 for (auto [descriptorPool, descriptorPoolBoxed] : findDeviceObjects( in teardownInstanceLocked()
7256 cleanupDescriptorPoolAllocedSetsLocked(descriptorPool, /*isDestroy=*/true); in teardownInstanceLocked()
7257 deviceToDestroyDispatch->vkDestroyDescriptorPool(deviceToDestroy, descriptorPool, in teardownInstanceLocked()
7260 mDescriptorPoolInfo.erase(descriptorPool); in teardownInstanceLocked()
7571 auto* poolInfo = android::base::find(mDescriptorPoolInfo, pAllocateInfo->descriptorPool); in validateDescriptorSetAllocLocked()
8115 VkDescriptorPool descriptorPool, in on_vkDestroyDescriptorPool() argument
8117 mImpl->on_vkDestroyDescriptorPool(pool, device, descriptorPool, pAllocator); in on_vkDestroyDescriptorPool()
8122 VkDescriptorPool descriptorPool, in on_vkResetDescriptorPool() argument
8124 return mImpl->on_vkResetDescriptorPool(pool, device, descriptorPool, flags); in on_vkResetDescriptorPool()
8135 VkDescriptorPool descriptorPool, in on_vkFreeDescriptorSets() argument
8138 return mImpl->on_vkFreeDescriptorSets(pool, device, descriptorPool, descriptorSetCount, in on_vkFreeDescriptorSets()
8770 VkDescriptorPool descriptorPool, in on_vkCollectDescriptorPoolIdsGOOGLE() argument
8773 mImpl->on_vkCollectDescriptorPoolIdsGOOGLE(pool, device, descriptorPool, pPoolIdCount, in on_vkCollectDescriptorPoolIdsGOOGLE()