Home
last modified time | relevance | path

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

/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_syncobj.h59 int syncobj_handle_to_fd(int fd, uint32_t handle, uint32_t flags);
H A Digt_syncobj.c114 syncobj_handle_to_fd(int fd, uint32_t handle, uint32_t flags) in syncobj_handle_to_fd() function
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dsyncobj_basic.c170 syncobj_fd = syncobj_handle_to_fd(fd, first_handle, 0); in test_valid_cycle()