Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_syncobj.h35 struct local_syncobj_wait { struct
51 #define LOCAL_IOCTL_SYNCOBJ_WAIT DRM_IOWR(0xC3, struct local_syncobj_wait) argument
62 int __syncobj_wait(int fd, struct local_syncobj_wait *args);
Digt_syncobj.c173 __syncobj_wait(int fd, struct local_syncobj_wait *args) in __syncobj_wait()
185 struct local_syncobj_wait wait; in syncobj_wait_err()
215 struct local_syncobj_wait wait; in syncobj_wait()
/external/igt-gpu-tools/benchmarks/
Dgem_busy.c147 struct local_syncobj_wait { struct
156 #define LOCAL_IOCTL_SYNCOBJ_WAIT DRM_IOWR(0xC3, struct local_syncobj_wait) argument
157 static int __syncobj_wait(int fd, struct local_syncobj_wait *args) in __syncobj_wait()
302 struct local_syncobj_wait arg = { in loop()
/external/igt-gpu-tools/tests/
Dsyncobj_wait.c143 struct local_syncobj_wait wait = { 0 }; in test_wait_bad_flags()
151 struct local_syncobj_wait wait = { 0 }; in test_wait_zero_handles()
158 struct local_syncobj_wait wait = { 0 }; in test_wait_illegal_handle()
514 struct local_syncobj_wait wait;
716 struct local_syncobj_wait wait = { 0 }; in test_wait_interrupted()
743 struct local_syncobj_wait wait = { 0 }; in has_syncobj_wait()