Lines Matching refs:TestConfig
76 struct TestConfig {
89 DynamicControlPointsTestCase(tcu::TestContext& context, const std::string& name, TestConfig config);
95 TestConfig m_config;
102 DynamicControlPointsTestInstance(Context& context, TestConfig config);
105 TestConfig m_config;
110 TestConfig config) : vkt::TestCase (context, name), m_config(config)
235 DynamicControlPointsTestInstance::DynamicControlPointsTestInstance(Context& context, TestConfig config) :
430 group->addChild(new DynamicControlPointsTestCase(testCtx, "change_output", TestConfig {
441 group->addChild(new DynamicControlPointsTestCase(testCtx, "change_winding", TestConfig {
452 group->addChild(new DynamicControlPointsTestCase(testCtx, "change_output_winding", TestConfig {