Lines Matching refs:group
5027 MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(rootGroup->getTestContext(), "basic"));
5078 group->addChild(formatGroup.release());
5081 rootGroup->addChild(group.release());
5086 MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(rootGroup->getTestContext(), "clear_attachments"));
5136 group->addChild(formatGroup.release());
5139 rootGroup->addChild(group.release());
5147 MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(rootGroup->getTestContext(), "multi_subpass"));
5203 group->addChild(formatGroup[color1FormatNdx][color2FormatNdx][color3FormatNdx][depthStencilFormatNdx].release());
5206 rootGroup->addChild(group.release());
5211 MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(rootGroup->getTestContext(), "multi_renderpass"));
5267 group->addChild(formatGroup[color1FormatNdx][color2FormatNdx][color3FormatNdx][depthStencilFormatNdx].release());
5270 rootGroup->addChild(group.release());
5277 MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(rootGroup->getTestContext(), "input_attachments", "Tests that input attachment interaction with multisampled rendering works"));
5327 group->addChild(formatGroup.release());
5330 rootGroup->addChild(group.release());
5338 MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(rootGroup->getTestContext(), "subpass_resolve_efficiency_query", "Tests that subpass resolve efficiency performance query works"));
5343 group.get(),
5353 group.get(),
5363 group.get(),
5373 group.get(),
5380 rootGroup->addChild(group.release());
5386 MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(rootGroup->getTestContext(), "garbage_color_attachment", "Tests that work with garbage color attachments"));
5411 group.get(),
5419 rootGroup->addChild(group.release());