Searched refs:sync_merge_data (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| H A D | sync_file.h | 37 * 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 D | libsync.h | 49 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 D | libsync.h | 77 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 D | iris_fence.c | 259 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 D | anv_gem.c | 445 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 D | crocus_fence.c | 388 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 D | iris_fence.c | 460 struct sync_merge_data args = {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_gem.c | 594 struct sync_merge_data args = {
|
Completed in 9 milliseconds