Searched refs:sortedBoxedDescriptorPools (Results 1 – 1 of 1) sorted by relevance
532 std::vector<VkDescriptorPool> sortedBoxedDescriptorPools; in save() local536 sortedBoxedDescriptorPools.push_back(boxed); in save()538 std::sort(sortedBoxedDescriptorPools.begin(), sortedBoxedDescriptorPools.end()); in save()539 for (const auto& boxedDescriptorPool : sortedBoxedDescriptorPools) { in save()749 std::vector<VkDescriptorPool> sortedBoxedDescriptorPools; in load() local753 sortedBoxedDescriptorPools.push_back(boxed); in load()755 sort(sortedBoxedDescriptorPools.begin(), sortedBoxedDescriptorPools.end()); in load()756 for (const auto& boxedDescriptorPool : sortedBoxedDescriptorPools) { in load()