Home
last modified time | relevance | path

Searched refs:m_testCtx (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/external/deqp/modules/internal/
DditDelibsTests.cpp82 addChild(new SelfCheckCase(m_testCtx, "array", "dePoolArray_selfTest()", dePoolArray_selfTest)); in init()
83 addChild(new SelfCheckCase(m_testCtx, "heap", "dePoolHeap_selfTest()", dePoolHeap_selfTest)); in init()
84 addChild(new SelfCheckCase(m_testCtx, "hash", "dePoolHash_selfTest()", dePoolHash_selfTest)); in init()
85 addChild(new SelfCheckCase(m_testCtx, "set", "dePoolSet_selfTest()", dePoolSet_selfTest)); in init()
86 …addChild(new SelfCheckCase(m_testCtx, "hash_set", "dePoolHashSet_selfTest()", dePoolHashSet_selfT… in init()
87 …addChild(new SelfCheckCase(m_testCtx, "hash_array", "dePoolHashArray_selfTest()", dePoolHashArray_… in init()
88 …addChild(new SelfCheckCase(m_testCtx, "multi_set", "dePoolMultiSet_selfTest()", dePoolMultiSet_sel… in init()
108m_testCtx.getLog() << TestLog::Message << getDescription() << " returned " << m_func() << TestLog:… in iterate()
109 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate()
127 …addChild(new SelfCheckCase(m_testCtx, "thread", "deThread_selfTest()", deThread_selfTest)); in init()
[all …]
DditSeedBuilderTests.cpp53 TestLog& log = m_testCtx.getLog(); in iterate()
63 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid seed"); in iterate()
65 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate()
85 TestLog& log = m_testCtx.getLog(); in iterate()
103 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Seed seems to only depends on first value."); in iterate()
105 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Seed seems to only depends on second value."); in iterate()
107 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate()
123 …addChild(new SeedBuilderTest<bool>(m_testCtx, true, 132088003u, "bool_true", "Seed from boolean t… in init()
124 …addChild(new SeedBuilderTest<bool>(m_testCtx, false, 50600761u, "bool_false", "Seed from boolean … in init()
126 …addChild(new SeedBuilderTest<deInt8>(m_testCtx, 0, 62533730u, "int8_zero", "Seed from int8 zero.… in init()
[all …]
DditImageCompareTests.cpp75 …tcu::ImageIO::loadImage(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).get… in iterate()
76 …tcu::ImageIO::loadImage(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).get… in iterate()
86 m_testCtx.getLog() << TestLog::Image("RefImage", "Reference Image", refImg) in iterate()
90 m_testCtx.getLog() << TestLog::Float("Result", "Result metric", "", QP_KEY_TAG_NONE, result) in iterate()
97 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate()
130 loadImageRGBA8(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath()); in iterate()
131 loadImageRGBA8(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).getPath()); in iterate()
135 …result = tcu::bilinearCompare(m_testCtx.getLog(), "CompareResult", "Image comparison result", refI… in iterate()
139m_testCtx.getLog() << TestLog::Integer("CompareTime", "Comparison time", "us", QP_KEY_TAG_TIME, co… in iterate()
143 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate()
[all …]
DditFrameworkTests.cpp86 TestLog& log = m_testCtx.getLog(); in iterate()
105 caseListFilter = cmdLine.createCaseListFilter(m_testCtx.getArchive()); in iterate()
130 m_testCtx.setTestResult((numPass == m_numSubCases) ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate()
153 TestLog& log = m_testCtx.getLog(); in iterate()
170 … de::UniquePtr<tcu::CaseListFilter> filter (cmdLine.createCaseListFilter(m_testCtx.getArchive())); in iterate()
172 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Parsing passed, should have failed"); in iterate()
177 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Parsing failed as expected"); in iterate()
205 …addChild(new CaseListParserCase(m_testCtx, "single_case", caseList, subCases, DE_LENGTH_OF_ARRAY(s… in init()
216 …addChild(new CaseListParserCase(m_testCtx, "simple_group_1", caseList, subCases, DE_LENGTH_OF_ARRA… in init()
228 …addChild(new CaseListParserCase(m_testCtx, "simple_group_2", caseList, subCases, DE_LENGTH_OF_ARRA… in init()
[all …]
DditImageIOTests.cpp52m_testCtx.getLog() << TestLog::Message << "Loading image from file '" << m_filename << "'" << Test… in iterate()
55 tcu::ImageIO::loadImage(texture, m_testCtx.getArchive(), m_filename.c_str()); in iterate()
57m_testCtx.getLog() << TestLog::Message << "Loaded " << texture.getWidth() << "x" << texture.getHei… in iterate()
68m_testCtx.getLog() << TestLog::Message << "ERROR: expected hash " << tcu::toHex(m_expectedHash) <<… in iterate()
69 m_testCtx.getLog() << TestLog::Image("Image", "Loaded image", texture.getAccess()); in iterate()
70 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Hash check failed"); in iterate()
73 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate()
93 …addChild(new ImageReadCase(m_testCtx, "rgb24_256x256", "internal/data/imageio/rgb24_256x256.png", … in init()
94 …addChild(new ImageReadCase(m_testCtx, "rgb24_209x181", "internal/data/imageio/rgb24_209x181.png", … in init()
95 …addChild(new ImageReadCase(m_testCtx, "rgba32_256x256", "internal/data/imageio/rgba32_256x256.png"… in init()
[all …]
DditTestPackage.cpp49 addChild(createSRGB8ConversionTest(m_testCtx)); in init()
63 addChild(new TestLogTests (m_testCtx)); in init()
64 addChild(new ImageIOTests (m_testCtx)); in init()
65 addChild(new ImageCompareTests (m_testCtx)); in init()
66 addChild(new TextureTests (m_testCtx)); in init()
67 addChild(createSeedBuilderTests (m_testCtx)); in init()
111 addChild(new BuildInfoTests (m_testCtx)); in init()
112 addChild(new DelibsTests (m_testCtx)); in init()
113 addChild(new FrameworkTests (m_testCtx)); in init()
114 addChild(new DeqpTests (m_testCtx)); in init()
DditBuildInfoTests.cpp102 m_testCtx.getLog() << TestLog::Message << m_valueName << " = " << m_value << TestLog::EndMessage; in iterate()
103 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate()
131 m_testCtx.getLog() << TestLog::Message << m_varName << " = " << logValue << TestLog::EndMessage; in iterate()
133 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate()
162 m_testCtx.getLog() in iterate()
167 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate()
190 …addChild(new BuildInfoStringCase (m_testCtx, "de_debug", "DE_DEBUG", isDebug ? "1" : "not d… in init()
191 addChild(new BuildEnumCase (m_testCtx, "de_os", "DE_OS", DE_OS, getOsName)); in init()
192 addChild(new BuildEnumCase (m_testCtx, "de_cpu", "DE_CPU", DE_CPU, getCpuName)); in init()
193 …addChild(new BuildEnumCase (m_testCtx, "de_compiler", "DE_COMPILER", DE_COMPILER, get… in init()
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp507 verifyShaderParam(m_testCtx, *this, shader, GL_SHADER_TYPE, shaderTypes[ndx]); in test()
523 requireShaderCompiler(m_testCtx, *this); in test()
528 verifyShaderParam(m_testCtx, *this, shaderVert, GL_COMPILE_STATUS, GL_FALSE); in test()
529 verifyShaderParam(m_testCtx, *this, shaderFrag, GL_COMPILE_STATUS, GL_FALSE); in test()
538 verifyShaderParam(m_testCtx, *this, shaderVert, GL_COMPILE_STATUS, GL_TRUE); in test()
539 verifyShaderParam(m_testCtx, *this, shaderFrag, GL_COMPILE_STATUS, GL_TRUE); in test()
557 requireShaderCompiler(m_testCtx, *this); in test()
563 verifyShaderParam(m_testCtx, *this, shader, GL_INFO_LOG_LENGTH, 0); in test()
572 if (!logLength.verifyValidity(m_testCtx)) in test()
595m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected length " << logLength-1 << "; got " … in test()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp675 verifyShaderParam(m_testCtx, *this, shader, GL_SHADER_TYPE, shaderTypes[ndx]); in test()
694 verifyShaderParam(m_testCtx, *this, shaderVert, GL_COMPILE_STATUS, GL_FALSE); in test()
695 verifyShaderParam(m_testCtx, *this, shaderFrag, GL_COMPILE_STATUS, GL_FALSE); in test()
704 verifyShaderParam(m_testCtx, *this, shaderVert, GL_COMPILE_STATUS, GL_TRUE); in test()
705 verifyShaderParam(m_testCtx, *this, shaderFrag, GL_COMPILE_STATUS, GL_TRUE); in test()
727 verifyShaderParam(m_testCtx, *this, shader, GL_INFO_LOG_LENGTH, 0); in test()
736 if (!logLength.verifyValidity(m_testCtx)) in test()
759m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected length " << logLength-1 << "; got " … in test()
760 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
761 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid log length"); in test()
[all …]
Des3fInternalFormatQueryTests.cpp62 if (!sampleCounts.verifyValidity(m_testCtx)) in test()
65m_testCtx.getLog() << TestLog::Message << "// sample counts is " << sampleCounts << TestLog::EndMe… in test()
84m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected sample count to be at least one; got… in test()
85 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
86 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid value"); in test()
92 m_testCtx.getLog() << TestLog::Message in test()
95 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
96 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid order"); in test()
107 if (maxSamples.verifyValidity(m_testCtx)) in test()
112m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected maximum value in SAMPLES (" << maxim… in test()
[all …]
Des3fStringQueryTests.cpp61 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid string"); in init()
67 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid string"); in init()
101m_testCtx.getLog() << TestLog::Message << "// ERROR: MINOR_VERSION is " << stateVersionMinor << Te… in init()
102 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid version."); in init()
148 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid string"); in init()
170m_testCtx.getLog() << TestLog::Message << "// ERROR: NUM_EXTENSIONS is " << numExtensions << "; g… in init()
171 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in init()
172 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got non-consistent number of extensions"); in init()
183m_testCtx.getLog() << TestLog::Message << "// ERROR: extension " << extension << " found with GetS… in init()
184 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in init()
[all …]
/external/deqp/framework/common/
DtcuTestSessionExecutor.cpp50 : m_testCtx (testCtx) in TestSessionExecutor()
168 m_testCtx.getLog().startTestsCasesTime(); in leaveTestPackage()
173m_testCtx.getLog() << TestLog::Integer(testPackage->getName(), "Total tests case duration in micro… in leaveTestPackage()
177m_testCtx.getLog() << TestLog::Integer(it->first, "The test group case duration in microseconds", … in leaveTestPackage()
179 m_testCtx.getLog().endTestsCasesTime(); in leaveTestPackage()
194 TestLog& log = m_testCtx.getLog(); in enterTestCase()
200 m_testCtx.setTestResult(QP_TEST_RESULT_LAST, ""); in enterTestCase()
201 m_testCtx.setTerminateAfter(false); in enterTestCase()
215m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory in test case ini… in enterTestCase()
216 m_testCtx.setTerminateAfter(true); in enterTestCase()
[all …]
/external/deqp/modules/egl/
DteglApiCase.cpp69 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate()
90m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getErrorStr(expected) << … in expectError()
91 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in expectError()
92 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid error"); in expectError()
101m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getErrorStr(expectedA) <<… in expectEitherError()
102 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in expectEitherError()
103 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid error"); in expectEitherError()
111m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getBooleanStr(expected) <… in expectBoolean()
112 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in expectBoolean()
113 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid value"); in expectBoolean()
[all …]
DteglQueryConfigTests.cpp94 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in init()
105 tcu::TestLog& log = m_testCtx.getLog(); in checkGetConfigsBounds()
140 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Too many configs returned"); in checkGetConfigsBounds()
146 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Buffer overflow"); in checkGetConfigsBounds()
151 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Incorrect size"); in checkGetConfigsBounds()
158 tcu::TestLog& log = m_testCtx.getLog(); in iterate()
182 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "No configs"); in iterate()
229 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in init()
240 tcu::TestLog& log = m_testCtx.getLog(); in iterate()
271 TestLog& log = m_testCtx.getLog(); in getValue()
[all …]
DteglQueryContextTests.cpp91 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog()) in GetCurrentContextCase()
98 TestLog& log = m_testCtx.getLog(); in executeForContext()
116 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Unexpected EGL_NO_CONTEXT"); in executeForContext()
121 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid context"); in executeForContext()
133 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog()) in GetCurrentSurfaceCase()
140 TestLog& log = m_testCtx.getLog(); in executeForContext()
163 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid surface"); in executeForContext()
175 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog()) in GetCurrentDisplayCase()
182 TestLog& log = m_testCtx.getLog(); in executeForContext()
199 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Unexpected EGL_NO_DISPLAY"); in executeForContext()
[all …]
DteglQuerySurfaceTests.cpp121 tcu::TestLog& log = m_testCtx.getLog(); in checkCommonAttributes()
132 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Config ID mismatch"); in checkCommonAttributes()
144 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid surface size"); in checkCommonAttributes()
156 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid surface resolution"); in checkCommonAttributes()
167 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid pixel aspect ratio"); in checkCommonAttributes()
178 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid render buffer"); in checkCommonAttributes()
189 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid multisample resolve"); in checkCommonAttributes()
195 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid multisample resolve"); in checkCommonAttributes()
206 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid swap behavior"); in checkCommonAttributes()
212 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid swap behavior"); in checkCommonAttributes()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcTestCaseWrapper.cpp36 TestCaseWrapper::TestCaseWrapper(Context& context) : m_testCtx(context.getTestContext()), m_context… in TestCaseWrapper()
46 TestLog& log = m_testCtx.getLog(); in initTestCase()
69m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory in test case ini… in initTestCase()
74 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in test case init"); in initTestCase()
80 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported"); in initTestCase()
86 m_testCtx.setTestResult(QP_TEST_RESULT_INTERNAL_ERROR, "Internal error in test case init"); in initTestCase()
97 if (m_testCtx.getTestResult() == QP_TEST_RESULT_LAST) in initTestCase()
98 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Error in test case init"); in initTestCase()
107 TestLog& log = m_testCtx.getLog(); in deinitTestCase()
138 TestLog& log = m_testCtx.getLog(); in iterateTestCase()
[all …]
DglcConfigPackage.cpp88 …addChild(new ConfigListCase(m_testCtx, "es2", "OpenGL ES 2 Configurations", glu::ApiType::es(2, 0)… in init()
89 …addChild(new ConfigListCase(m_testCtx, "es3", "OpenGL ES 3 Configurations", glu::ApiType::es(3, 0)… in init()
90 …addChild(new ConfigListCase(m_testCtx, "es31", "OpenGL ES 3.1 Configurations", glu::ApiType::es(3,… in init()
91 …addChild(new ConfigListCase(m_testCtx, "es32", "OpenGL ES 3.2 Configurations", glu::ApiType::es(3,… in init()
92 …addChild(new ConfigListCase(m_testCtx, "gl30", "OpenGL 3.0 Configurations", glu::ApiType::core(3, … in init()
93 …addChild(new ConfigListCase(m_testCtx, "gl31", "OpenGL 3.1 Configurations", glu::ApiType::core(3, … in init()
94 …addChild(new ConfigListCase(m_testCtx, "gl32", "OpenGL 3.2 Configurations", glu::ApiType::core(3, … in init()
95 …addChild(new ConfigListCase(m_testCtx, "gl33", "OpenGL 3.3 Configurations", glu::ApiType::core(3, … in init()
96 …addChild(new ConfigListCase(m_testCtx, "gl40", "OpenGL 4.0 Configurations", glu::ApiType::core(4, … in init()
97 …addChild(new ConfigListCase(m_testCtx, "gl41", "OpenGL 4.1 Configurations", glu::ApiType::core(4, … in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp482 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array", "2-level… in init()
487 …de::MovePtr<tcu::TestCaseGroup> layoutGroup(new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFl… in init()
498 …createBlockBasicTypeCases(*layoutGroup, m_testCtx, typeName, parentType, layoutFlags[layoutFlagNdx… in init()
503 …createBlockBasicTypeCases(*layoutGroup, m_testCtx, (std::string(matrixFlags[matFlagNdx].name) + "_… in init()
513 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array", "3-level… in init()
518 …de::MovePtr<tcu::TestCaseGroup> layoutGroup(new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFl… in init()
531 …createBlockBasicTypeCases(*layoutGroup, m_testCtx, typeName, parentType, layoutFlags[layoutFlagNdx… in init()
536 …createBlockBasicTypeCases(*layoutGroup, m_testCtx, (std::string(matrixFlags[matFlagNdx].name) + "_… in init()
546 …tcu::TestCaseGroup* structArrayArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_struct_arra… in init()
551 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init()
[all …]
/external/deqp/modules/gles31/functional/
Des31fProgramPipelineStateQueryTests.cpp103 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
104 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
107 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxProg", "Vertex program"); in iterate()
108 m_testCtx.getLog() << vtxProgram; in iterate()
112 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgProg", "Fragment program"); in iterate()
113 m_testCtx.getLog() << frgProgram; in iterate()
120 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate()
130 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in iterate()
135 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Set", "Set"); in iterate()
142 result.setTestContextResult(m_testCtx); in iterate()
[all …]
Des31fIndexedStateQueryTests.cpp108m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_SAMPLE_MASK_WORDS = " << m_maxSampleMaskWor… in init()
113 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
114 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
120 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in iterate()
128 const tcu::ScopedLogSection section(m_testCtx.getLog(), "fixed", "Fixed values"); in iterate()
142 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); in iterate()
157 result.setTestContextResult(m_testCtx); in iterate()
184 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
185 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
191 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Element", "Element " + de::toString(ndx)); in iterate()
[all …]
Des31fProgramStateQueryTests.cpp143 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
144 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
149 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "triangles in, triangle strip … in iterate()
157 m_testCtx.getLog() << program; in iterate()
166 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, line strip out, 5 … in iterate()
174 m_testCtx.getLog() << program; in iterate()
182 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, points out, 50 ver… in iterate()
190 m_testCtx.getLog() << program; in iterate()
197 result.setTestContextResult(m_testCtx); in iterate()
265 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
[all …]
Des31fAndroidExtensionPackES31ATests.cpp93 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
96 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate()
97 m_testCtx.getLog() in iterate()
106 if (result.verifyValidity(m_testCtx) && result < m_limit) in iterate()
108 m_testCtx.getLog() in iterate()
113 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Too low implementation limit"); in iterate()
138 m_testCtx.getLog() in iterate()
145 m_testCtx.getLog() in iterate()
150 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate()
154 m_testCtx.getLog() in iterate()
[all …]
Des31fInternalFormatQueryTests.cpp110m_testCtx.getLog() << tcu::TestLog::Message << "Format must support sample count of " << glu::getG… in iterate()
115m_testCtx.getLog() << tcu::TestLog::Message << glu::getGettableStateStr(samplesEnum) << " = " << m… in iterate()
119m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: minimum value of " << glu::getGettableStat… in iterate()
129m_testCtx.getLog() << tcu::TestLog::Message << "GL_NUM_SAMPLE_COUNTS = " << numSampleCounts << tcu… in iterate()
135m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Format MUST support some multisample config… in iterate()
143 tcu::MessageBuilder samplesMsg (&m_testCtx.getLog()); in iterate()
170m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Samples must be ordered descending." << tcu… in iterate()
181m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Only positive SAMPLES allowed." << tcu::Tes… in iterate()
192m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: MAX_*_SAMPLES must be supported." << tcu::T… in iterate()
200 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp462 return new TestCaseExecutor(m_testCtx); in createExecutor()
467 addChild(createTestGroup (m_testCtx, "info", "Build and Device Info Tests", createInfoTests)); in init()
468 addChild(api::createTests (m_testCtx)); in init()
469 addChild(memory::createTests (m_testCtx)); in init()
470 addChild(pipeline::createTests (m_testCtx)); in init()
471 addChild(BindingModel::createTests (m_testCtx)); in init()
472 addChild(SpirVAssembly::createTests (m_testCtx)); in init()
473 addChild(createTestGroup (m_testCtx, "glsl", "GLSL shader execution tests", createGlslTests)); in init()
474 addChild(createRenderPassTests (m_testCtx)); in init()
475 addChild(createRenderPass2Tests (m_testCtx)); in init()
[all …]

12345678910>>...25