Home
last modified time | relevance | path

Searched refs:layoutGroup (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fUniformBlockTests.cpp201 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
202 nestedArrayGroup->addChild(layoutGroup); in init()
213 …createBlockBasicTypeCases(layoutGroup, m_context, typeName, parentType, layoutFlags[layoutFlagNdx]… in init()
218 …createBlockBasicTypeCases(layoutGroup, m_context, (string(matrixFlags[matFlagNdx].name) + "_" + ty… in init()
232 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
233 nestedArrayGroup->addChild(layoutGroup); in init()
246 …createBlockBasicTypeCases(layoutGroup, m_context, typeName, parentType, layoutFlags[layoutFlagNdx]… in init()
251 …createBlockBasicTypeCases(layoutGroup, m_context, (string(matrixFlags[matFlagNdx].name) + "_" + ty… in init()
Des31fSSBOLayoutTests.cpp809 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
810 singleBasicTypeGroup->addChild(layoutGroup); in init()
818layoutGroup->addChild(new BlockBasicTypeCase(m_context, typeName, "", VarType(type, glu::PRECISION… in init()
826layoutGroup->addChild(new BlockBasicTypeCase(m_context, caseName.c_str(), "", VarType(type, precis… in init()
839layoutGroup->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()
870layoutGroup->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
[all …]
Des31fAtomicCounterTests.cpp1380 TestCaseGroup* layoutGroup = new TestCaseGroup(m_context, "layout", "Layout qualifier tests."); in AtomicCounterTests() local
1453 layoutGroup->addChild(layoutQualifierGroup); in AtomicCounterTests()
1529 layoutGroup->addChild(invalidGroup); in AtomicCounterTests()
1532 addChild(layoutGroup); in AtomicCounterTests()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp1144 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
1145 singleBasicTypeGroup->addChild(layoutGroup); in init()
1153layoutGroup->addChild(new BlockBasicTypeCase(m_testCtx, typeName, "", VarType(type, glu::PRECISION… in init()
1161layoutGroup->addChild(new BlockBasicTypeCase(m_testCtx, caseName.c_str(), "", VarType(type, precis… in init()
1174layoutGroup->addChild(new BlockBasicTypeCase(m_testCtx, caseName.c_str(), "", glu::VarType(ty… in init()
1175layoutGroup->addChild(new BlockBasicTypeCase(m_testCtx, (caseName + "_comp_access").c_str(), "", g… in init()
1190 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
1191 singleBasicArrayGroup->addChild(layoutGroup); in init()
1199 layoutGroup->addChild(new BlockBasicTypeCase(m_testCtx, typeName, "", in init()
1207layoutGroup->addChild(new BlockBasicTypeCase(m_testCtx, (string(matrixFlags[matFlagNdx].name) + "_… in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp487 …de::MovePtr<tcu::TestCaseGroup> layoutGroup(new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFl… in init() local
498 …createBlockBasicTypeCases(*layoutGroup, m_testCtx, typeName, parentType, layoutFlags[layoutFlagNdx… in init()
503 …createBlockBasicTypeCases(*layoutGroup, m_testCtx, (std::string(matrixFlags[matFlagNdx].name) + "_… in init()
507 nestedArrayGroup->addChild(layoutGroup.release()); in init()
518 …de::MovePtr<tcu::TestCaseGroup> layoutGroup(new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFl… in init() local
531 …createBlockBasicTypeCases(*layoutGroup, m_testCtx, typeName, parentType, layoutFlags[layoutFlagNdx… in init()
536 …createBlockBasicTypeCases(*layoutGroup, m_testCtx, (std::string(matrixFlags[matFlagNdx].name) + "_… in init()
540 nestedArrayGroup->addChild(layoutGroup.release()); in init()
585 …de::MovePtr<tcu::TestCaseGroup> layoutGroup(new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFl… in init() local
593 …createBlockBasicTypeCases(*layoutGroup, m_testCtx, typeName, VarType(type, 0), layoutFlags[layoutF… in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp413 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
414 singleBasicTypeGroup->addChild(layoutGroup); in init()
422 …createBlockBasicTypeCases(layoutGroup, m_context, typeName, VarType(type, 0), layoutFlags[layoutFl… in init()
426 …createBlockBasicTypeCases(layoutGroup, m_context, (string(precisionFlags[precNdx].name) + "_" + ty… in init()
435 …createBlockBasicTypeCases(layoutGroup, m_context, (string(matrixFlags[matFlagNdx].name) + "_" + pr… in init()
450 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
451 singleBasicArrayGroup->addChild(layoutGroup); in init()
459 createBlockBasicTypeCases(layoutGroup, m_context, typeName, in init()
466 …createBlockBasicTypeCases(layoutGroup, m_context, (string(matrixFlags[matFlagNdx].name) + "_" + ty… in init()
613 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
[all …]
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockTests.cpp925 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
926 singleBasicTypeGroup->addChild(layoutGroup); in init()
938 layoutGroup->addChild(new BlockBasicTypeCase(m_context, typeName, "", m_glslVersion, in init()
943 layoutGroup->addChild(new BlockBasicTypeCase( in init()
954 layoutGroup->addChild(new BlockBasicTypeCase( in init()
975 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
976 singleBasicArrayGroup->addChild(layoutGroup); in init()
988 layoutGroup->addChild(new BlockBasicTypeCase( in init()
996 layoutGroup->addChild(new BlockBasicTypeCase( in init()
1129 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() local
[all …]
/external/kotlinc/lib/
Dandroid-extensions-compiler.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/ ...