Home
last modified time | relevance | path

Searched refs:drmSyncobjExportSyncFile (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_fence.c131 drmSyncobjExportSyncFile(v3d->fd, v3d->out_sync, &f->fd); in v3d_fence_create()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_drm_syncobj.c146 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/
Dv3dv_queue.c182 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/
Dcore-symbols.txt185 drmSyncobjExportSyncFile
Dxf86drm.h930 extern int drmSyncobjExportSyncFile(int fd, uint32_t handle, int *sync_file_fd);
Dxf86drm.c4888 drm_public int drmSyncobjExportSyncFile(int fd, uint32_t handle, in drmSyncobjExportSyncFile() function
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.c64 drmSyncobjExportSyncFile(vc4->fd, vc4->job_syncobj, in vc4_pipe_flush()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c799 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/
Damdgpu_cs.c792 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/
Dlima_job.c1068 if (!drmSyncobjExportSyncFile(drm_fd, ctx->out_sync[LIMA_PIPE_PP], &fd)) in lima_pipe_flush()