Home
last modified time | relevance | path

Searched refs:testVertices (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDepthClampTests.cpp228 Vec4 testVertices[verticesCount]; in DepthClampTestInstance() local
229 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()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp2490 const int testVertices = *std::max_element(m_spec.pattern.begin(), m_spec.pattern.end()); in init() local
2505 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()