| /xsrc/external/mit/MesaLib/dist/include/android_stub/android/ |
| H A D | sync.h | 45 int sync_wait(int fd, int timeout);
|
| /xsrc/external/mit/MesaLib/dist/src/android_stub/ |
| H A D | sync_stub.cpp | 10 int sync_wait(int fd, int timeout) function in typeref:typename:int
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | libsync.h | 61 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 D | etnaviv_fence.c | 68 return !sync_wait(fence->fence_fd, timeout / 1000000);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_fence.c | 111 return !sync_wait(fence->fd, timeout / 1000000);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_fence.c | 69 return !sync_wait(fence->fence_fd, timeout / 1000000);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_fence.c | 112 return !sync_wait(fence->fd, timeout / 1000000);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | libsync.h | 46 * 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 D | tu_fence.c | 129 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 D | vc4_fence.c | 85 return sync_wait(f->fd, timeout_ns / 1000000) == 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_fence.c | 91 int ret = sync_wait(fence->fence_fd, timeout / 1000000);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_fence.cpp | 75 return sync_wait(event_fd, timeout_ms) == 0;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_fence.c | 86 return sync_wait(f->fd, timeout_ns / 1000000) == 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_sync.c | 223 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 D | u_tests.c | 515 #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 D | u_tests.c | 524 #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 D | brw_sync.c | 310 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 D | vmw_fence.c | 361 ret = sync_wait(vfence->fence_fd, timeout / 1000000);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_fence.c | 150 int ret = sync_wait(fence->submit_fence.fence_fd, timeout / 1000000);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_fence.c | 361 ret = sync_wait(vfence->fence_fd, timeout / 1000000);
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_queue.c | 713 if (sync_wait(fd, -1)) 987 if (sync_wait(fd, -1))
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_android.c | 664 if (sync_wait(nativeFenceFd, /*timeout*/ -1) < 0) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/drm/ |
| H A D | virgl_drm_winsys.c | 873 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 D | platform_android.c | 222 sync_wait(fence_fd, timeout); 1345 sync_wait(fence_fd, -1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/drm/ |
| H A D | virgl_drm_winsys.c | 1042 return sync_wait(fence->fd, 0) == 0; 1051 return sync_wait(fence->fd, timeout_poll) == 0;
|