/third_party/vk-gl-cts/modules/internal/ |
H A D | ditDelibsTests.cpp | 82 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_selfTest)); in init() 87 addChild(new SelfCheckCase(m_testCtx, "hash_array", "dePoolHashArray_selfTest()", dePoolHashArray_selfTest)); in init() 88 addChild(new SelfCheckCase(m_testCtx, "multi_set", "dePoolMultiSet_selfTest()", dePoolMultiSet_selfTest)); in init() 109 m_testCtx.getLog() << TestLog::Message << m_description << " returned " << m_func() << TestLog::EndMessage; in iterate() 110 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate() 129 addChild(new SelfCheckCase(m_testCtx, "threa in init() [all...] |
H A D | ditSeedBuilderTests.cpp | 53 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 true.")); in init() 124 addChild(new SeedBuilderTest<bool>(m_testCtx, false, 50600761u, "bool_false", "Seed from boolean false.")); in init() 126 addChild(new SeedBuilderTest<deInt8>(m_testCtx, in init() [all...] |
H A D | ditImageCompareTests.cpp | 75 tcu::ImageIO::loadImage(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath()); in iterate() 76 tcu::ImageIO::loadImage(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).getPath()); 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", refImg, cmpImg, m_threshold, tcu::COMPARE_LOG_EVERYTHING); in iterate() 139 m_testCtx.getLog() << TestLog::Integer("CompareTime", "Comparison time", "us", QP_KEY_TAG_TIME, compareTime); in iterate() 143 m_testCtx in iterate() [all...] |
H A D | ditFrameworkTests.cpp | 86 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(subCases))); in init() 216 addChild(new CaseListParserCase(m_testCtx, "simple_group_1", caseList, subCases, DE_LENGTH_OF_ARRAY(subCases))); in init() 228 addChild(new CaseListParserCase(m_testCtx, "simple_group_ in init() [all...] |
H A D | ditImageIOTests.cpp | 52 m_testCtx.getLog() << TestLog::Message << "Loading image from file '" << m_filename << "'" << TestLog::EndMessage; in iterate() 55 tcu::ImageIO::loadImage(texture, m_testCtx.getArchive(), m_filename.c_str()); in iterate() 57 m_testCtx.getLog() << TestLog::Message << "Loaded " << texture.getWidth() << "x" << texture.getHeight() << "x" << texture.getDepth() << " image with format " << texture.getFormat() << TestLog::EndMessage; in iterate() 68 m_testCtx.getLog() << TestLog::Message << "ERROR: expected hash " << tcu::toHex(m_expectedHash) << ", got " << tcu::toHex(hash) << TestLog::EndMessage; 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", 0x6efad777)); in init() 94 addChild(new ImageReadCase(m_testCtx, "rgb24_209x181", "internal/data/imageio/rgb24_209x181.png", 0xfd6ea668)); in init() 95 addChild(new ImageReadCase(m_testCtx, "rgba32_256x25 in init() [all...] |
H A D | ditTestPackage.cpp | 49 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() [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestSessionExecutor.cpp | 50 : m_testCtx (testCtx) in TestSessionExecutor() 168 m_caseExecutor->deinitTestPackage(m_testCtx); in leaveTestPackage() 176 if (!std::string(m_testCtx.getCommandLine().getServerAddress()).empty()) in leaveTestPackage() 177 m_caseExecutor->reportDurations(m_testCtx, std::string(testPackage->getName()), duration, m_groupsDurationTime); in leaveTestPackage() 181 if (!std::string(m_testCtx.getCommandLine().getServerAddress()).empty()) in leaveTestPackage() 183 m_testCtx.getLog().startTestsCasesTime(); in leaveTestPackage() 185 m_testCtx.getLog() << TestLog::Integer(testPackage->getName(), "Total tests case duration in microseconds", "us", QP_KEY_TAG_TIME, duration); in leaveTestPackage() 188 m_testCtx.getLog() << TestLog::Integer(it->first, "The test group case duration in microseconds", "us", QP_KEY_TAG_TIME, it->second); in leaveTestPackage() 190 m_testCtx.getLog().endTestsCasesTime(); in leaveTestPackage() 206 TestLog& log = m_testCtx in enterTestCase() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderStateQueryTests.cpp | 675 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() 759 m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected length " << logLength-1 << "; got " << written << TestLog::EndMessage; in test() 760 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test() 761 m_testCtx in test() [all...] |
H A D | es3fInternalFormatQueryTests.cpp | 62 if (!sampleCounts.verifyValidity(m_testCtx)) in test() 65 m_testCtx.getLog() << TestLog::Message << "// sample counts is " << sampleCounts << TestLog::EndMessage; in test() 84 m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected sample count to be at least one; got " << sampleCount << TestLog::EndMessage; 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() 112 m_testCtx in test() [all...] |
H A D | es3fStringQueryTests.cpp | 61 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() 107 m_testCtx.getLog() << TestLog::Message << "// ERROR: MINOR_VERSION is " << stateVersionMinor << TestLog::EndMessage; in init() 108 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid version."); in init() 164 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Got NULL string for deprecated enum"); in init() 169 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid string"); in init() 193 m_testCtx.getLog() << TestLog::Message << "// ERROR: NUM_EXTENSIONS is " << numExtensions << "; got " << extensions.size() << " extensions" << TestLog::EndMessage; in init() 194 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in init() 195 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got non-consistent number of extensions"); in init() 206 m_testCtx in init() [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglApiCase.cpp | 69 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate() 90 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getErrorStr(expected) << ", Got: " << eglu::getErrorStr(err) << TestLog::EndMessage; 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() 101 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getErrorStr(expectedA) << " or " << eglu::getErrorStr(expectedB) << ", Got: " << eglu::getErrorStr(err) << TestLog::EndMessage; 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() 111 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getBooleanStr(expected) << ", Got: " << eglu::getBooleanStr(got) << TestLog::EndMessage; in expectBoolean() 112 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in expectBoolean() 113 m_testCtx in expectBoolean() [all...] |
H A D | teglQueryConfigTests.cpp | 107 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in init() 118 tcu::TestLog& log = m_testCtx.getLog(); in checkGetConfigsBounds() 153 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Too many configs returned"); in checkGetConfigsBounds() 159 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Buffer overflow"); in checkGetConfigsBounds() 164 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Incorrect size"); in checkGetConfigsBounds() 171 tcu::TestLog& log = m_testCtx.getLog(); in iterate() 195 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "No configs"); in iterate() 242 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in init() 253 tcu::TestLog& log = m_testCtx.getLog(); in iterate() 284 TestLog& log = m_testCtx in getValue() [all...] |
H A D | teglQuerySurfaceTests.cpp | 121 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 in checkCommonAttributes() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderStateQueryTests.cpp | 507 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() 595 m_testCtx in test() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestPackage.cpp | 1084 return new TestCaseExecutor(m_testCtx); in createExecutor() 1091 addChild(createTestGroup (m_testCtx, "info", "Build and Device Info Tests", createInfoTests)); in init() 1092 addChild(api::createTests (m_testCtx)); in init() 1093 addChild(memory::createTests (m_testCtx)); in init() 1094 addChild(pipeline::createTests (m_testCtx)); in init() 1095 addChild(BindingModel::createTests (m_testCtx)); in init() 1096 addChild(SpirVAssembly::createTests (m_testCtx)); in init() 1097 addChild(createTestGroup (m_testCtx, "glsl", "GLSL shader execution tests", createGlslTests)); in init() 1098 addChild(createRenderPassTests (m_testCtx)); in init() 1099 addChild(createRenderPass2Tests (m_testCtx)); in init() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTestCaseWrapper.cpp | 36 TestCaseWrapper::TestCaseWrapper(Context& context) : m_testCtx(context.getTestContext()), m_context(context) in TestCaseWrapper() 46 TestLog& log = m_testCtx.getLog(); in initTestCase() 69 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory in test case init"); 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 in iterateTestCase() [all...] |
H A D | glcConfigPackage.cpp | 88 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, 1))); in init() 91 addChild(new ConfigListCase(m_testCtx, "es32", "OpenGL ES 3.2 Configurations", glu::ApiType::es(3, 2))); in init() 92 addChild(new ConfigListCase(m_testCtx, "gl30", "OpenGL 3.0 Configurations", glu::ApiType::core(3, 0))); in init() 93 addChild(new ConfigListCase(m_testCtx, "gl31", "OpenGL 3.1 Configurations", glu::ApiType::core(3, 1))); in init() 94 addChild(new ConfigListCase(m_testCtx, "gl32", "OpenGL 3.2 Configurations", glu::ApiType::core(3, 2))); in init() 95 addChild(new ConfigListCase(m_testCtx, "gl33", "OpenGL 3.3 Configurations", glu::ApiType::core(3, 3))); in init() 96 addChild(new ConfigListCase(m_testCtx, "gl40", "OpenGL 4.0 Configurations", glu::ApiType::core(4, 0))); in init() 97 addChild(new ConfigListCase(m_testCtx, "gl4 in init() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | tcuRandomOrderExecutor.cpp | 44 : m_testCtx(testCtx), m_inflater(testCtx) in RandomOrderExecutor() 183 TestLog &log = m_testCtx.getLog(); in execute() 186 m_testCtx.setTerminateAfter(false); in execute() 198 TestLog &log = m_testCtx.getLog(); in executeInner() 201 m_testCtx.setTestResult(QP_TEST_RESULT_LAST, ""); in executeInner() 211 m_testCtx.setTerminateAfter(true); in executeInner() 218 m_testCtx.setTerminateAfter(e.isFatal()); in executeInner() 235 m_testCtx.touchWatchdog(); in executeInner() 252 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, in executeInner() 259 m_testCtx in executeInner() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramPipelineStateQueryTests.cpp | 103 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...] |
H A D | es31fIndexedStateQueryTests.cpp | 111 m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_SAMPLE_MASK_WORDS = " << m_maxSampleMaskWords << tcu::TestLog::EndMessage; in init() 116 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 117 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() 123 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in iterate() 131 const tcu::ScopedLogSection section(m_testCtx.getLog(), "fixed", "Fixed values"); in iterate() 145 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); in iterate() 160 result.setTestContextResult(m_testCtx); in iterate() 187 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 188 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() 194 const tcu::ScopedLogSection section(m_testCtx in iterate() [all...] |
H A D | es31fProgramStateQueryTests.cpp | 147 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 148 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() 153 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "triangles in, triangle strip out, 3 vertices"); in iterate() 161 m_testCtx.getLog() << program; in iterate() 170 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, line strip out, 5 vertices"); in iterate() 178 m_testCtx.getLog() << program; in iterate() 186 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, points out, 50 vertices"); in iterate() 194 m_testCtx.getLog() << program; in iterate() 201 result.setTestContextResult(m_testCtx); in iterate() 269 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockTests.cpp | 464 tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array"); in init() 469 de::MovePtr<tcu::TestCaseGroup> layoutGroup(new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].name)); in init() 480 createBlockBasicTypeCases(*layoutGroup, m_testCtx, typeName, parentType, layoutFlags[layoutFlagNdx].flags); in init() 485 createBlockBasicTypeCases(*layoutGroup, m_testCtx, (std::string(matrixFlags[matFlagNdx].name) + "_" + typeName), in init() 495 tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array"); in init() 500 de::MovePtr<tcu::TestCaseGroup> layoutGroup(new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].name)); in init() 513 createBlockBasicTypeCases(*layoutGroup, m_testCtx, typeName, parentType, layoutFlags[layoutFlagNdx].flags); in init() 518 createBlockBasicTypeCases(*layoutGroup, m_testCtx, (std::string(matrixFlags[matFlagNdx].name) + "_" + typeName), in init() 528 tcu::TestCaseGroup* structArrayArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_struct_array"); in init() 533 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferMode in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
H A D | vktUniformBlockTests.cpp | 464 tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array", "2-level basic array variable in single buffer"); in init() 469 de::MovePtr<tcu::TestCaseGroup> layoutGroup(new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].name, "")); in init() 480 createBlockBasicTypeCases(*layoutGroup, m_testCtx, typeName, parentType, layoutFlags[layoutFlagNdx].flags); in init() 485 createBlockBasicTypeCases(*layoutGroup, m_testCtx, (std::string(matrixFlags[matFlagNdx].name) + "_" + typeName), in init() 495 tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array", "3-level basic array variable in single buffer"); in init() 500 de::MovePtr<tcu::TestCaseGroup> layoutGroup(new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].name, "")); in init() 513 createBlockBasicTypeCases(*layoutGroup, m_testCtx, typeName, parentType, layoutFlags[layoutFlagNdx].flags); in init() 518 createBlockBasicTypeCases(*layoutGroup, m_testCtx, (std::string(matrixFlags[matFlagNdx].name) + "_" + typeName), in init() 528 tcu::TestCaseGroup* structArrayArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_struct_array", "Struct array in one uniform block"); in init() 533 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferMode in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutTests.cpp | 461 tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array"); in init() 473 createBlockBasicTypeCases(*nestedArrayGroup, m_testCtx, typeName, parentType, defaultFlags); in init() 479 tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array", "3-level basic array variable in single buffer"); in init() 493 createBlockBasicTypeCases(*nestedArrayGroup, m_testCtx, typeName, parentType, defaultFlags); in init() 499 tcu::TestCaseGroup* structArrayArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_struct_array", "Struct array in one interface block"); in init() 507 structArrayArrayGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_vertex"), defaultFlags, numInstances, LOAD_FULL_MATRIX, TEST_STAGE_VERTEX)); in init() 508 structArrayArrayGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_geometry"), defaultFlags, numInstances, LOAD_FULL_MATRIX, TEST_STAGE_GEOMETRY)); in init() 514 tcu::TestCaseGroup* singleBasicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_type", "Single basic variable in single buffer"); in init() 523 createBlockBasicTypeCases(*singleBasicTypeGroup, m_testCtx, typeName, VarType(type, 0), defaultFlags); in init() 528 de::MovePtr<tcu::TestCaseGroup> precGroup(new tcu::TestCaseGroup(m_testCtx, precisionFlag in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutTests.cpp | 469 tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array", "2-level basic array variable in single buffer"); in init() 481 createBlockBasicTypeCases(*nestedArrayGroup, m_testCtx, typeName, parentType, defaultFlags); in init() 487 tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array", "3-level basic array variable in single buffer"); in init() 501 createBlockBasicTypeCases(*nestedArrayGroup, m_testCtx, typeName, parentType, defaultFlags); in init() 507 tcu::TestCaseGroup* structArrayArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_struct_array", "Struct array in one interface block"); in init() 515 structArrayArrayGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_vertex"), "", defaultFlags, numInstances, LOAD_FULL_MATRIX, TEST_STAGE_VERTEX)); in init() 516 structArrayArrayGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_geometry"), "", defaultFlags, numInstances, LOAD_FULL_MATRIX, TEST_STAGE_GEOMETRY)); in init() 522 tcu::TestCaseGroup* singleBasicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_type", "Single basic variable in single buffer"); in init() 531 createBlockBasicTypeCases(*singleBasicTypeGroup, m_testCtx, typeName, VarType(type, 0), defaultFlags); in init() 536 de::MovePtr<tcu::TestCaseGroup> precGroup(new tcu::TestCaseGroup(m_testCtx, precisionFlag in init() [all...] |