Home
last modified time | relevance | path

Searched defs:sync_merge (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/android_stub/
Dsync_stub.cpp15 int sync_merge(const char *name, int fd, int fd2) in sync_merge() function
/third_party/libdrm/
Dlibsync.h86 static inline int sync_merge(const char *name, int fd1, int fd2) in sync_merge() function
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_kgsl.c307 sync_merge(const VkSemaphore *syncobjs, uint32_t count, bool wait_all, bool reset) in sync_merge() function
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tests.c523 #define sync_merge(str, fd1, fd2) (-1) macro