Home
last modified time | relevance | path

Searched refs:drm_syncobj_wait (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/intel/common/
Dintel_gem.c40 struct drm_syncobj_wait wait = { in intel_gem_supports_syncobj_wait()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_fence.c224 struct drm_syncobj_wait args = { in iris_wait_syncobj()
431 struct drm_syncobj_wait args = { in iris_fence_finish()
Diris_bufmgr.c487 struct drm_syncobj_wait args = { in iris_bo_wait_syncobj()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_fence.c201 struct drm_syncobj_wait args = { in crocus_wait_syncobj()
363 struct drm_syncobj_wait args = { in crocus_fence_finish()
/third_party/libdrm/include/drm/
Ddrm.h884 struct drm_syncobj_wait { struct
1069 #define DRM_IOCTL_SYNCOBJ_WAIT DRM_IOWR(0xC3, struct drm_syncobj_wait)
/third_party/mesa3d/include/drm-uapi/
Ddrm.h884 struct drm_syncobj_wait { struct
1079 #define DRM_IOCTL_SYNCOBJ_WAIT DRM_IOWR(0xC3, struct drm_syncobj_wait)
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c488 drm_syncobj_wait(struct tu_device *device, in drm_syncobj_wait() function
552 ret = drm_syncobj_wait(dev, handles, submit_count, abs_timeout_ns, wait_all); in tu_timeline_sync_wait()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c1087 struct drm_syncobj_wait wait = { in panvk_QueueWaitIdle()
1428 struct drm_syncobj_wait wait = { in panvk_GetEventStatus()
/third_party/libdrm/
Dxf86drm.c4909 struct drm_syncobj_wait args; in drmSyncobjWait()