Lines Matching defs:testCtx
340 DynamicUnusedAttachmentsCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params)
341 : vkt::TestCase (testCtx, name)
986 tcu::TestCaseGroup* createDynamicRenderingUnusedAttachmentsTests (tcu::TestContext& testCtx, bool useSecondaries)
989 GroupPtr group (new tcu::TestCaseGroup(testCtx, "unused_attachments"));
992 GroupPtr combGroup (new tcu::TestCaseGroup(testCtx, "comb", "VK_EXT_dynamic_rendering_unused_attachments with different combinations"));
993 GroupPtr colorGroup (new tcu::TestCaseGroup(testCtx, "color"));
994 GroupPtr dsGroup (new tcu::TestCaseGroup(testCtx, "depth_stencil"));
995 GroupPtr badFmtGrp (new tcu::TestCaseGroup(testCtx, "bad_formats", "Test using wrong formats when the handle is VK_NULL_HANDLE"));
1036 colorGroup->addChild(new DynamicUnusedAttachmentsCase(testCtx, params.getTestName(), params));
1095 dsGroup->addChild(new DynamicUnusedAttachmentsCase(testCtx, params.getTestName(), params));
1124 badFmtGrp->addChild(new DynamicUnusedAttachmentsCase(testCtx, params.getTestName(), params));