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

/xsrc/external/mit/MesaLib/dist/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)
/xsrc/external/mit/libdrm/dist/
H A Dlibsync.h49 struct sync_merge_data { struct
57 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data)
89 struct sync_merge_data data;
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dlibsync.h77 struct sync_merge_data {
96 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data)
128 struct sync_merge_data data = {0};
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_fence.c259 struct sync_merge_data { struct
268 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data)
280 struct sync_merge_data args = {
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_gem.c445 struct sync_merge_data { struct
454 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data)
460 struct sync_merge_data args = {
/xsrc/external/mit/MesaLib/dist/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 = {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_fence.c460 struct sync_merge_data args = {
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_gem.c594 struct sync_merge_data args = {

Completed in 9 milliseconds