Home
last modified time | relevance | path

Searched refs:filterGroup (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp1013 …de::MovePtr<tcu::TestCaseGroup> filterGroup (new tcu::TestCaseGroup(testCtx, filterGroupName.c_st… in populateTextureFilteringTests() local
1038filterGroup->addChild(new TextureTestCase<Texture2DFilteringTestInstance>(testCtx, name.c_str(), "… in populateTextureFilteringTests()
1041 formatsGroup->addChild(filterGroup.release()); in populateTextureFilteringTests()
1048 …de::MovePtr<tcu::TestCaseGroup> filterGroup (new tcu::TestCaseGroup(testCtx, filterGroupName.c_st… in populateTextureFilteringTests() local
1069filterGroup->addChild(new TextureTestCase<Texture2DFilteringTestInstance>(testCtx, name.c_str(), "… in populateTextureFilteringTests()
1071 sizesGroup->addChild(filterGroup.release()); in populateTextureFilteringTests()
1131 …de::MovePtr<tcu::TestCaseGroup> filterGroup (new tcu::TestCaseGroup(testCtx, filterGroupName.c_st… in populateTextureFilteringTests() local
1157filterGroup->addChild(new TextureTestCase<Texture2DFilteringTestInstance>(testCtx, name.c_str(), "… in populateTextureFilteringTests()
1160 formatsGroup->addChild(filterGroup.release()); in populateTextureFilteringTests()
1167 …de::MovePtr<tcu::TestCaseGroup> filterGroup (new tcu::TestCaseGroup(testCtx, filterGroupName.c_st… in populateTextureFilteringTests() local
[all …]
DvktTextureShadowTests.cpp881 …de::MovePtr<tcu::TestCaseGroup> filterGroup (new tcu::TestCaseGroup(testCtx, filters[filterNdx].na… in populateTextureShadowTests() local
904filterGroup->addChild(new TextureTestCase<Texture2DShadowTestInstance>(testCtx, name.c_str(), "", … in populateTextureShadowTests()
909 group2D->addChild(filterGroup.release()); in populateTextureShadowTests()
921 …de::MovePtr<tcu::TestCaseGroup> filterGroup (new tcu::TestCaseGroup(testCtx, filters[filterNdx].na… in populateTextureShadowTests() local
943filterGroup->addChild(new TextureTestCase<TextureCubeShadowTestInstance>(testCtx, name.c_str(), ""… in populateTextureShadowTests()
948 groupCube->addChild(filterGroup.release()); in populateTextureShadowTests()
960 …de::MovePtr<tcu::TestCaseGroup> filterGroup (new tcu::TestCaseGroup(testCtx, filters[filterNdx].na… in populateTextureShadowTests() local
984filterGroup->addChild(new TextureTestCase<Texture2DArrayShadowTestInstance>(testCtx, name.c_str(),… in populateTextureShadowTests()
989 group2DArray->addChild(filterGroup.release()); in populateTextureShadowTests()
/external/deqp/modules/gles3/functional/
Des3fTextureShadowTests.cpp1030 tcu::TestCaseGroup* filterGroup = new tcu::TestCaseGroup(m_testCtx, filters[filterNdx].name, ""); in init() local
1031 group2D->addChild(filterGroup); in init()
1047filterGroup->addChild(new Texture2DShadowCase(m_context, name.c_str(), "", minFilter, magFilter, w… in init()
1060 tcu::TestCaseGroup* filterGroup = new tcu::TestCaseGroup(m_testCtx, filters[filterNdx].name, ""); in init() local
1061 groupCube->addChild(filterGroup); in init()
1076filterGroup->addChild(new TextureCubeShadowCase(m_context, name.c_str(), "", minFilter, magFilter,… in init()
1089 tcu::TestCaseGroup* filterGroup = new tcu::TestCaseGroup(m_testCtx, filters[filterNdx].name, ""); in init() local
1090 group2DArray->addChild(filterGroup); in init()
1107filterGroup->addChild(new Texture2DArrayShadowCase(m_context, name.c_str(), "", minFilter, magFilt… in init()