Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dsyncobj_basic.c56 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/
Digt_syncobj.c95 __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()
Digt_syncobj.h57 int __syncobj_handle_to_fd(int fd, struct drm_syncobj_handle *args);