Home
last modified time | relevance | path

Searched refs:modeGroup (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp533 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
534 structArrayArrayGroup->addChild(modeGroup); in init()
549modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_vertex"), "", baseF… in init()
550modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_fragment"), "", bas… in init()
551modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_both"), "", baseFl… in init()
552modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_vertex_comp_access"), … in init()
553modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_fragment_comp_access")… in init()
554modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_both_comp_access"), "… in init()
645 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
646 singleStructGroup->addChild(modeGroup); in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp525 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
526 singleStructGroup->addChild(modeGroup); in init()
541modeGroup->addChild(new BlockSingleStructCase(m_context, (baseName + "_vertex").c_str(), "", baseF… in init()
542modeGroup->addChild(new BlockSingleStructCase(m_context, (baseName + "_fragment").c_str(), "", bas… in init()
545modeGroup->addChild(new BlockSingleStructCase(m_context, (baseName + "_both").c_str(), "", baseFl… in init()
558 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
559 singleStructArrayGroup->addChild(modeGroup); in init()
574modeGroup->addChild(new BlockSingleStructArrayCase(m_context, (baseName + "_vertex").c_str(), "", … in init()
575modeGroup->addChild(new BlockSingleStructArrayCase(m_context, (baseName + "_fragment").c_str(), ""… in init()
578modeGroup->addChild(new BlockSingleStructArrayCase(m_context, (baseName + "_both").c_str(), "", b… in init()
[all …]
Des3fTransformFeedbackTests.cpp1655 …tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[bufferModeNdx].name,… in init() local
1657 basicTypeGroup->addChild(modeGroup); in init()
1663 modeGroup->addChild(primitiveGroup); in init()
1689 …tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[bufferModeNdx].name,… in init() local
1691 arrayGroup->addChild(modeGroup); in init()
1697 modeGroup->addChild(primitiveGroup); in init()
1723 …tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[bufferModeNdx].name,… in init() local
1725 arrayElemGroup->addChild(modeGroup); in init()
1731 modeGroup->addChild(primitiveGroup); in init()
1758 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, interpModes[modeNdx].name, ""); in init() local
[all …]
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp1019 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1020 singleStructGroup->addChild(modeGroup); in init()
1035modeGroup->addChild(new BlockSingleStructCase(m_context, caseName.c_str(), "", caseFlags, bufferMo… in init()
1048 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1049 singleStructArrayGroup->addChild(modeGroup); in init()
1064modeGroup->addChild(new BlockSingleStructArrayCase(m_context, baseName.c_str(), "", baseFlags, buf… in init()
1077 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1078 singleNestedStructGroup->addChild(modeGroup); in init()
1093modeGroup->addChild(new BlockSingleNestedStructCase(m_context, baseName.c_str(), "", baseFlags, bu… in init()
1106 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
[all …]
Des31fUniformBlockTests.cpp265 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
266 structArrayArrayGroup->addChild(modeGroup); in init()
281modeGroup->addChild(new Block2LevelStructArrayCase(m_context, (baseName + "_vertex").c_str(), "", … in init()
282modeGroup->addChild(new Block2LevelStructArrayCase(m_context, (baseName + "_fragment").c_str(), ""… in init()
285modeGroup->addChild(new Block2LevelStructArrayCase(m_context, (baseName + "_both").c_str(), "", ba… in init()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp1407 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1408 singleStructGroup->addChild(modeGroup); in init()
1425modeGroup->addChild(new BlockSingleStructCase(m_testCtx, (caseName + loadType.first + storeType.fi… in init()
1438 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1439 singleStructArrayGroup->addChild(modeGroup); in init()
1456modeGroup->addChild(new BlockSingleStructArrayCase(m_testCtx, (baseName + loadType.first + storeTy… in init()
1469 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1470 singleNestedStructGroup->addChild(modeGroup); in init()
1487modeGroup->addChild(new BlockSingleNestedStructCase(m_testCtx, (baseName + loadType.first + storeT… in init()
1500 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
[all …]
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockTests.cpp1166 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1167 multiBasicTypesGroup->addChild(modeGroup); in init()
1179 modeGroup->addChild(new BlockMultiBasicTypesCase( in init()
1184 modeGroup->addChild(new BlockMultiBasicTypesCase( in init()
1201 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1202 multiNestedStructGroup->addChild(modeGroup); in init()
1214 modeGroup->addChild(new BlockMultiNestedStructCase( in init()
1219 modeGroup->addChild(new BlockMultiNestedStructCase( in init()