Home
last modified time | relevance | path

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

12345678910>>...17

/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.cpp84 TestLog& log = m_testCtx.getLog(); in iterate()
125 m_testCtx.setTestResult((numPass == m_numSubCases) ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate()
148 TestLog& log = m_testCtx.getLog(); in iterate()
162 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Parsing passed, should have failed"); in iterate()
164 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Parsing failed as expected"); in iterate()
191 …addChild(new CaseListParserCase(m_testCtx, "single_case", caseList, subCases, DE_LENGTH_OF_ARRAY(s… in init()
202 …addChild(new CaseListParserCase(m_testCtx, "simple_group_1", caseList, subCases, DE_LENGTH_OF_ARRA… in init()
214 …addChild(new CaseListParserCase(m_testCtx, "simple_group_2", caseList, subCases, DE_LENGTH_OF_ARRA… in init()
231 …addChild(new CaseListParserCase(m_testCtx, "two_groups", caseList, subCases, DE_LENGTH_OF_ARRAY(su… in init()
248 …addChild(new CaseListParserCase(m_testCtx, "case_group", caseList, subCases, DE_LENGTH_OF_ARRAY(su… 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/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 …]
DteglSyncTests.cpp188 …eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()… in init()
222 …nfig, DE_NULL, eglu::WindowParams(480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine()… in init()
276 TestLog& log = m_testCtx.getLog(); in iterate()
282 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate()
299 TestLog& log = m_testCtx.getLog(); in iterate()
309 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate()
325 TestLog& log = m_testCtx.getLog(); in iterate()
336 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Fail"); in iterate()
342 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate()
358 TestLog& log = m_testCtx.getLog(); in iterate()
[all …]
/external/deqp/framework/common/
DtcuTestSessionExecutor.cpp49 : m_testCtx (testCtx) in TestSessionExecutor()
165 TestLog& log = m_testCtx.getLog(); in enterTestCase()
171 m_testCtx.setTestResult(QP_TEST_RESULT_LAST, ""); in enterTestCase()
172 m_testCtx.setTerminateAfter(false); in enterTestCase()
186m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory in test case ini… in enterTestCase()
187 m_testCtx.setTerminateAfter(true); in enterTestCase()
193 m_testCtx.setTestResult(e.getTestResult(), e.getMessage()); in enterTestCase()
194 m_testCtx.setTerminateAfter(e.isFatal()); in enterTestCase()
200 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, e.getMessage()); in enterTestCase()
204 DE_ASSERT(initOk || m_testCtx.getTestResult() != QP_TEST_RESULT_LAST); in enterTestCase()
[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/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp433 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array", "2-level… in init()
438 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
450 …createBlockBasicTypeCases(layoutGroup, m_testCtx, typeName, parentType, layoutFlags[layoutFlagNdx]… in init()
455 …createBlockBasicTypeCases(layoutGroup, m_testCtx, (std::string(matrixFlags[matFlagNdx].name) + "_"… in init()
464 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array", "3-level… in init()
469 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
483 …createBlockBasicTypeCases(layoutGroup, m_testCtx, typeName, parentType, layoutFlags[layoutFlagNdx]… in init()
488 …createBlockBasicTypeCases(layoutGroup, m_testCtx, (std::string(matrixFlags[matFlagNdx].name) + "_"… in init()
497 …tcu::TestCaseGroup* structArrayArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_struct_arra… in init()
502 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 …]
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 …]
Des31fProgramStateQueryTests.cpp125 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
126 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
131 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "triangles in, triangle strip … in iterate()
139 m_testCtx.getLog() << program; in iterate()
148 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, line strip out, 5 … in iterate()
156 m_testCtx.getLog() << program; in iterate()
164 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, points out, 50 ver… in iterate()
172 m_testCtx.getLog() << program; in iterate()
179 result.setTestContextResult(m_testCtx); in iterate()
251 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 …]
Des31fSampleVariableTests.cpp334 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier()); in verifyImage()
373m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_SAMPLES = " << maxSamples << tcu::TestLog::… in preDraw()
385m_testCtx.getLog() << tcu::TestLog::Message << "Set u_maxSamples = " << maxSamples << tcu::TestLog… in preDraw()
415 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier()); in verifyImage()
458 m_testCtx.getLog() in init()
465 m_testCtx.getLog() in init()
551 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), FullBlueSomeGreenVerifier()); in verifyImage()
567 m_testCtx.getLog() << tcu::TestLog::ImageSet("SampleBuffers", "Image sample buffers"); in verifySampleBuffers()
569m_testCtx.getLog() << tcu::TestLog::Image("Buffer" + de::toString(sampleNdx), "Sample " + de::toSt… in verifySampleBuffers()
570 m_testCtx.getLog() << tcu::TestLog::EndImageSet; in verifySampleBuffers()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp373 return new TestCaseExecutor(m_testCtx); in createExecutor()
378 addChild(createTestGroup (m_testCtx, "info", "Build and Device Info Tests", createInfoTests)); in init()
379 addChild(api::createTests (m_testCtx)); in init()
380 addChild(memory::createTests (m_testCtx)); in init()
381 addChild(pipeline::createTests (m_testCtx)); in init()
382 addChild(BindingModel::createTests (m_testCtx)); in init()
383 addChild(SpirVAssembly::createTests (m_testCtx)); in init()
384 addChild(createTestGroup (m_testCtx, "glsl", "GLSL shader execution tests", createGlslTests)); in init()
385 addChild(createRenderPassTests (m_testCtx)); in init()
386 addChild(ubo::createTests (m_testCtx)); in init()
[all …]

12345678910>>...17