Searched refs:testVertices (Results 1 – 1 of 1) sorted by relevance
2385 const int testVertices = *std::max_element(m_spec.pattern.begin(), m_spec.pattern.end()); in init() local2400 if (testVertices == -1) in init()2415 if (testVertices > maxVertices) in init()2416 throw tcu::NotSupportedError(de::toString(testVertices) + " output vertices required."); in init()2417 if (testVertices * componentsPerVertex > maxComponents) in init()2418 …throw tcu::NotSupportedError(de::toString(testVertices * componentsPerVertex) + " output component… in init()