Lines Matching defs:count
238 BindBuffers2Instance (Context& context, const vk::PipelineConstructionType pipelineConstructionType, const TestParams params, const bool singleBind, const deUint32 count)
243 , m_count (count)
1101 BindBuffers2Case (tcu::TestContext& testCtx, const std::string& name, const vk::PipelineConstructionType pipelineConstructionType, const TestParams params, const bool singleBind, const deUint32 count)
1106 , m_count (count)
1373 deUint32 count;
1391 typeGroup->addChild(new BindBuffers2Case(testCtx, countTest.name, pipelineConstructionType, strideTest.params, bindTest.singleBind, countTest.count));
1433 for (deUint32 count : counts)
1435 name = "buffers" + std::to_string(count);
1451 p.bufferCount = count;
1468 for (deUint32 count : counts)
1470 name = "buffers" + std::to_string(count);
1488 p.bufferCount = count;