Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dsyncobj_basic.c68 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/
Digt_syncobj.c125 __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()
Digt_syncobj.h58 int __syncobj_fd_to_handle(int fd, struct drm_syncobj_handle *args);