Home
last modified time | relevance | path

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

/external/libdrm/
Dlibsync.h49 struct sync_merge_data { struct
57 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data) argument
/external/kernel-headers/original/uapi/linux/
Dsync_file.h26 struct sync_merge_data { struct
27 char name[32];
28 __s32 fd2;
29 __s32 fence;
30 __u32 flags;
31 __u32 pad;
/external/igt-gpu-tools/include/drm-uapi/
Dsync_file.h26 struct sync_merge_data { struct
27 char name[32];
28 __s32 fd2;
29 __s32 fence;
30 __u32 flags;
31 __u32 pad;
/external/mesa3d/include/drm-uapi/
Dsync_file.h44 struct sync_merge_data { struct
45 char name[32];
46 __s32 fd2;
47 __s32 fence;
48 __u32 flags;
49 __u32 pad;
/external/igt-gpu-tools/benchmarks/
Dgem_busy.c92 struct sync_merge_data { struct
101 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data) argument
/external/igt-gpu-tools/tests/i915/
Dgem_exec_fence.c49 struct sync_merge_data { struct
57 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data) argument