Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_fence.cpp34 constexpr uint64_t MaxTimeoutInNs = (uint64_t)UINT_MAX * NsPerMs; variable
54 …DWORD timeout_ms = (timeout_ns == PIPE_TIMEOUT_INFINITE || timeout_ns > MaxTimeoutInNs) ? INFINITE… in wait_event()
79 …int timeout_ms = (timeout_ns == PIPE_TIMEOUT_INFINITE || timeout_ns > MaxTimeoutInNs) ? -1 : timeo… in wait_event()