Lines Matching defs:name
218 const char* name,
270 const char* name,
273 *module = ShaderWrapper(vk, device, programCollection.get(name), 0);
1046 const std::string& name,
1069 const std::string& name,
1075 : vkt::TestCase (testContext, name)
1123 const std::string& name,
1136 const std::string& name,
1142 : PushConstantGraphicsTest (testContext, name, pipelineConstructionType, rangeCount, pushConstantRange, multipleUpdate, indexType)
1468 const std::string& name,
1479 const std::string& name,
1483 : PushConstantGraphicsTest (testContext, name, pipelineConstructionType, rangeCount, pushConstantRange, false, INDEX_TYPE_CONST_LITERAL)
1711 const std::string& name,
1753 const std::string& name,
1756 : vkt::TestCase (testContext, name)
1974 const std::string& name,
2049 const std::string& name,
2053 : vkt::TestCase (testContext, name)
2713 OverwriteTestCase (tcu::TestContext& testCtx, const std::string& name, const OverwriteTestParams& params);
2736 OverwriteTestCase::OverwriteTestCase (tcu::TestContext& testCtx, const std::string& name, const OverwriteTestParams& params)
2737 : vkt::TestCase (testCtx, name)
3068 const char* name;
3188 const char* name;
3239 const char* name;
3260 const char* name;
3404 graphicsTests->addChild(new PushConstantGraphicsDisjointTest(testCtx, graphicsParams[ndx].name, pipelineConstructionType, graphicsParams[ndx].count, graphicsParams[ndx].range, graphicsParams[ndx].hasMultipleUpdates, graphicsParams[ndx].indexType));
3409 graphicsTests->addChild(new PushConstantGraphicsOverlapTest(testCtx, overlapGraphicsParams[ndx].name, pipelineConstructionType, overlapGraphicsParams[ndx].count, overlapGraphicsParams[ndx].range));
3419 computeTests->addChild(new PushConstantComputeTest(testCtx, params.name, params.type, params.range));
3428 lifetimeTests->addChild(new PushConstantLifetimeTest(testCtx, lifetimeParams[ndx].name, pipelineConstructionType, lifetimeParams[ndx].range, lifetimeParams[ndx].cmdList));