Home
last modified time | relevance | path

Searched refs:constantGroup (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1782 …tcu::TestCaseGroup* const constantGroup = new tcu::TestCaseGroup(m_testCtx, "constant", "Derivate … in init() local
1783 functionGroup->addChild(constantGroup); in init()
1788constantGroup->addChild(new ConstantDerivateCase(m_context, glu::getDataTypeName(dataType), "", fu… in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1877 …de::MovePtr<tcu::TestCaseGroup> constantGroup (new tcu::TestCaseGroup(m_testCtx, "constant", "Deri… in init() local
1882constantGroup->addChild(new ConstantDerivateCase(m_testCtx, glu::getDataTypeName(dataType), "", fu… in init()
1885 functionGroup->addChild(constantGroup.release()); in init()