Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp502 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
503 structArrayArrayGroup->addChild(modeGroup); in init()
518modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_vertex"), "", baseF… in init()
519modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_fragment"), "", bas… in init()
520modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_both"), "", baseFl… in init()
521modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_vertex_comp_access"), … in init()
522modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_fragment_comp_access")… in init()
523modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_both_comp_access"), "… in init()
604 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
605 singleStructGroup->addChild(modeGroup); in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp481 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
482 singleStructGroup->addChild(modeGroup); in init()
497modeGroup->addChild(new BlockSingleStructCase(m_context, (baseName + "_vertex").c_str(), "", baseF… in init()
498modeGroup->addChild(new BlockSingleStructCase(m_context, (baseName + "_fragment").c_str(), "", bas… in init()
501modeGroup->addChild(new BlockSingleStructCase(m_context, (baseName + "_both").c_str(), "", baseFl… in init()
514 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
515 singleStructArrayGroup->addChild(modeGroup); in init()
530modeGroup->addChild(new BlockSingleStructArrayCase(m_context, (baseName + "_vertex").c_str(), "", … in init()
531modeGroup->addChild(new BlockSingleStructArrayCase(m_context, (baseName + "_fragment").c_str(), ""… in init()
534modeGroup->addChild(new BlockSingleStructArrayCase(m_context, (baseName + "_both").c_str(), "", b… in init()
[all …]
Des3fTransformFeedbackTests.cpp1653 …tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[bufferModeNdx].name,… in init() local
1655 basicTypeGroup->addChild(modeGroup); in init()
1661 modeGroup->addChild(primitiveGroup); in init()
1687 …tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[bufferModeNdx].name,… in init() local
1689 arrayGroup->addChild(modeGroup); in init()
1695 modeGroup->addChild(primitiveGroup); in init()
1721 …tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[bufferModeNdx].name,… in init() local
1723 arrayElemGroup->addChild(modeGroup); in init()
1729 modeGroup->addChild(primitiveGroup); in init()
1756 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, interpModes[modeNdx].name, ""); in init() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp1034 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1035 singleStructGroup->addChild(modeGroup); in init()
1050modeGroup->addChild(new BlockSingleStructCase(m_testCtx, caseName.c_str(), "", caseFlags, bu… in init()
1051modeGroup->addChild(new BlockSingleStructCase(m_testCtx, (caseName + "_comp_access").c_str(), "", … in init()
1064 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1065 singleStructArrayGroup->addChild(modeGroup); in init()
1080modeGroup->addChild(new BlockSingleStructArrayCase(m_testCtx, baseName.c_str(), "", baseFlags… in init()
1081modeGroup->addChild(new BlockSingleStructArrayCase(m_testCtx, (baseName + "_comp_access").c_str(),… in init()
1094 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1095 singleNestedStructGroup->addChild(modeGroup); in init()
[all …]
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp1015 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1016 singleStructGroup->addChild(modeGroup); in init()
1031modeGroup->addChild(new BlockSingleStructCase(m_context, caseName.c_str(), "", caseFlags, bufferMo… in init()
1044 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1045 singleStructArrayGroup->addChild(modeGroup); in init()
1060modeGroup->addChild(new BlockSingleStructArrayCase(m_context, baseName.c_str(), "", baseFlags, buf… in init()
1073 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1074 singleNestedStructGroup->addChild(modeGroup); in init()
1089modeGroup->addChild(new BlockSingleNestedStructCase(m_context, baseName.c_str(), "", baseFlags, bu… in init()
1102 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()