Home
last modified time | relevance | path

Searched refs:sortedBoxedDescriptorPools (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp532 std::vector<VkDescriptorPool> sortedBoxedDescriptorPools; in save() local
536 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() local
753 sortedBoxedDescriptorPools.push_back(boxed); in load()
755 sort(sortedBoxedDescriptorPools.begin(), sortedBoxedDescriptorPools.end()); in load()
756 for (const auto& boxedDescriptorPool : sortedBoxedDescriptorPools) { in load()