Lines Matching defs:params
202 SlicedViewTestCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params)
203 : vkt::TestCase(testCtx, name), m_params(params) {}
217 SlicedViewTestInstance (Context& context, const TestParams& params)
218 : vkt::TestInstance(context), m_params (params)
245 SlicedViewLoadTestInstance (Context& context, const TestParams& params) : SlicedViewTestInstance(context, params) {}
254 SlicedViewStoreTestInstance (Context& context, const TestParams& params) : SlicedViewTestInstance(context, params) {}
993 TestParams params (testTypeCase.testType, stageCase.stage, kWidth, kHeight, basicDepth, offset, basicRange, tcu::Nothing, samplingCase.sampleImg);
995 stageGroup->addChild(new SlicedViewTestCase(testCtx, testName, params));
1023 TestParams params (testTypeCase.testType, stageCase.stage, kWidth, kHeight, fullDepth, 0u, fullDepth, tcu::Nothing, samplingCase.sampleImg);
1024 testTypeGroup->addChild(new SlicedViewTestCase(testCtx, testName, params));
1088 TestParams params (testTypeCase.testType, stageCase.stage, kWidth, kHeight, depth, offset, range, tcu::Nothing, false);
1090 stageGroup->addChild(new SlicedViewTestCase(testCtx, testName, params));
1161 TestParams params (testTypeCase.testType, stageCase.stage, width, height, depth, offset, range, tcu::just(level), false);
1163 levelGroup->addChild(new SlicedViewTestCase(testCtx, testName, params));