Lines Matching refs:timeout
1231 deUint64 timeout)
1235 , m_timeout (timeout)
1271 deUint64 timeout)
1278 m_info.timeout = timeout;
2563 return tcu::TestStatus::fail("Implementation failed to respond well acquiring too many images with 0 timeout");
2599 const deUint64 timeout = 50 * millisecond; // arbitrary realistic non-0 non-infinite timeout
2600 const auto result = devHelper.vkd.acquireNextImageKHR(*devHelper.device, *swapchain, timeout, (VkSemaphore)0, **fences[numAcquirableImages], &unused);
2603 return tcu::TestStatus::fail("Implementation failed to respond well acquiring too many images with timeout");
2680 // Test acquiring too many images with 0 timeout
2682 // Test acquiring too many images with timeout