Home
last modified time | relevance | path

Searched refs:sync_merge_data (Results 1 - 5 of 5) sorted by relevance

/third_party/libdrm/
H A Dlibsync.h49 struct sync_merge_data { struct
57 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data)
88 struct sync_merge_data data = {0}; in sync_merge()
/third_party/mesa3d/src/util/
H A Dlibsync.h78 struct sync_merge_data { struct
97 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data)
134 struct sync_merge_data data = {{0}}; in sync_merge()
/third_party/mesa3d/include/drm-uapi/
H A Dsync_file.h37 * struct sync_merge_data - data passed to merge ioctl
44 struct sync_merge_data { struct
100 * Takes a struct sync_merge_data. Creates a new fence containing copies of
101 * the sync_pts in both the calling fd and sync_merge_data.fd2. Returns the
102 * new fence's fd in sync_merge_data.fence
104 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data)
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_fence.c388 struct sync_merge_data { struct
397 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data)
409 struct sync_merge_data args = { in sync_merge_fd()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_fence.c461 struct sync_merge_data args = { in sync_merge_fd()

Completed in 4 milliseconds