Home
last modified time | relevance | path

Searched refs:testCase (Results 1 – 6 of 6) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp175 TestCase *const testCase = seekToCase(casePath); in execute() local
177 const qpTestCaseType caseType = nodeTypeToTestCaseType(testCase->getNodeType()); in execute()
183 const TestStatus result = executeInner(testCase, casePath); in execute()
189 tcu::TestStatus RandomOrderExecutor::executeInner(TestCase *testCase, const std::string &casePath) in executeInner() argument
199 m_caseExecutor->init(testCase, casePath); in executeInner()
229 iterateResult = m_caseExecutor->iterate(testCase); in executeInner()
261 m_caseExecutor->deinit(testCase); in executeInner()
DglcShaderConstExprTests_override.cpp262 const TestParams &testCase = cases[caseIndex]; in createTests() local
263 const std::string baseName = testCase.name; in createTests()
264 const int minComponents = testCase.minComponents; in createTests()
265 const int maxComponents = testCase.maxComponents; in createTests()
266 const glu::DataType inType = testCase.inType; in createTests()
267 const std::string expression = testCase.expression; in createTests()
274 shaderTemplateParams["CASE_BASE_TYPE"] = glu::getDataTypeName(testCase.outType); in createTests()
276 shaderExecutorParams.outType = testCase.outType; in createTests()
277 shaderExecutorParams.outputFloat = testCase.outputFloat; in createTests()
DtcuRandomOrderExecutor.h45 TestStatus executeInner(TestCase *testCase, const std::string &casePath);
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DAttributeLayoutTest.cpp302 std::string testCase; in Run() local
306 testCase = "draw"; in Run()
311 testCase = "skip"; in Run()
314 testCase += " first triangle case "; in Run()
319 EXPECT_PIXEL_EQ(w * 2, h * 3, 255, 255, 0, 0) << testCase << i; in Run()
323 EXPECT_PIXEL_EQ(w * 2, h * 3, 51, 51, 51, 0) << testCase << i; in Run()
325 EXPECT_PIXEL_EQ(w * 3, h * 2, 0, 255, 0, 0) << testCase << i; in Run()
326 EXPECT_PIXEL_EQ(w * 2, h * 1, 0, 255, 255, 0) << testCase << i; in Run()
327 EXPECT_PIXEL_EQ(w * 1, h * 2, 255, 0, 255, 0) << testCase << i; in Run()
DBlendFuncExtendedTest.cpp478 struct testCase in TEST_P() struct
485 testCase testCases[4]{{"FragData[0]", "FragData", "FragData[1]"}, in TEST_P()
490 for (const testCase &test : testCases) in TEST_P()
/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/
DEGLProgramCacheControlTest.cpp78 auto *testCase = in TestCacheProgram() local
80 testCase->onCache(key, programSize, programBytes); in TestCacheProgram()