Searched refs:SYNC_IOC_MAGIC (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/include/drm-uapi/ |
D | sync_file.h | 88 #define SYNC_IOC_MAGIC '>' macro 104 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data) 114 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
|
/third_party/mesa3d/src/util/ |
D | libsync.h | 96 #define SYNC_IOC_MAGIC '>' 97 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data) 98 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
|
/third_party/libdrm/ |
D | libsync.h | 56 #define SYNC_IOC_MAGIC '>' macro 57 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data)
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_fence.c | 382 #ifndef SYNC_IOC_MAGIC 396 #define SYNC_IOC_MAGIC '>' macro 397 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data)
|