Searched refs:sync_merge (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/android_stub/
H A Dsync_stub.cpp15 int sync_merge(const char *name, int fd, int fd2) function in typeref:typename:int
/xsrc/external/mit/MesaLib/dist/include/android_stub/ndk/
H A Dsync.h67 int32_t sync_merge(const char* name, int32_t fd1, int32_t fd2) __INTRODUCED_IN(26);
/xsrc/external/mit/libdrm/dist/
H A Dlibsync.h87 static inline int sync_merge(const char *name, int fd1, int fd2) function in typeref:typename:int
109 * otherwise sync_merge() and close the old *fd1. This can be used
136 ret = sync_merge(name, *fd1, fd2);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dlibsync.h46 * sync_wait() and sync_merge(). This gives us compatibility with pre-4.7
126 static inline int sync_merge(const char *name, int fd1, int fd2)
157 * otherwise sync_merge() and close the old *fd1. This can be used
184 ret = sync_merge(name, *fd1, fd2);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_kgsl.c307 sync_merge(const VkSemaphore *syncobjs, uint32_t count, bool wait_all, bool reset) function in typeref:struct:tu_syncobj
407 struct tu_syncobj s = sync_merge(submit->pWaitSemaphores,
585 struct tu_syncobj s = sync_merge((const VkSemaphore*) pFences, count, waitAll, false);
685 struct tu_syncobj s = sync_merge(pWaitSemaphores, waitSemaphoreCount, true, true);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_tests.c514 #define sync_merge(str, fd1, fd2) (-1) macro
552 int merged_fd = sync_merge("test", buf_fd, tex_fd);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_tests.c523 #define sync_merge(str, fd1, fd2) (-1) macro
561 int merged_fd = sync_merge("test", buf_fd, tex_fd);

Completed in 17 milliseconds