Searched refs:caseGroup (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleBase.hpp | 119 de::MovePtr<tcu::TestCaseGroup> caseGroup(new tcu::TestCaseGroup(testCtx, groupName.c_str(), "")); in makeMSGroup() local 138 caseGroup->addChild(sizeGroup.release()); in makeMSGroup() 140 return caseGroup.release(); in makeMSGroup()
|
D | vktPipelineMultisampleInterpolationTests.cpp | 928 …de::MovePtr<tcu::TestCaseGroup> caseGroup(new tcu::TestCaseGroup(testCtx, "sample_interpolate_at_s… in createMultisampleInterpolationTests() local 941 caseGroup->addChild(sizeGroup.release()); in createMultisampleInterpolationTests() 944 testGroup->addChild(caseGroup.release()); in createMultisampleInterpolationTests()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 1889 …tcu::TestCaseGroup* const caseGroup = new tcu::TestCaseGroup(m_testCtx, s_textureConfigs[texCaseN… in init() local 1893 textureGroup->addChild(caseGroup); in init() 1908 …caseGroup->addChild(new TextureDerivateCase(m_context, caseName.str().c_str(), "", function, dataT… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 1950 …de::MovePtr<tcu::TestCaseGroup> caseGroup (new tcu::TestCaseGroup(m_testCtx, s_textureConfigs[tex… in init() local 1967 …caseGroup->addChild(new TextureDerivateCase(m_testCtx, caseName.str(), "", function, dataType, pre… in init() 1971 textureGroup->addChild(caseGroup.release()); in init()
|