Lines Matching refs:layoutGroup
809 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
810 singleBasicTypeGroup->addChild(layoutGroup); in init()
818 …layoutGroup->addChild(new BlockBasicTypeCase(m_context, typeName, "", VarType(type, glu::PRECISION… in init()
826 …layoutGroup->addChild(new BlockBasicTypeCase(m_context, caseName.c_str(), "", VarType(type, precis… in init()
839 …layoutGroup->addChild(new BlockBasicTypeCase(m_context, caseName.c_str(), "", glu::VarType(type, p… in init()
854 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
855 singleBasicArrayGroup->addChild(layoutGroup); in init()
863 layoutGroup->addChild(new BlockBasicTypeCase(m_context, typeName, "", in init()
870 …layoutGroup->addChild(new BlockBasicTypeCase(m_context, (string(matrixFlags[matFlagNdx].name) + "_… in init()
885 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
886 basicUnsizedArray->addChild(layoutGroup); in init()
894 layoutGroup->addChild(new BlockBasicUnsizedArrayCase(m_context, typeName, "", in init()
901 …layoutGroup->addChild(new BlockBasicUnsizedArrayCase(m_context, (string(matrixFlags[matFlagNdx].na… in init()
916 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
917 nestedArrayGroup->addChild(layoutGroup); in init()
928 …layoutGroup->addChild(new BlockBasicTypeCase(m_context, typeName, "", fullType, layoutFlags[layout… in init()
933 …layoutGroup->addChild(new BlockBasicTypeCase(m_context, (string(matrixFlags[matFlagNdx].name) + "_… in init()
948 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
949 nestedArrayGroup->addChild(layoutGroup); in init()
962 …layoutGroup->addChild(new BlockBasicTypeCase(m_context, typeName, "", fullType, layoutFlags[layout… in init()
967 …layoutGroup->addChild(new BlockBasicTypeCase(m_context, (string(matrixFlags[matFlagNdx].name) + "_… in init()
982 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
983 nestedArrayGroup->addChild(layoutGroup); in init()
995 …layoutGroup->addChild(new BlockBasicUnsizedArrayCase(m_context, typeName, "", childType1, parentSi… in init()
1000 …layoutGroup->addChild(new BlockBasicUnsizedArrayCase(m_context, (string(matrixFlags[matFlagNdx].na… in init()
1218 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
1219 instanceArrayBasicTypeGroup->addChild(layoutGroup); in init()
1227 layoutGroup->addChild(new BlockBasicTypeCase(m_context, typeName, "", in init()
1234 …layoutGroup->addChild(new BlockBasicTypeCase(m_context, (string(matrixFlags[matFlagNdx].name) + "_… in init()