Searched refs:vk_sync_destroy (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_queue.c | 152 vk_sync_destroy(&queue->device->vk, queue->completion[i]); in pvr_queue_finish() 226 vk_sync_destroy(&device->vk, sync_geom); in pvr_process_graphics_cmd() 260 vk_sync_destroy(&device->vk, sync_geom); in pvr_process_graphics_cmd() 261 vk_sync_destroy(&device->vk, sync_frag); in pvr_process_graphics_cmd() 267 vk_sync_destroy(&device->vk, completions[PVR_JOB_TYPE_GEOM]); in pvr_process_graphics_cmd() 272 vk_sync_destroy(&device->vk, completions[PVR_JOB_TYPE_FRAG]); in pvr_process_graphics_cmd() 309 vk_sync_destroy(&device->vk, sync); in pvr_process_compute_cmd() 315 vk_sync_destroy(&device->vk, completions[PVR_JOB_TYPE_COMPUTE]); in pvr_process_compute_cmd() 351 vk_sync_destroy(&device->vk, sync); in pvr_process_transfer_cmds() 357 vk_sync_destroy(&device->vk, completions[PVR_JOB_TYPE_TRANSFER]); in pvr_process_transfer_cmds() [all …]
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_queue.c | 72 vk_sync_destroy(&queue->device->vk, queue->sync); in anv_queue_finish()
|
D | anv_utrace.c | 66 vk_sync_destroy(&device->vk, flush->sync); in anv_utrace_delete_flush_data() 188 vk_sync_destroy(&device->vk, flush->sync); in anv_device_utrace_flush_cmd_buffers()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_fence.c | 172 vk_sync_destroy(device, fence->temporary); in vk_fence_reset_temporary() 392 vk_sync_destroy(device, temporary); in vk_common_ImportFenceFdKHR()
|
D | vk_semaphore.c | 199 vk_sync_destroy(device, semaphore->temporary); in vk_semaphore_reset_temporary() 447 vk_sync_destroy(device, temporary); in vk_common_ImportSemaphoreFdKHR()
|
D | vk_sync.h | 322 void vk_sync_destroy(struct vk_device *device,
|
D | vk_queue.c | 215 vk_sync_destroy(queue->base.device, submit->_wait_temps[i]); in vk_queue_submit_cleanup() 219 vk_sync_destroy(queue->base.device, submit->_mem_signal_temp); in vk_queue_submit_cleanup() 311 vk_sync_destroy(queue->base.device, submit->_wait_temps[i]); in vk_queue_submit_final() 1307 vk_sync_destroy(queue->base.device, sync); in vk_common_QueueWaitIdle()
|
D | vk_sync.c | 135 vk_sync_destroy(struct vk_device *device, in vk_sync_destroy() function
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_query.c | 282 vk_sync_destroy(&device->vk, pool->queries[j].perf.last_job_sync); in v3dv_CreateQueryPool() 311 vk_sync_destroy(&device->vk, pool->queries[i].perf.last_job_sync); in v3dv_DestroyQueryPool()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_drm.c | 236 vk_sync_destroy(device, sync); in wsi_create_sync_for_dma_buf_wait()
|