Searched refs:compatibilityTestConfig (Results 1 – 2 of 2) sorted by relevance
1501 TestConfig compatibilityTestConfig = testConfig; in initTests() local1502 compatibilityTestConfig.compatibleFormat = tcu::just(compatibleFormat); in initTests()1504 …_VALIDATE, compatibilityTestName.c_str(), compatibilityTestName.c_str(), compatibilityTestConfig)); in initTests()1543 TestConfig compatibilityTestConfig = testConfig; in initTests() local1544 compatibilityTestConfig.compatibleFormat = tcu::just(VK_FORMAT_S8_UINT); in initTests()1546 …_VALIDATE, compatibilityTestName.c_str(), compatibilityTestName.c_str(), compatibilityTestConfig)); in initTests()
2720 TestConfig compatibilityTestConfig = testConfig; in initTests() local2721 compatibilityTestConfig.testType = COMPATIBILITY; in initTests()2722 compatibilityTestConfig.attachmentCount = 1; in initTests()2724 …_VALIDATE, compatibilityTestName.c_str(), compatibilityTestName.c_str(), compatibilityTestConfig)); in initTests()