Searched refs:pNext_size (Results 1 – 1 of 1) sorted by relevance
47 size_t pNext_size = goldfish_vk_extension_struct_size(from->pNext); in deepcopy_VkApplicationInfo() local49 if (pNext_size) in deepcopy_VkApplicationInfo()51 to->pNext = (const void*)pool->alloc(pNext_size); in deepcopy_VkApplicationInfo()73 size_t pNext_size = goldfish_vk_extension_struct_size(from->pNext); in deepcopy_VkInstanceCreateInfo() local75 if (pNext_size) in deepcopy_VkInstanceCreateInfo()77 to->pNext = (const void*)pool->alloc(pNext_size); in deepcopy_VkInstanceCreateInfo()238 size_t pNext_size = goldfish_vk_extension_struct_size(from->pNext); in deepcopy_VkDeviceQueueCreateInfo() local240 if (pNext_size) in deepcopy_VkDeviceQueueCreateInfo()242 to->pNext = (const void*)pool->alloc(pNext_size); in deepcopy_VkDeviceQueueCreateInfo()259 size_t pNext_size = goldfish_vk_extension_struct_size(from->pNext); in deepcopy_VkDeviceCreateInfo() local[all …]