Searched refs:testVertices (Results 1 – 2 of 2) sorted by relevance
228 Vec4 testVertices[verticesCount]; in DepthClampTestInstance() local229 deMemcpy(testVertices, vertices, dataSize); in DepthClampTestInstance()231 testVertices[i][2] = params.depthValue; in DepthClampTestInstance()232 …deMemcpy(m_vertexBuffer->getBoundMemory().getHostPtr(), testVertices, static_cast<std::size_t>(dat… in DepthClampTestInstance()
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()