Home | History | Annotate | Download | only in ddebug

Lines Matching defs:timeout

270                        uint64_t timeout)
275 return screen->fence_finish(screen, ctx, fence, timeout);
299 unsigned timeout = 0;
316 puts(" GALLIUM_DDEBUG=\"[timeout in ms] [noflush] [verbose]\"");
318 puts(" fence timeout and dump context and driver information into");
321 puts(" GALLIUM_DDEBUG=\"pipelined [timeout in ms] [verbose]\"");
323 puts(" timeout without flushes and dump context and driver information into");
352 if (sscanf(option+10, "%u", &timeout) != 1)
357 if (sscanf(option, "%u", &timeout) != 1)
398 dscreen->timeout_ms = timeout;
411 "The hang detection timeout is %i ms.\n", timeout);