Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/vulkan/
Dvn_device_memory.c41 VkDeviceMemory mem_handle = vn_device_memory_to_handle(mem); in vn_device_memory_simple_alloc() local
49 NULL, &mem_handle); in vn_device_memory_simple_alloc()
64 mem_handle, NULL); in vn_device_memory_simple_alloc()
284 VkDeviceMemory mem_handle = vn_device_memory_to_handle(mem); in vn_device_memory_alloc() local
286 alloc_info, NULL, &mem_handle); in vn_device_memory_alloc()
294 vn_async_vkFreeMemory(dev->instance, dev_handle, mem_handle, NULL); in vn_device_memory_alloc()
353 VkDeviceMemory mem_handle = vn_device_memory_to_handle(mem); in vn_AllocateMemory() local
383 *pMemory = mem_handle; in vn_AllocateMemory()