Searched refs:export_syncobj_to_sync_file (Results 1 – 3 of 3) sorted by relevance
311 int (*export_syncobj_to_sync_file)(struct radeon_winsys *ws, uint32_t syncobj, int *fd); member
7660 ret = device->ws->export_syncobj_to_sync_file(device->ws, syncobj_handle, pFd); in radv_GetSemaphoreFdKHR()7779 ret = device->ws->export_syncobj_to_sync_file(device->ws, part->syncobj, pFd); in radv_GetFenceFdKHR()
1791 ws->base.export_syncobj_to_sync_file = radv_amdgpu_export_syncobj_to_sync_file; in radv_amdgpu_cs_init_functions()