Searched refs:group2DArray (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureShadowTests.cpp | 956 …de::MovePtr<tcu::TestCaseGroup> group2DArray (new tcu::TestCaseGroup(testCtx, "2d_array", "2D text… in populateTextureShadowTests() local 989 group2DArray->addChild(filterGroup.release()); in populateTextureShadowTests() 992 textureShadowTests->addChild(group2DArray.release()); in populateTextureShadowTests()
|
D | vktTextureFilteringTests.cpp | 1338 …de::MovePtr<tcu::TestCaseGroup> group2DArray (new tcu::TestCaseGroup(testCtx, "2d_array", "2D Arr… in populateTextureFilteringTests() local 1449 group2DArray->addChild(formatsGroup.release()); in populateTextureFilteringTests() 1450 group2DArray->addChild(sizesGroup.release()); in populateTextureFilteringTests() 1451 group2DArray->addChild(combinationsGroup.release()); in populateTextureFilteringTests() 1453 textureFilteringTests->addChild(group2DArray.release()); in populateTextureFilteringTests()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureFilteringTests.cpp | 1565 …tcu::TestCaseGroup* const group2DArray = new tcu::TestCaseGroup(m_testCtx, "2d_array", "2D Array T… in init() local 1566 addChild(group2DArray); in init() 1570 group2DArray->addChild(formatsGroup); in init() 1599 group2DArray->addChild(sizesGroup); in init() 1627 group2DArray->addChild(combinationsGroup); in init()
|
D | es3fTextureShadowTests.cpp | 1084 …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()
|
D | es3fVertexTextureTests.cpp | 1825 …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()
|