Searched refs:sortedBoxedDescriptorPools (Results 1 – 1 of 1) sorted by relevance
588 std::vector<VkDescriptorPool> sortedBoxedDescriptorPools; in save() local592 sortedBoxedDescriptorPools.push_back(boxed); in save()594 std::sort(sortedBoxedDescriptorPools.begin(), sortedBoxedDescriptorPools.end()); in save()595 for (const auto& boxedDescriptorPool : sortedBoxedDescriptorPools) { in save()835 std::vector<VkDescriptorPool> sortedBoxedDescriptorPools; in load() local839 sortedBoxedDescriptorPools.push_back(boxed); in load()841 sort(sortedBoxedDescriptorPools.begin(), sortedBoxedDescriptorPools.end()); in load()842 for (const auto& boxedDescriptorPool : sortedBoxedDescriptorPools) { in load()