Searched refs:from_pNext (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 93 const void* from_pNext = from; in deepcopy_VkBaseInStructure() local 95 while (!pNext_size && from_pNext) { in deepcopy_VkBaseInStructure() 96 from_pNext = static_cast<const vk_struct_common*>(from_pNext)->pNext; in deepcopy_VkBaseInStructure() 97 pNext_size = goldfish_vk_extension_struct_size(rootType, from_pNext); in deepcopy_VkBaseInStructure() 102 deepcopy_extension_struct(alloc, rootType, from_pNext, (void*)(to->pNext)); in deepcopy_VkBaseInStructure() 114 const void* from_pNext = from; in deepcopy_VkBaseOutStructure() local 116 while (!pNext_size && from_pNext) { in deepcopy_VkBaseOutStructure() 117 from_pNext = static_cast<const vk_struct_common*>(from_pNext)->pNext; in deepcopy_VkBaseOutStructure() 118 pNext_size = goldfish_vk_extension_struct_size(rootType, from_pNext); in deepcopy_VkBaseOutStructure() 123 deepcopy_extension_struct(alloc, rootType, from_pNext, (void*)(to->pNext)); in deepcopy_VkBaseOutStructure() [all …]
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 93 const void* from_pNext = from; in deepcopy_VkBaseInStructure() local 95 while (!pNext_size && from_pNext) { in deepcopy_VkBaseInStructure() 96 from_pNext = static_cast<const vk_struct_common*>(from_pNext)->pNext; in deepcopy_VkBaseInStructure() 97 pNext_size = goldfish_vk_extension_struct_size(rootType, from_pNext); in deepcopy_VkBaseInStructure() 102 deepcopy_extension_struct(alloc, rootType, from_pNext, (void*)(to->pNext)); in deepcopy_VkBaseInStructure() 114 const void* from_pNext = from; in deepcopy_VkBaseOutStructure() local 116 while (!pNext_size && from_pNext) { in deepcopy_VkBaseOutStructure() 117 from_pNext = static_cast<const vk_struct_common*>(from_pNext)->pNext; in deepcopy_VkBaseOutStructure() 118 pNext_size = goldfish_vk_extension_struct_size(rootType, from_pNext); in deepcopy_VkBaseOutStructure() 123 deepcopy_extension_struct(alloc, rootType, from_pNext, (void*)(to->pNext)); in deepcopy_VkBaseOutStructure() [all …]
|