HomeSort by: relevance | last modified time | path
    Searched defs:drm_syncobj_wait (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_sync.c 267 drm_syncobj_wait(struct panvk_device *device, function
272 struct drm_syncobj_wait wait = {
336 return drm_syncobj_wait(device, handles, fenceCount, absolute_timeout(timeout), waitAll);
376 result = drm_syncobj_wait(device, &handle, 1, 0, false);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_drm.c 1512 drm_syncobj_wait(struct tu_device *device, function
1516 int ret = drmIoctl(device->fd, DRM_IOCTL_SYNCOBJ_WAIT, &(struct drm_syncobj_wait) {
1573 return drm_syncobj_wait(device, handles, fenceCount, absolute_timeout(timeout), waitAll);
1608 result = drm_syncobj_wait(device, (uint32_t[]){fence->binary.temporary ?: fence->binary.permanent}, 1, 0, false);
1659 result = drm_syncobj_wait(dev, (uint32_t[]){point->syncobj}, 1, 0, true);
1715 result = drm_syncobj_wait(device, (uint32_t[]){point->syncobj}, 1,
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm.h 884 struct drm_syncobj_wait { struct
1079 #define DRM_IOCTL_SYNCOBJ_WAIT DRM_IOWR(0xC3, struct drm_syncobj_wait)
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm.h 734 struct drm_syncobj_wait { struct
897 #define DRM_IOCTL_SYNCOBJ_WAIT DRM_IOWR(0xC3, struct drm_syncobj_wait)
  /xsrc/external/mit/libdrm/dist/include/drm/
drm.h 977 struct drm_syncobj_wait { struct
1279 #define DRM_IOCTL_SYNCOBJ_WAIT DRM_IOWR(0xC3, struct drm_syncobj_wait)

Completed in 14 milliseconds