Searched refs:sync_wait (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/include/android_stub/android/
H A Dsync.h45 int sync_wait(int fd, int timeout);
/xsrc/external/mit/MesaLib/dist/src/android_stub/
H A Dsync_stub.cpp10 int sync_wait(int fd, int timeout) function in typeref:typename:int
/xsrc/external/mit/libdrm/dist/
H A Dlibsync.h61 static inline int sync_wait(int fd, int timeout) function in typeref:typename:int
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_fence.c68 return !sync_wait(fence->fence_fd, timeout / 1000000);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_fence.c111 return !sync_wait(fence->fd, timeout / 1000000);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_fence.c69 return !sync_wait(fence->fence_fd, timeout / 1000000);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_fence.c112 return !sync_wait(fence->fd, timeout / 1000000);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dlibsync.h46 * sync_wait() and sync_merge(). This gives us compatibility with pre-4.7
101 static inline int sync_wait(int fd, int timeout)
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_fence.c129 sync_wait(src->fd, -1);
153 if (sync_wait(fence->fd, -1))
154 tu_loge("sync_wait on fence fd %d failed", fence->fd);
373 int err = sync_wait(fence->fd, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_fence.c85 return sync_wait(f->fd, timeout_ns / 1000000) == 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_fence.c91 int ret = sync_wait(fence->fence_fd, timeout / 1000000);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_fence.cpp75 return sync_wait(event_fd, timeout_ms) == 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_fence.c86 return sync_wait(f->fd, timeout_ns / 1000000) == 0;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_sync.c223 if (sync_wait(fence->sync_fd, 0) == -1)
287 if (sync_wait(fence->sync_fd, timeout_i32) == -1)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_tests.c515 #define sync_wait(fd, timeout) (-1) macro
574 pass = pass && sync_wait(final_fd, -1) == 0;
577 pass = pass && sync_wait(buf_fd, 0) == 0;
578 pass = pass && sync_wait(tex_fd, 0) == 0;
579 pass = pass && sync_wait(merged_fd, 0) == 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_tests.c524 #define sync_wait(fd, timeout) (-1) macro
583 pass = pass && sync_wait(final_fd, -1) == 0;
586 pass = pass && sync_wait(buf_fd, 0) == 0;
587 pass = pass && sync_wait(tex_fd, 0) == 0;
588 pass = pass && sync_wait(merged_fd, 0) == 0;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_sync.c310 if (sync_wait(fence->sync_fd, 0) == -1)
374 if (sync_wait(fence->sync_fd, timeout_i32) == -1)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_fence.c361 ret = sync_wait(vfence->fence_fd, timeout / 1000000);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_fence.c150 int ret = sync_wait(fence->submit_fence.fence_fd, timeout / 1000000);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
H A Dvmw_fence.c361 ret = sync_wait(vfence->fence_fd, timeout / 1000000);
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_queue.c713 if (sync_wait(fd, -1))
987 if (sync_wait(fd, -1))
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_android.c664 if (sync_wait(nativeFenceFd, /*timeout*/ -1) < 0) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c873 return sync_wait(fence->fd, 0) == 0;
882 return sync_wait(fence->fd, timeout_poll) == 0;
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_android.c222 sync_wait(fence_fd, timeout);
1345 sync_wait(fence_fd, -1);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c1042 return sync_wait(fence->fd, 0) == 0;
1051 return sync_wait(fence->fd, timeout_poll) == 0;

Completed in 28 milliseconds

12