Lines Matching refs:config
1494 TestConfig config);
1523 TestConfig config)
1525 , m_config (config)
1526 , m_supportWriteOp (makeOperationSupport(config.writeOp, config.resource))
1527 , m_supportReadOp (makeOperationSupport(config.readOp, config.resource))
1844 void init (vk::SourceCollections& dst, TestConfig config) const
1846 const de::UniquePtr<OperationSupport> readOp (makeOperationSupport(config.readOp, config.resource));
1847 const de::UniquePtr<OperationSupport> writeOp (makeOperationSupport(config.writeOp, config.resource));
1904 const TestConfig config (resource, writeOp, readOp, cases[caseNdx].memoryHandleTypeBuffer, cases[caseNdx].memoryHandleTypeImage);
1906 opGroup->addChild(new InstanceFactory1<Win32KeyedMutexTestInstance, TestConfig, Progs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, name, Progs(), config));