Searched refs:ns_per_ms (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ | ||
| H A D | tu_fence.c | 238 const uint64_t ns_per_ms = 1000 * 1000; local in function:tu_fence_get_poll_timeout 239 uint64_t timeout_ms = timeout_ns / ns_per_ms; 242 if (timeout_ns - timeout_ms * ns_per_ms >= ns_per_ms / 2) |
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ | ||
| H A D | vn_renderer_vtest.c | 850 const uint64_t ns_per_ms = 1000000; local in function:timeout_to_poll_timeout 851 const uint64_t ms = (timeout + ns_per_ms - 1) / ns_per_ms; |
| H A D | vn_renderer_virtgpu.c | 371 const uint64_t ns_per_ms = 1000000; local in function:timeout_to_poll_timeout 372 const uint64_t ms = (timeout + ns_per_ms - 1) / ns_per_ms; |
Completed in 8 milliseconds