Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device_memory.c98 const VkImportMemoryHostPointerInfoEXT *host_ptr_info = (void *)ext; in vk_device_memory_create() local
99 if (host_ptr_info->handleType) { in vk_device_memory_create()
100 … assert(host_ptr_info->handleType == VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_ALLOCATION_BIT_EXT || in vk_device_memory_create()
101host_ptr_info->handleType == VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_MAPPED_FOREIGN_MEMORY_BIT_EXT); in vk_device_memory_create()
104 mem->import_handle_type = host_ptr_info->handleType; in vk_device_memory_create()
105 mem->host_ptr = host_ptr_info->pHostPointer; in vk_device_memory_create()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1725 VkImportMemoryHostPointerInfoEXT host_ptr_info; in wsi_create_buffer_blit_context() local
1727 host_ptr_info = (VkImportMemoryHostPointerInfoEXT) { in wsi_create_buffer_blit_context()
1732 __vk_append_struct(&buf_mem_info, &host_ptr_info); in wsi_create_buffer_blit_context()
2011 VkImportMemoryHostPointerInfoEXT host_ptr_info; in wsi_create_cpu_linear_image_mem() local
2013 host_ptr_info = (VkImportMemoryHostPointerInfoEXT) { in wsi_create_cpu_linear_image_mem()
2018 __vk_append_struct(&memory_info, &host_ptr_info); in wsi_create_cpu_linear_image_mem()