Lines Matching refs:descriptorPool
544 auto it = info_VkDescriptorPool.find(ci->descriptorPool); in initDescriptorSetStateLocked()
555 setInfo.pool = ci->descriptorPool; in initDescriptorSetStateLocked()
3574 VkDescriptorPool descriptorPool, in on_vkDestroyDescriptorPool() argument
3579 enc->vkDestroyDescriptorPool(device, descriptorPool, pAllocator); in on_vkDestroyDescriptorPool()
3586 VkDescriptorPool descriptorPool, in on_vkResetDescriptorPool() argument
3591 VkResult res = enc->vkResetDescriptorPool(device, descriptorPool, flags); in on_vkResetDescriptorPool()
3596 clearDescriptorPoolLocked(descriptorPool); in on_vkResetDescriptorPool()
3622 VkDescriptorPool descriptorPool, in on_vkFreeDescriptorSets() argument
3636 if (!descriptorPoolSupportsIndividualFreeLocked(descriptorPool)) in on_vkFreeDescriptorSets()
3641 pDescriptorSets[i], descriptorPool)) { in on_vkFreeDescriptorSets()
3650 device, descriptorPool, in on_vkFreeDescriptorSets()
5666 VkDescriptorPool descriptorPool, in on_vkDestroyDescriptorPool() argument
5668 mImpl->on_vkDestroyDescriptorPool(context, device, descriptorPool, pAllocator); in on_vkDestroyDescriptorPool()
5675 VkDescriptorPool descriptorPool, in on_vkResetDescriptorPool() argument
5678 context, input_result, device, descriptorPool, flags); in on_vkResetDescriptorPool()
5695 VkDescriptorPool descriptorPool, in on_vkFreeDescriptorSets() argument
5699 context, input_result, device, descriptorPool, descriptorSetCount, pDescriptorSets); in on_vkFreeDescriptorSets()