Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp1134 …de::MovePtr<tcu::TestCaseGroup> imageGroup(new tcu::TestCaseGroup(testCtx, imageData.groupName, im… in initTests() local
1248 imageGroup->addChild(sampleGroup.release()); in initTests()
1251 group->addChild(imageGroup.release()); in initTests()
1264 …de::MovePtr<tcu::TestCaseGroup> imageGroup(new tcu::TestCaseGroup(testCtx, layeredTextureTestData.… in initTests() local
1350 imageGroup->addChild(sampleGroup.release()); in initTests()
1353 group->addChild(imageGroup.release()); in initTests()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp534 …de::MovePtr<tcu::TestCaseGroup> imageGroup(new tcu::TestCaseGroup(testCtx, getImageTypeName(s_imag… in createImageSizeTests() local
540imageGroup->addChild(new SizeTest(testCtx, getCaseName(texture, s_flags[flagNdx]), "", texture, fo… in createImageSizeTests()
543 testGroup->addChild(imageGroup.release()); in createImageSizeTests()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp1752 …MovePtr<tcu::TestCaseGroup> imageGroup(new tcu::TestCaseGroup(group->getTestContext(), getShortIma… in addTestCasesWithFunctions() local
1761 imageGroup->addChild(smallGroup.get()); in addTestCasesWithFunctions()
1762 imageGroup->addChild(hugeGroup.get()); in addTestCasesWithFunctions()
1828 imageGroup->addChild(mipmapGroup.release()); in addTestCasesWithFunctions()
1831 group->addChild(imageGroup.release()); in addTestCasesWithFunctions()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp745 …de::MovePtr<tcu::TestCaseGroup> imageGroup(new tcu::TestCaseGroup(group->getTestContext(), "image"… in populateTestGroup() local
771 addFunctionTestCase(imageGroup.get(), caseName.str(), "", params); in populateTestGroup()
774 group->addChild(imageGroup.release()); in populateTestGroup()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp4248 de::MovePtr<tcu::TestCaseGroup> imageGroup (new tcu::TestCaseGroup(testCtx, "image", "")); in createMemoryTests() local
4251 …addFunctionCase(imageGroup.get(), "info", "External image memory info query.", testImage… in createMemoryTests()
4252 …addFunctionCase(imageGroup.get(), "bind_export_import_bind", "Test binding, exporting, importing a… in createMemoryTests()
4253 …addFunctionCase(imageGroup.get(), "export_bind_import_bind", "Test exporting, binding, importing a… in createMemoryTests()
4254 …addFunctionCase(imageGroup.get(), "export_import_bind_bind", "Test exporting, importind and bindin… in createMemoryTests()
4256 dedicatedGroup->addChild(imageGroup.release()); in createMemoryTests()