Searched refs:group2DArray (Results 1 - 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureShadowTests.cpp936 de::MovePtr<tcu::TestCaseGroup> group2DArray (new tcu::TestCaseGroup(testCtx, "2d_array", "2D texture array shadow lookup tests"));
965 group2DArray->addChild(filterGroup.release());
968 textureShadowTests->addChild(group2DArray.release());
H A DvktTextureFilteringTests.cpp1201 de::MovePtr<tcu::TestCaseGroup> group2DArray (new tcu::TestCaseGroup(testCtx, "2d_array", "2D Array Texture Filtering"));
1295 group2DArray->addChild(formatsGroup.release());
1296 group2DArray->addChild(sizesGroup.release());
1297 group2DArray->addChild(combinationsGroup.release());
1299 textureFilteringTests->addChild(group2DArray.release());
/external/deqp/modules/gles3/functional/
H A Des3fTextureFilteringTests.cpp1540 tcu::TestCaseGroup* const group2DArray = new tcu::TestCaseGroup(m_testCtx, "2d_array", "2D Array Texture Filtering"); member in class:deqp::gles3::Functional::tcu
1541 addChild(group2DArray);
1545 group2DArray->addChild(formatsGroup);
1574 group2DArray->addChild(sizesGroup);
1602 group2DArray->addChild(combinationsGroup);
H A Des3fTextureShadowTests.cpp1084 tcu::TestCaseGroup* group2DArray = new tcu::TestCaseGroup(m_testCtx, "2d_array", "2D texture array shadow lookup tests"); local
1085 addChild(group2DArray);
1090 group2DArray->addChild(filterGroup);
H A Des3fVertexTextureTests.cpp1825 TestCaseGroup* const group2DArray = new TestCaseGroup(m_context, "2d_array", "2D Array Vertex Texture Tests"); local
1840 group2DArray->addChild(filteringGroup2DArray);
1841 group2DArray->addChild(wrapGroup2DArray);
1847 addChild(group2DArray);

Completed in 746 milliseconds