Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/vulkan/
Dvn_device_memory.c92 struct vn_device_memory *pool_mem) in vn_device_memory_pool_ref() argument
94 assert(pool_mem->base_bo); in vn_device_memory_pool_ref()
96 vn_renderer_bo_ref(dev->renderer, pool_mem->base_bo); in vn_device_memory_pool_ref()
98 return pool_mem; in vn_device_memory_pool_ref()
103 struct vn_device_memory *pool_mem) in vn_device_memory_pool_unref() argument
107 assert(pool_mem->base_bo); in vn_device_memory_pool_unref()
109 if (!vn_renderer_bo_unref(dev->renderer, pool_mem->base_bo)) in vn_device_memory_pool_unref()
113 if (pool_mem->bo_roundtrip_seqno_valid) in vn_device_memory_pool_unref()
114 vn_instance_wait_roundtrip(dev->instance, pool_mem->bo_roundtrip_seqno); in vn_device_memory_pool_unref()
117 vn_device_memory_to_handle(pool_mem), NULL); in vn_device_memory_pool_unref()
[all …]