Searched refs:destroy_syncobj (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_queue.c | 1049 destroy_syncobj(uint32_t device_fd, uint32_t *sync) in destroy_syncobj() function 1180 destroy_syncobj(render_fd, &sem->temp_sync); in v3dv_ImportSemaphoreFdKHR() 1184 destroy_syncobj(render_fd, &sem->sync); in v3dv_ImportSemaphoreFdKHR() 1245 destroy_syncobj(device->pdevice->render_fd, &sem->sync); in v3dv_DestroySemaphore() 1246 destroy_syncobj(device->pdevice->render_fd, &sem->temp_sync); in v3dv_DestroySemaphore() 1379 destroy_syncobj(render_fd, &fence->temp_sync); in v3dv_ImportFenceFdKHR() 1383 destroy_syncobj(render_fd, &fence->sync); in v3dv_ImportFenceFdKHR() 1413 destroy_syncobj(device->pdevice->render_fd, &fence->sync); in v3dv_DestroyFence() 1414 destroy_syncobj(device->pdevice->render_fd, &fence->temp_sync); in v3dv_DestroyFence() 1492 destroy_syncobj(render_fd, &fence->temp_sync); in v3dv_ResetFences()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_radeon_winsys.h | 297 void (*destroy_syncobj)(struct radeon_winsys *ws, uint32_t handle); member
|
D | radv_device.c | 5765 device->ws->destroy_syncobj(device->ws, part->syncobj); in radv_destroy_fence_part() 5915 device->ws->destroy_syncobj(device->ws, point->syncobj); in radv_destroy_timeline() 5921 device->ws->destroy_syncobj(device->ws, point->syncobj); in radv_destroy_timeline() 6067 device->ws->destroy_syncobj(device->ws, part->syncobj); in radv_destroy_semaphore_part() 7551 device->ws->destroy_syncobj(device->ws, *syncobj); in radv_import_opaque_fd()
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_cs.c | 1783 ws->base.destroy_syncobj = radv_amdgpu_destroy_syncobj; in radv_amdgpu_cs_init_functions()
|