Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp488 std::vector<VkImage> sortedBoxedImages; in save() local
490 sortedBoxedImages.push_back(unboxed_to_boxed_non_dispatchable_VkImage(imageIte.first)); in save()
494 std::sort(sortedBoxedImages.begin(), sortedBoxedImages.end()); in save()
495 for (const auto& boxedImage : sortedBoxedImages) { in save()
700 std::vector<VkImage> sortedBoxedImages; in load() local
702 sortedBoxedImages.push_back(unboxed_to_boxed_non_dispatchable_VkImage(imageIte.first)); in load()
704 sort(sortedBoxedImages.begin(), sortedBoxedImages.end()); in load()
705 for (const auto& boxedImage : sortedBoxedImages) { in load()