Home
last modified time | relevance | path

Searched refs:NsPerMs (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_fence.cpp33 constexpr uint64_t NsPerMs = 1000000; variable
34 constexpr uint64_t MaxTimeoutInNs = (uint64_t)UINT_MAX * NsPerMs;
54 …eout_ns == PIPE_TIMEOUT_INFINITE || timeout_ns > MaxTimeoutInNs) ? INFINITE : timeout_ns / NsPerMs; in wait_event()
79 …= (timeout_ns == PIPE_TIMEOUT_INFINITE || timeout_ns > MaxTimeoutInNs) ? -1 : timeout_ns / NsPerMs; in wait_event()