Searched refs:vn_async_vkFreeMemory (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_device_memory.c | 84 vn_async_vkFreeMemory(dev->instance, dev_handle, mem_handle, NULL); in vn_device_memory_pool_grow_alloc() 116 vn_async_vkFreeMemory(dev->instance, vn_device_to_handle(dev), in vn_device_memory_pool_unref() 338 vn_async_vkFreeMemory(dev->instance, dev_handle, mem_handle, NULL); in vn_device_memory_alloc_guest_vram() 367 vn_async_vkFreeMemory(dev->instance, dev_handle, mem_handle, NULL); in vn_device_memory_alloc_generic() 375 vn_async_vkFreeMemory(dev->instance, dev_handle, mem_handle, NULL); in vn_device_memory_alloc_generic() 508 vn_async_vkFreeMemory(dev->instance, device, memory, NULL); in vn_FreeMemory()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device_memory.h | 1127 static inline void vn_async_vkFreeMemory(struct vn_instance *vn_instance, VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) in vn_async_vkFreeMemory() function
|
Completed in 4 milliseconds