Searched refs:testExpectation (Results 1 – 8 of 8) sorted by relevance
29 std::string testExpectation = "Mesa DRI Intel(R) HD Graphics 4000 (IVB GT2)"; in TEST() local30 EXPECT_EQ(SanitizeRendererString(testString), testExpectation); in TEST()36 std::string testExpectation = "llvmpipe (LLVM 11.0.0, 256 bits)"; in TEST() local37 EXPECT_EQ(SanitizeRendererString(testString), testExpectation); in TEST()43 std::string testExpectation = "Radeon RX Vega"; in TEST() local44 EXPECT_EQ(SanitizeRendererString(testString), testExpectation); in TEST()51 std::string testExpectation = "AMD Radeon (TM) RX 460 Graphics (POLARIS11)"; in TEST() local52 EXPECT_EQ(SanitizeRendererString(testString), testExpectation); in TEST()58 std::string testExpectation = "AMD Radeon RX 5700"; in TEST() local59 EXPECT_EQ(SanitizeRendererString(testString), testExpectation); in TEST()[all …]
83 int32_t testExpectation = in SetUp() local86 if (testExpectation == GPUTestExpectationsParser::kGpuTestSkip) in SetUp()
672 int32_t testExpectation = in ANGLETestSetUp() local675 if (testExpectation == GPUTestExpectationsParser::kGpuTestSkip) in ANGLETestSetUp()
443 return entry.testExpectation; in getTestExpectationImpl()644 if (entry.testExpectation != 0) in parseLine()656 entry.testExpectation = kTokenData[token].expectation; in parseLine()752 : testExpectation(0), lineNumber(0) in GPUTestExpectationEntry()
62 int32_t testExpectation; member
178 void maybeUpdateTestTimeout(uint32_t testExpectation);
1986 void TestSuite::maybeUpdateTestTimeout(uint32_t testExpectation) in maybeUpdateTestTimeout() argument1988 double testTimeout = (testExpectation == GPUTestExpectationsParser::kGpuTestTimeout) in maybeUpdateTestTimeout()
893 int32_t testExpectation = in TracePerfTest() local896 if (testExpectation == GPUTestExpectationsParser::kGpuTestSkip) in TracePerfTest()