Lines Matching defs:params
238 BindBuffers2Instance (Context& context, const vk::PipelineConstructionType pipelineConstructionType, const TestParams params, const bool singleBind, const deUint32 count)
241 , m_params (params)
575 const TestParamsMaint5& params,
579 , m_params(params)
1101 BindBuffers2Case (tcu::TestContext& testCtx, const std::string& name, const vk::PipelineConstructionType pipelineConstructionType, const TestParams params, const bool singleBind, const deUint32 count)
1104 , m_params (params)
1213 const TestParamsMaint5& params,
1217 , m_params(params)
1346 TestParams params;
1391 typeGroup->addChild(new BindBuffers2Case(testCtx, countTest.name, pipelineConstructionType, strideTest.params, bindTest.singleBind, countTest.count));