Searched refs:devDomain (Results 1 – 1 of 1) sorted by relevance
1409 for (const auto devDomain : m_devDomains) in runTest() local1411 const CalibratedTimestamp before = getCalibratedTimestamp(devDomain); in runTest()1413 const CalibratedTimestamp after = getCalibratedTimestamp(devDomain); in runTest()1421 return tcu::TestStatus::fail(domainName(devDomain) + ": Batch of work took too long to execute"); in runTest()1426 …return tcu::TestStatus::fail(domainName(devDomain) + ": vkCmdWriteTimestamp() inconsistent with vk… in runTest()1472 for (const auto devDomain : m_devDomains) in runTest() local1476 domains.push_back(devDomain); // Device results at index 0. in runTest()1494 …msg << "[" << domainName(devDomain) << "] Device expected timestamp differs " << devDiffNanos << "… in runTest()