Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/vulkan/
Dvn_device_memory.c37 VkDeviceMemory mem_handle = VK_NULL_HANDLE; in vn_device_memory_pool_grow_alloc() local
49 mem_handle = vn_device_memory_to_handle(mem); in vn_device_memory_pool_grow_alloc()
57 NULL, &mem_handle); in vn_device_memory_pool_grow_alloc()
59 mem_handle = VK_NULL_HANDLE; in vn_device_memory_pool_grow_alloc()
83 if (mem_handle != VK_NULL_HANDLE) in vn_device_memory_pool_grow_alloc()
84 vn_async_vkFreeMemory(dev->instance, dev_handle, mem_handle, NULL); in vn_device_memory_pool_grow_alloc()
302 VkDeviceMemory mem_handle = vn_device_memory_to_handle(mem); in vn_device_memory_alloc_guest_vram() local
328 dev->instance, dev_handle, &memory_allocate_info, NULL, &mem_handle); in vn_device_memory_alloc_guest_vram()
338 vn_async_vkFreeMemory(dev->instance, dev_handle, mem_handle, NULL); in vn_device_memory_alloc_guest_vram()
355 VkDeviceMemory mem_handle = vn_device_memory_to_handle(mem); in vn_device_memory_alloc_generic() local
[all …]
Dvn_image.c356 VkDeviceMemory mem_handle = vn_device_memory_to_handle(img->wsi.memory); in vn_DestroyImage() local
357 vn_FreeMemory(device, mem_handle, pAllocator); in vn_DestroyImage()