Searched refs:imageGroup (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageSizeTests.cpp | 530 …de::MovePtr<tcu::TestCaseGroup> imageGroup(new tcu::TestCaseGroup(testCtx, getImageTypeName(s_imag… in createImageSizeTests() local 536 …imageGroup->addChild(new SizeTest(testCtx, getCaseName(texture, s_flags[flagNdx]), "", texture, fo… in createImageSizeTests() 539 testGroup->addChild(imageGroup.release()); in createImageSizeTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 1461 …de::MovePtr<tcu::TestCaseGroup> imageGroup(new tcu::TestCaseGroup(testCtx, imageData.groupName, im… in initTests() local 1630 imageGroup->addChild(sampleGroup.release()); in initTests() 1633 group->addChild(imageGroup.release()); in initTests() 1646 …de::MovePtr<tcu::TestCaseGroup> imageGroup(new tcu::TestCaseGroup(testCtx, layeredTextureTestData.… in initTests() local 1753 imageGroup->addChild(sampleGroup.release()); in initTests() 1756 group->addChild(imageGroup.release()); in initTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineRenderToImageTests.cpp | 1763 …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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 880 …de::MovePtr<tcu::TestCaseGroup> imageGroup(new tcu::TestCaseGroup(group->getTestContext(), "image"… in populateTestGroup() local 907 addFunctionTestCase(imageGroup.get(), caseName.str(), "", params); in populateTestGroup() 910 group->addChild(imageGroup.release()); in populateTestGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 4522 de::MovePtr<tcu::TestCaseGroup> imageGroup (new tcu::TestCaseGroup(testCtx, "image", "")); in createMemoryTests() local 4525 …addFunctionCase(imageGroup.get(), "info", "External image memory info query.", testImage… in createMemoryTests() 4526 …addFunctionCase(imageGroup.get(), "bind_export_import_bind", "Test binding, exporting, importing a… in createMemoryTests() 4527 …addFunctionCase(imageGroup.get(), "export_bind_import_bind", "Test exporting, binding, importing a… in createMemoryTests() 4528 …addFunctionCase(imageGroup.get(), "export_import_bind_bind", "Test exporting, importing and bindin… in createMemoryTests() 4530 dedicatedGroup->addChild(imageGroup.release()); in createMemoryTests()
|