Lines Matching refs:TestConfig

111 struct TestConfig
124 struct TestConfig2 : TestConfig
126 TestConfig2(const TestConfig& src, deUint32 level)
127 : TestConfig (src)
156 MultisampleRenderPassTestBase (Context& context, TestConfig config);
212 MultisampleRenderPassTestBase::MultisampleRenderPassTestBase (Context& context, TestConfig config)
606 MultisampleRenderPassTestInstance (Context& context, TestConfig config);
659 MultisampleRenderPassTestInstance (Context& context, TestConfig config, deUint32 renderLevel);
664 MultisampleRenderPassTestInstance::MultisampleRenderPassTestInstance (Context& context, TestConfig config)
669 MultisampleRenderPassTestInstance::MultisampleRenderPassTestInstance (Context& context, TestConfig config, deUint32 renderLevel)
1862 MaxAttachmenstsRenderPassTestInstance (Context& context, TestConfig config);
1913 MaxAttachmenstsRenderPassTestInstance::MaxAttachmenstsRenderPassTestInstance (Context& context, TestConfig config)
2772 void init(vk::SourceCollections& dst, TestConfig config) const
3095 const TestConfig testConfig
3108 formatGroup->addChild(new InstanceFactory1WithSupport<MultisampleRenderPassTestInstance, TestConfig, FunctionSupport1<TestConfig>, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testConfig, typename FunctionSupport1<TestConfig>::Args(checkSupport, testConfig)));
3110 const TestConfig testConfigBaseLayer
3124 formatGroup->addChild(new InstanceFactory1WithSupport<MultisampleRenderPassTestInstance, TestConfig, FunctionSupport1<TestConfig>, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testNameBaseLayer.c_str(), testConfigBaseLayer, typename FunctionSupport1<TestConfig>::Args(checkSupport, testConfigBaseLayer)));
3152 TestConfig maxAttachmentsTestConfig = testConfig;
3156 formatGroup->addChild(new InstanceFactory1WithSupport<MaxAttachmenstsRenderPassTestInstance, TestConfig, FunctionSupport1<TestConfig>, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, maxAttName.c_str(), maxAttachmentsTestConfig, typename FunctionSupport1<TestConfig>::Args(checkSupport, maxAttachmentsTestConfig)));
3162 TestConfig compatibilityTestConfig = testConfig;
3166 formatGroup->addChild(new InstanceFactory1WithSupport<MultisampleRenderPassTestInstance, TestConfig, FunctionSupport1<TestConfig>, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, compatibilityTestName.c_str(), compatibilityTestConfig, typename FunctionSupport1<TestConfig>::Args(checkSupport, compatibilityTestConfig)));