Searched refs:toActuallyFree (Results 1 – 1 of 1) sorted by relevance
4936 std::vector<VkDescriptorSet> toActuallyFree; in on_vkFreeDescriptorSets() local4974 toActuallyFree.push_back(set); in on_vkFreeDescriptorSets()4978 if (toActuallyFree.empty()) return VK_SUCCESS; in on_vkFreeDescriptorSets()4985 for (uint32_t i = 0; i < toActuallyFree.size(); ++i) { in on_vkFreeDescriptorSets()4987 as_goldfish_VkDescriptorSet(toActuallyFree[i])->reified->setLayout; in on_vkFreeDescriptorSets()4990 freeDescriptorSetsIfHostAllocated(enc, device, (uint32_t)toActuallyFree.size(), in on_vkFreeDescriptorSets()4991 toActuallyFree.data()); in on_vkFreeDescriptorSets()4994 enc->vkFreeDescriptorSets(device, descriptorPool, (uint32_t)toActuallyFree.size(), in on_vkFreeDescriptorSets()4995 toActuallyFree.data(), true /* do lock */); in on_vkFreeDescriptorSets()