Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp553 VkDescriptorSetLayout boxedLayout = in save() local
556 stream->putBe64((uint64_t)boxedLayout); in save()
778 VkDescriptorSetLayout boxedLayout = (VkDescriptorSetLayout)stream->getBe64(); in load() local
779 layouts.push_back(unbox_VkDescriptorSetLayout(boxedLayout)); in load()