Home
last modified time | relevance | path

Searched refs:LOCAL_IOCTL_SYNCOBJ_WAIT (Results 1 – 4 of 4) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_syncobj.h51 #define LOCAL_IOCTL_SYNCOBJ_WAIT DRM_IOWR(0xC3, struct local_syncobj_wait) macro
Digt_syncobj.c176 if (drmIoctl(fd, LOCAL_IOCTL_SYNCOBJ_WAIT, args)) in __syncobj_wait()
/external/igt-gpu-tools/benchmarks/
Dgem_busy.c156 #define LOCAL_IOCTL_SYNCOBJ_WAIT DRM_IOWR(0xC3, struct local_syncobj_wait) macro
160 if (drmIoctl(fd, LOCAL_IOCTL_SYNCOBJ_WAIT, args)) in __syncobj_wait()
/external/igt-gpu-tools/tests/
Dsyncobj_wait.c756 ret = drmIoctl(fd, LOCAL_IOCTL_SYNCOBJ_WAIT, &wait); in has_syncobj_wait()