Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp1222 …de::MovePtr<tcu::TestCaseGroup> group2DArray (new tcu::TestCaseGroup(testCtx, "2d_array", "2D Arr… in populateTextureFilteringTests() local
1316 group2DArray->addChild(formatsGroup.release()); in populateTextureFilteringTests()
1317 group2DArray->addChild(sizesGroup.release()); in populateTextureFilteringTests()
1318 group2DArray->addChild(combinationsGroup.release()); in populateTextureFilteringTests()
1320 textureFilteringTests->addChild(group2DArray.release()); in populateTextureFilteringTests()
DvktTextureShadowTests.cpp936 …de::MovePtr<tcu::TestCaseGroup> group2DArray (new tcu::TestCaseGroup(testCtx, "2d_array", "2D text… in populateTextureShadowTests() local
965 group2DArray->addChild(filterGroup.release()); in populateTextureShadowTests()
968 textureShadowTests->addChild(group2DArray.release()); in populateTextureShadowTests()
/external/deqp/modules/gles3/functional/
Des3fTextureFilteringTests.cpp1540 …tcu::TestCaseGroup* const group2DArray = new tcu::TestCaseGroup(m_testCtx, "2d_array", "2D Array T… in init() local
1541 addChild(group2DArray); in init()
1545 group2DArray->addChild(formatsGroup); in init()
1574 group2DArray->addChild(sizesGroup); in init()
1602 group2DArray->addChild(combinationsGroup); in init()
Des3fTextureShadowTests.cpp1084 …tcu::TestCaseGroup* group2DArray = new tcu::TestCaseGroup(m_testCtx, "2d_array", "2D texture array… in init() local
1085 addChild(group2DArray); in init()
1090 group2DArray->addChild(filterGroup); in init()
Des3fVertexTextureTests.cpp1825 …TestCaseGroup* const group2DArray = new TestCaseGroup(m_context, "2d_array", "2D Array Vertex T… in init() local
1840 group2DArray->addChild(filteringGroup2DArray); in init()
1841 group2DArray->addChild(wrapGroup2DArray); in init()
1847 addChild(group2DArray); in init()