Home
last modified time | relevance | path

Searched defs:local_syncobj_handle (Results 1 – 1 of 1) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Dgem_exec_fence.c888 struct local_syncobj_handle { in __syncobj_to_sync_file() struct
889 uint32_t handle; in __syncobj_to_sync_file()
890 uint32_t flags; in __syncobj_to_sync_file()
891 int32_t fd; in __syncobj_to_sync_file()
892 uint32_t pad; in __syncobj_to_sync_file()
917 struct local_syncobj_handle { in __syncobj_from_sync_file() struct
918 uint32_t handle; in __syncobj_from_sync_file()
919 uint32_t flags; in __syncobj_from_sync_file()
920 int32_t fd; in __syncobj_from_sync_file()
921 uint32_t pad; in __syncobj_from_sync_file()
[all …]