Home
last modified time | relevance | path

Searched refs:expectResult (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A 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()
386 void parseExpectResult (ExpectResult& expectResult);
1208 void ShaderParser::parseExpectResult (ExpectResult& expectResult) in parseExpectResult() argument
1213 expectResult = EXPECT_PASS; in parseExpectResult()
1215 expectResult = EXPECT_COMPILE_FAIL; in parseExpectResult()
1217 expectResult = EXPECT_LINK_FAIL; in parseExpectResult()
1219 expectResult in parseExpectResult()
1342 ExpectResult expectResult = EXPECT_PASS; parseShaderCase() local
[all...]
H A DgluShaderLibrary.hpp171 ExpectResult expectResult; member
183 , expectResult (EXPECT_LAST) in ShaderCaseSpecification()
/third_party/vk-gl-cts/modules/glshared/
H A 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()
H A DglsShaderLibraryCase.cpp764 switch (m_spec.expectResult)
1083 switch (m_spec.expectResult)
1138 else if (m_spec.expectResult == EXPECT_COMPILE_FAIL && allCompilesOk && !allLinksOk)
1149 if (m_spec.expectResult == EXPECT_COMPILE_FAIL ||
1150 m_spec.expectResult == EXPECT_COMPILE_LINK_FAIL ||
1151 m_spec.expectResult == EXPECT_LINK_FAIL ||
1152 m_spec.expectResult == EXPECT_BUILD_SUCCESSFUL)
1325 (m_spec.expectResult == EXPECT_VALIDATION_FAIL) ?
1331 if (m_spec.expectResult == EXPECT_PASS)
1362 else if (m_spec.expectResult
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dputiltst.c580 const char *expectResult; in toolutil_findBasename() member
607 const char *expect = STRNULL(testCases[i].expectResult); in toolutil_findBasename()
626 const char *expectResult; in toolutil_findDirname() member
701 const char *expect = STRNULL(testCases[i].expectResult); in toolutil_findDirname()
H A Dcloctst.c6968 const UChar * expectResult; member
7126 ulenexp = u_strlen(itemPtr->expectResult); in TestUldnNameVariants()
7127 if (ulenget != ulenexp || u_strncmp(uget, itemPtr->expectResult, ulenexp) != 0) { in TestUldnNameVariants()
7129 u_strToUTF8(bexp, kBNameBuf, NULL, itemPtr->expectResult, ulenexp, &status); in TestUldnNameVariants()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibraryCase.hpp101 ExpectResult expectResult, const std::vector<ValueBlock>& valueBlocks, glu::GLSLVersion targetVersion,
H A DglcShaderLibraryCase.cpp81 ExpectResult expectResult, const std::vector<ValueBlock>& valueBlocks, GLSLVersion targetVersion, in ShaderCase()
85 , m_expectResult(expectResult) in ShaderCase()
80 ShaderCase(tcu::TestContext& testCtx, RenderContext& renderCtx, const char* name, const char* description, ExpectResult expectResult, const std::vector<ValueBlock>& valueBlocks, GLSLVersion targetVersion, const char* vertexSource, const char* fragmentSource) ShaderCase() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCopyTextureForBrowserTests.cpp393 std::vector<uint32_t> expectResult(dstSpec.textureSize.width * dstSpec.textureSize.height, in CheckResultInBuiltInComputePipeline()
395 EXPECT_BUFFER_U32_RANGE_EQ(expectResult.data(), outputBuffer, 0, in CheckResultInBuiltInComputePipeline()
/third_party/icu/icu4c/source/test/intltest/
H A Ddtifmtts.cpp1334 const UChar* expectResult; in testContext() member
1391 UnicodeString expectResult(true, testItemPtr->expectResult, -1); in testContext()
1392 if (getResult != expectResult) { in testContext()
1393 errln(UnicodeString("format expected ") + expectResult + UnicodeString(" but got ") + getResult); in testContext()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateIntervalFormatTest.java998 public String expectResult; in TestContext()
1005 expectResult = expect; in TestContext()
1038 if (!getResult.toString().equals(item.expectResult)) { in TestContext()
1040 ": expected " + item.expectResult + ", got " + getResult.toString()); in TestContext()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1697 if (m_spec.expectResult != glu::sl::EXPECT_PASS) in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp1697 if (m_spec.expectResult != glu::sl::EXPECT_PASS) in initPrograms()

Completed in 31 milliseconds