Searched refs:__syncobj_handle_to_fd (Results 1 – 3 of 3) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | syncobj_basic.c | 56 igt_assert_eq(__syncobj_handle_to_fd(fd, &handle), -EINVAL); in test_bad_handle_to_fd() 98 igt_assert_eq(__syncobj_handle_to_fd(fd, &handle), -EINVAL); in test_bad_flags_handle_to_fd() 107 igt_assert_eq(__syncobj_handle_to_fd(fd, &handle), -EINVAL); in test_bad_pad_handle_to_fd()
|
/external/igt-gpu-tools/lib/ |
D | igt_syncobj.c | 95 __syncobj_handle_to_fd(int fd, struct drm_syncobj_handle *args) in __syncobj_handle_to_fd() function 119 igt_assert_eq(__syncobj_handle_to_fd(fd, &args), 0); in syncobj_handle_to_fd()
|
D | igt_syncobj.h | 57 int __syncobj_handle_to_fd(int fd, struct drm_syncobj_handle *args);
|