Searched refs:__syncobj_fd_to_handle (Results 1 – 3 of 3) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | syncobj_basic.c | 68 igt_assert_eq(__syncobj_fd_to_handle(fd, &handle), -EINVAL); in test_bad_fd_to_handle() 80 igt_assert_eq(__syncobj_fd_to_handle(fd, &handle), -EINVAL); in test_illegal_fd_to_handle() 89 igt_assert_eq(__syncobj_fd_to_handle(fd, &handle), -EINVAL); in test_bad_flags_fd_to_handle() 116 igt_assert_eq(__syncobj_fd_to_handle(fd, &handle), -EINVAL); in test_bad_pad_fd_to_handle()
|
/external/igt-gpu-tools/lib/ |
D | igt_syncobj.c | 125 __syncobj_fd_to_handle(int fd, struct drm_syncobj_handle *args) in __syncobj_fd_to_handle() function 149 igt_assert_eq(__syncobj_fd_to_handle(fd, &args), 0); in syncobj_fd_to_handle() 169 igt_assert_eq(__syncobj_fd_to_handle(fd, &args), 0); in syncobj_import_sync_file()
|
D | igt_syncobj.h | 58 int __syncobj_fd_to_handle(int fd, struct drm_syncobj_handle *args);
|