Lines Matching defs:testCtx
202 SlicedViewTestCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params)
203 : vkt::TestCase(testCtx, name), m_params(params) {}
936 tcu::TestCaseGroup* createImageSlicedViewOf3DTests (tcu::TestContext& testCtx)
938 TestCaseGroupPtr imageTests (new tcu::TestCaseGroup(testCtx, "sliced_view_of_3d_image"));
978 TestCaseGroupPtr basicTests (new tcu::TestCaseGroup(testCtx, "basic"));
982 TestCaseGroupPtr testTypeGroup (new tcu::TestCaseGroup(testCtx, testTypeCase.name));
986 TestCaseGroupPtr stageGroup (new tcu::TestCaseGroup(testCtx, stageCase.name));
995 stageGroup->addChild(new SlicedViewTestCase(testCtx, testName, params));
1012 TestCaseGroupPtr fullSliceTests (new tcu::TestCaseGroup(testCtx, "full_slice"));
1016 TestCaseGroupPtr testTypeGroup (new tcu::TestCaseGroup(testCtx, testTypeCase.name));
1024 testTypeGroup->addChild(new SlicedViewTestCase(testCtx, testName, params));
1044 TestCaseGroupPtr randomTests (new tcu::TestCaseGroup(testCtx, "random"));
1048 TestCaseGroupPtr testTypeGroup (new tcu::TestCaseGroup(testCtx, testTypeCase.name));
1052 TestCaseGroupPtr stageGroup (new tcu::TestCaseGroup(testCtx, stageCase.name));
1090 stageGroup->addChild(new SlicedViewTestCase(testCtx, testName, params));
1114 TestCaseGroupPtr mipLevelTests (new tcu::TestCaseGroup(testCtx, "mip_level"));
1118 TestCaseGroupPtr testTypeGroup (new tcu::TestCaseGroup(testCtx, testTypeCase.name));
1122 TestCaseGroupPtr stageGroup (new tcu::TestCaseGroup(testCtx, stageCase.name));
1132 TestCaseGroupPtr levelGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str()));
1163 levelGroup->addChild(new SlicedViewTestCase(testCtx, testName, params));