Searched refs:expectResult (Results 1 – 9 of 9) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.cpp | 116 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() 386 void parseExpectResult (ExpectResult& expectResult); 1211 void ShaderParser::parseExpectResult (ExpectResult& expectResult) in parseExpectResult() argument 1216 expectResult = EXPECT_PASS; in parseExpectResult() 1218 expectResult = EXPECT_COMPILE_FAIL; in parseExpectResult() 1220 expectResult = EXPECT_LINK_FAIL; in parseExpectResult() 1222 expectResult = EXPECT_COMPILE_LINK_FAIL; in parseExpectResult() [all …]
|
D | gluShaderLibrary.hpp | 171 ExpectResult expectResult; member 183 , expectResult (EXPECT_LAST) in ShaderCaseSpecification()
|
/external/deqp/modules/glshared/ |
D | glsShaderConstExprTests.cpp | 161 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()
|
D | glsShaderLibraryCase.cpp | 741 switch (m_spec.expectResult) in init() 1067 switch (m_spec.expectResult) in execute() 1122 else if (m_spec.expectResult == EXPECT_COMPILE_FAIL && allCompilesOk && !allLinksOk) in execute() 1133 if (m_spec.expectResult == EXPECT_COMPILE_FAIL || in execute() 1134 m_spec.expectResult == EXPECT_COMPILE_LINK_FAIL || in execute() 1135 m_spec.expectResult == EXPECT_LINK_FAIL || in execute() 1136 m_spec.expectResult == EXPECT_BUILD_SUCCESSFUL) in execute() 1309 (m_spec.expectResult == EXPECT_VALIDATION_FAIL) ? in execute() 1315 if (m_spec.expectResult == EXPECT_PASS) in execute() 1346 else if (m_spec.expectResult == EXPECT_VALIDATION_FAIL) in execute()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderLibrary.cpp | 924 ShaderCase::ExpectResult expectResult = ShaderCase::EXPECT_PASS; in parseShaderCase() local 948 expectResult = ShaderCase::EXPECT_PASS; in parseShaderCase() 950 expectResult = ShaderCase::EXPECT_COMPILE_FAIL; in parseShaderCase() 952 expectResult = ShaderCase::EXPECT_LINK_FAIL; in parseShaderCase() 1040 expectResult, valueBlockList, version, bothSource.c_str(), DE_NULL)); in parseShaderCase() 1042 expectResult, valueBlockList, version, DE_NULL, bothSource.c_str())); in parseShaderCase() 1047 expectResult, valueBlockList, version, vertexSource.c_str(), in parseShaderCase()
|
D | glcShaderLibraryCase.hpp | 102 …ExpectResult expectResult, const std::vector<ValueBlock>& valueBlocks, glu::GLSLVersion targetVers…
|
D | glcShaderLibraryCase.cpp | 81 … ExpectResult expectResult, const std::vector<ValueBlock>& valueBlocks, GLSLVersion targetVersion, in ShaderCase() argument 85 , m_expectResult(expectResult) in ShaderCase()
|
/external/icu/icu4c/source/test/cintltst/ |
D | putiltst.c | 565 const char *expectResult; in toolutil_findBasename() member 592 const char *expect = STRNULL(testCases[i].expectResult); in toolutil_findBasename() 611 const char *expectResult; in toolutil_findDirname() member 686 const char *expect = STRNULL(testCases[i].expectResult); in toolutil_findDirname()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 1708 if (m_spec.expectResult != glu::sl::EXPECT_PASS) in initPrograms()
|