Home
last modified time | relevance | path

Searched refs:sync_fence_info (Results 1 – 7 of 7) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/sync/
Dsync.c87 struct sync_fence_info *fence_info; in sync_file_info()
112 info->sync_fence_info = (uint64_t)(unsigned long)fence_info; in sync_file_info()
127 free((void *)(unsigned long)info->sync_fence_info); in sync_file_info_free()
149 struct sync_fence_info *fence_info = NULL; in sync_fence_count_with_status()
155 fence_info = (struct sync_fence_info *)(unsigned long)info->sync_fence_info; in sync_fence_count_with_status()
/external/mesa3d/include/android_stub/ndk/
Dsync.h88 static inline struct sync_fence_info* sync_get_fence_info(const struct sync_file_info* info) { in sync_get_fence_info()
93 return (struct sync_fence_info *)(uintptr_t)(info->sync_fence_info); in sync_get_fence_info()
/external/kernel-headers/original/uapi/linux/
Dsync_file.h42 struct sync_fence_info { struct
67 __u64 sync_fence_info; member
/external/igt-gpu-tools/include/drm-uapi/
Dsync_file.h42 struct sync_fence_info { struct
67 __u64 sync_fence_info; member
/external/mesa3d/include/drm-uapi/
Dsync_file.h60 struct sync_fence_info { struct
85 __u64 sync_fence_info; member
/external/igt-gpu-tools/lib/
Dsw_sync.c173 struct sync_fence_info *fence_info; in __sync_fence_count_status()
184 info.sync_fence_info = to_user_pointer(fence_info); in __sync_fence_count_status()
/external/igt-gpu-tools/tests/i915/
Dgem_ctx_shared.c318 struct sync_fence_info rings[16]; in single_timeline()
345 sync_file_info.sync_fence_info = to_user_pointer(&rings[n]); in single_timeline()