Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp530 …de::MovePtr<tcu::TestCaseGroup> imageGroup(new tcu::TestCaseGroup(testCtx, getImageTypeName(s_imag… in createImageSizeTests() local
536imageGroup->addChild(new SizeTest(testCtx, getCaseName(texture, s_flags[flagNdx]), "", texture, fo… in createImageSizeTests()
539 testGroup->addChild(imageGroup.release()); in createImageSizeTests()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp1397 …de::MovePtr<tcu::TestCaseGroup> imageGroup(new tcu::TestCaseGroup(testCtx, imageData.groupName, im… in initTests() local
1556 imageGroup->addChild(sampleGroup.release()); in initTests()
1559 group->addChild(imageGroup.release()); in initTests()
1572 …de::MovePtr<tcu::TestCaseGroup> imageGroup(new tcu::TestCaseGroup(testCtx, layeredTextureTestData.… in initTests() local
1677 imageGroup->addChild(sampleGroup.release()); in initTests()
1680 group->addChild(imageGroup.release()); in initTests()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp1763 …MovePtr<tcu::TestCaseGroup> imageGroup(new tcu::TestCaseGroup(group->getTestContext(), getShortIma… in addTestCasesWithFunctions() local
1772 imageGroup->addChild(smallGroup.get()); in addTestCasesWithFunctions()
1773 imageGroup->addChild(hugeGroup.get()); in addTestCasesWithFunctions()
1839 imageGroup->addChild(mipmapGroup.release()); in addTestCasesWithFunctions()
1842 group->addChild(imageGroup.release()); in addTestCasesWithFunctions()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp697 …de::MovePtr<tcu::TestCaseGroup> imageGroup(new tcu::TestCaseGroup(group->getTestContext(), "image"… in populateTestGroup() local
723 addFunctionTestCase(imageGroup.get(), caseName.str(), "", params); in populateTestGroup()
726 group->addChild(imageGroup.release()); in populateTestGroup()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp4460 de::MovePtr<tcu::TestCaseGroup> imageGroup (new tcu::TestCaseGroup(testCtx, "image", "")); in createMemoryTests() local
4463 …addFunctionCase(imageGroup.get(), "info", "External image memory info query.", testImage… in createMemoryTests()
4464 …addFunctionCase(imageGroup.get(), "bind_export_import_bind", "Test binding, exporting, importing a… in createMemoryTests()
4465 …addFunctionCase(imageGroup.get(), "export_bind_import_bind", "Test exporting, binding, importing a… in createMemoryTests()
4466 …addFunctionCase(imageGroup.get(), "export_import_bind_bind", "Test exporting, importing and bindin… in createMemoryTests()
4468 dedicatedGroup->addChild(imageGroup.release()); in createMemoryTests()