Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderLibrary.cpp116 if (spec.expectResult != EXPECT_PASS && in isValid()
117 spec.expectResult != EXPECT_VALIDATION_FAIL && in isValid()
118 spec.expectResult != EXPECT_BUILD_SUCCESSFUL) in isValid()
131 if (!de::inBounds(spec.expectResult, (ExpectResult)0, EXPECT_LAST)) in isValid()
416 void parseExpectResult (ExpectResult& expectResult);
1226 void ShaderParser::parseExpectResult (ExpectResult& expectResult) in parseExpectResult() argument
1231 expectResult = EXPECT_PASS; in parseExpectResult()
1233 expectResult = EXPECT_COMPILE_FAIL; in parseExpectResult()
1235 expectResult = EXPECT_LINK_FAIL; in parseExpectResult()
1237 expectResult = EXPECT_COMPILE_LINK_FAIL; in parseExpectResult()
[all …]
DgluShaderLibrary.hpp139 ExpectResult expectResult; member
151 , expectResult (EXPECT_LAST) in ShaderCaseSpecification()
/external/deqp/modules/glshared/
DglsShaderConstExprTests.cpp161 spec.expectResult = glu::sl::EXPECT_PASS; in createTests()
182 spec.expectResult = glu::sl::EXPECT_PASS; in createTests()
215 spec.expectResult = glu::sl::EXPECT_PASS; in createTests()
236 spec.expectResult = glu::sl::EXPECT_PASS; in createTests()
DglsShaderLibraryCase.cpp734 switch (m_spec.expectResult) in init()
1040 switch (m_spec.expectResult) in execute()
1095 else if (m_spec.expectResult == EXPECT_COMPILE_FAIL && allCompilesOk && !allLinksOk) in execute()
1106 if (m_spec.expectResult == EXPECT_COMPILE_FAIL || in execute()
1107 m_spec.expectResult == EXPECT_COMPILE_LINK_FAIL || in execute()
1108 m_spec.expectResult == EXPECT_LINK_FAIL || in execute()
1109 m_spec.expectResult == EXPECT_BUILD_SUCCESSFUL) in execute()
1282 (m_spec.expectResult == EXPECT_VALIDATION_FAIL) ? in execute()
1288 if (m_spec.expectResult == EXPECT_PASS) in execute()
1319 else if (m_spec.expectResult == EXPECT_VALIDATION_FAIL) in execute()
/external/icu/icu4c/source/test/cintltst/
Dputiltst.c551 const char *expectResult; in toolutil_findBasename() member
578 const char *expect = STRNULL(testCases[i].expectResult); in toolutil_findBasename()
597 const char *expectResult; in toolutil_findDirname() member
672 const char *expect = STRNULL(testCases[i].expectResult); in toolutil_findDirname()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp1725 if (m_spec.expectResult != glu::sl::EXPECT_PASS) in initPrograms()