Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_semaphore.c228 vk_sync_destroy(device, semaphore->temporary); in vk_semaphore_reset_temporary()
481 vk_sync_destroy(device, temporary); in vk_common_ImportSemaphoreWin32HandleKHR()
599 vk_sync_destroy(device, temporary); in vk_common_ImportSemaphoreFdKHR()
Dvk_fence.c173 vk_sync_destroy(device, fence->temporary); in vk_fence_reset_temporary()
395 vk_sync_destroy(device, temporary); in vk_common_ImportFenceFdKHR()
Dvk_sync.h345 void vk_sync_destroy(struct vk_device *device,
Dvk_queue.c216 vk_sync_destroy(queue->base.device, submit->_wait_temps[i]); in vk_queue_submit_cleanup()
220 vk_sync_destroy(queue->base.device, submit->_mem_signal_temp); in vk_queue_submit_cleanup()
312 vk_sync_destroy(queue->base.device, submit->_wait_temps[i]); in vk_queue_submit_final()
1328 vk_sync_destroy(queue->base.device, sync); in vk_common_QueueWaitIdle()
Dvk_sync.c135 vk_sync_destroy(struct vk_device *device, in vk_sync_destroy() function
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_drm.c225 vk_sync_destroy(device, sync); in wsi_create_sync_for_dma_buf_wait()