Home
last modified time | relevance | path

Searched refs:local_syncobj_array (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_syncobj.h45 struct local_syncobj_array { struct
52 #define LOCAL_IOCTL_SYNCOBJ_RESET DRM_IOWR(0xC4, struct local_syncobj_array) argument
53 #define LOCAL_IOCTL_SYNCOBJ_SIGNAL DRM_IOWR(0xC5, struct local_syncobj_array)
Digt_syncobj.c239 struct local_syncobj_array array = { 0 }; in __syncobj_reset()
266 struct local_syncobj_array array = { 0 }; in __syncobj_signal()
/external/igt-gpu-tools/tests/
Dsyncobj_wait.c169 struct local_syncobj_array array = { 0 }; in test_reset_zero_handles()
179 struct local_syncobj_array array = { 0 }; in test_reset_illegal_handle()
192 struct local_syncobj_array array = { 0 }; in test_reset_one_illegal_handle()
219 struct local_syncobj_array array = { 0 }; in test_reset_bad_pad()
233 struct local_syncobj_array array = { 0 }; in test_signal_zero_handles()
243 struct local_syncobj_array array = { 0 }; in test_signal_illegal_handle()
256 struct local_syncobj_array array = { 0 }; in test_signal_one_illegal_handle()
283 struct local_syncobj_array array = { 0 }; in test_signal_bad_pad()