Home
last modified time | relevance | path

Searched refs:SYNC_IOC_MERGE (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dlibsync.h72 #ifndef SYNC_IOC_MERGE
97 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data)
141 ret = ioctl(fd1, SYNC_IOC_MERGE, &data);
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Dsync_file.h105 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data) macro