Home
last modified time | relevance | path

Searched refs:caseGroup (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBase.hpp119 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()
DvktPipelineMultisampleInterpolationTests.cpp928 …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/
Des3fShaderDerivateTests.cpp1889 …tcu::TestCaseGroup* const caseGroup = new tcu::TestCaseGroup(m_testCtx, s_textureConfigs[texCaseN… in init() local
1893 textureGroup->addChild(caseGroup); in init()
1908caseGroup->addChild(new TextureDerivateCase(m_context, caseName.str().c_str(), "", function, dataT… in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1950 …de::MovePtr<tcu::TestCaseGroup> caseGroup (new tcu::TestCaseGroup(m_testCtx, s_textureConfigs[tex… in init() local
1967caseGroup->addChild(new TextureDerivateCase(m_testCtx, caseName.str(), "", function, dataType, pre… in init()
1971 textureGroup->addChild(caseGroup.release()); in init()