Searched refs:testVertices (Results 1 – 1 of 1) sorted by relevance
2490 const int testVertices = *std::max_element(m_spec.pattern.begin(), m_spec.pattern.end()); in init() local2505 if (testVertices == -1) in init()2520 if (testVertices > maxVertices) in init()2521 throw tcu::NotSupportedError(de::toString(testVertices) + " output vertices required."); in init()2522 if (testVertices * componentsPerVertex > maxComponents) in init()2523 …throw tcu::NotSupportedError(de::toString(testVertices * componentsPerVertex) + " output component… in init()