Searched refs:anv_gem_syncobj_destroy (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_queue.c | 804 anv_gem_syncobj_destroy(device, syncobj); in anv_queue_submit_simple_batch() 822 anv_gem_syncobj_destroy(device, syncobj); in anv_queue_submit_simple_batch() 888 anv_gem_syncobj_destroy(device, out->syncobj); in clone_syncobj_dma_fence() 897 anv_gem_syncobj_destroy(device, out->syncobj); in clone_syncobj_dma_fence() 956 anv_gem_syncobj_destroy(queue->device, template.syncobj); in maybe_transfer_temporary_semaphore() 1541 anv_gem_syncobj_destroy(device, impl->syncobj); in anv_fence_impl_cleanup() 2051 anv_gem_syncobj_destroy(device, new_impl.syncobj); in anv_ImportFenceFdKHR() 2207 anv_gem_syncobj_destroy(device, impl->syncobj); in timeline_semaphore_create() 2305 anv_gem_syncobj_destroy(device, impl->syncobj); in anv_semaphore_impl_cleanup() 2448 anv_gem_syncobj_destroy(device, new_impl.syncobj); in anv_ImportSemaphoreFdKHR()
|
D | anv_gem_stubs.c | 227 anv_gem_syncobj_destroy(struct anv_device *device, uint32_t handle) in anv_gem_syncobj_destroy() function
|
D | anv_gem.c | 622 anv_gem_syncobj_destroy(struct anv_device *device, uint32_t handle) in anv_gem_syncobj_destroy() function
|
D | anv_private.h | 1457 void anv_gem_syncobj_destroy(struct anv_device *device, uint32_t handle);
|