Searched refs:drmSyncobjExportSyncFile (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_fence.c | 131 drmSyncobjExportSyncFile(v3d->fd, v3d->out_sync, &f->fd); in v3d_fence_create()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_drm_syncobj.c | 146 int err = drmSyncobjExportSyncFile(device->drm_fd, handle, &fd); in sync_has_sync_file() 358 int err = drmSyncobjExportSyncFile(device->drm_fd, sobj->syncobj, sync_file); in vk_drm_syncobj_export_sync_file()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_queue.c | 182 err = drmSyncobjExportSyncFile(job->device->pdevice->render_fd, in export_perfmon_last_job_sync() 202 err = drmSyncobjExportSyncFile(job->device->pdevice->render_fd, in export_perfmon_last_job_sync() 483 err = drmSyncobjExportSyncFile(device->pdevice->render_fd, in process_waits() 496 err = drmSyncobjExportSyncFile(device->pdevice->render_fd, in process_waits() 543 drmSyncobjExportSyncFile(device->pdevice->render_fd, in process_signals()
|
/third_party/libdrm/ |
D | core-symbols.txt | 185 drmSyncobjExportSyncFile
|
D | xf86drm.h | 930 extern int drmSyncobjExportSyncFile(int fd, uint32_t handle, int *sync_file_fd);
|
D | xf86drm.c | 4888 drm_public int drmSyncobjExportSyncFile(int fd, uint32_t handle, in drmSyncobjExportSyncFile() function
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_context.c | 64 drmSyncobjExportSyncFile(vc4->fd, vc4->job_syncobj, in vc4_pipe_flush()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_screen.c | 799 drmSyncobjExportSyncFile(dev->fd, fence->syncobj, &fd); in panfrost_fence_get_fd() 843 ret = drmSyncobjExportSyncFile(dev->fd, ctx->syncobj, &fd); in panfrost_fence_create()
|
/third_party/libdrm/amdgpu/ |
D | amdgpu_cs.c | 792 return drmSyncobjExportSyncFile(dev->fd, syncobj, sync_file_fd); in amdgpu_cs_syncobj_export_sync_file() 818 return drmSyncobjExportSyncFile(dev->fd, syncobj, sync_file_fd); in amdgpu_cs_syncobj_export_sync_file2() 828 ret = drmSyncobjExportSyncFile(dev->fd, binary_handle, sync_file_fd); in amdgpu_cs_syncobj_export_sync_file2()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_job.c | 1068 if (!drmSyncobjExportSyncFile(drm_fd, ctx->out_sync[LIMA_PIPE_PP], &fd)) in lima_pipe_flush()
|