Searched refs:retryLimit (Results 1 – 1 of 1) sorted by relevance
330 constexpr uint32_t retryLimit = 5; in waitForVkQueueIdleWithRetry() local333 for (uint32_t retryTimes = 1; retryTimes < retryLimit && res == VK_TIMEOUT; retryTimes++) { in waitForVkQueueIdleWithRetry()