Searched refs:numVerticesPerPrimitive (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderHelperInvocationTests.cpp | 106 const int numVerticesPerPrimitive = getNumVerticesPerPrimitive(primType); in genVertices() local 107 const int numVert = numVerticesPerPrimitive*numPrimitives; in genVertices() 127 for (int vertexNdx = 0; vertexNdx < numVerticesPerPrimitive; ++vertexNdx) in genVertices() 129 const float p = (*dst)[primitiveNdx * numVerticesPerPrimitive + vertexNdx][component]; in genVertices() 140 (*dst)[primitiveNdx * numVerticesPerPrimitive + 0][0] *= -1.0f; in genVertices() 141 (*dst)[primitiveNdx * numVerticesPerPrimitive + 0][1] *= -1.0f; in genVertices()
|
D | es31fTessellationTests.cpp | 238 static inline int numVerticesPerPrimitive (deUint32 primitiveTypeGL) in numVerticesPerPrimitive() function 357 …<AttribType>(gl, GL_TRANSFORM_FEEDBACK_BUFFER, numPrimsWritten * numVerticesPerPrimitive(tfPrimTyp… in renderAndGetPrimitives() 993 * numVerticesPerPrimitive(outputPrimitiveTypeGL(primitiveType, usePointMode)); in referenceVertexCount() 3751 …nsformFeedback (m_context.getRenderContext(), 2*maxNumPrimitives*numVerticesPerPrimitive(primitive… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationGeometryPassthroughTests.cpp | 196 << ", max_vertices=" << numVerticesPerPrimitive(m_primitiveType, false) << ") out;\n" in initPrograms() 293 << "layout(vertices = " << numVerticesPerPrimitive(m_primitiveType, false) << ") out;\n" in initPrograms()
|
D | vktTessellationUtil.cpp | 934 int numVerticesPerPrimitive (const TessPrimitiveType primitiveType, const bool usePointMode) in numVerticesPerPrimitive() function 961 * numVerticesPerPrimitive(primitiveType, usePointMode); in referenceVertexCount()
|
D | vktTessellationInvarianceTests.cpp | 363 …const int numVertices = numVerticesPerPrimitive(primitiveType, *usePointModeIter); // Primitives … in addDefaultPrograms() 680 result.numPrimitiveVertices = numVerticesPerPrimitive(m_caseDef.primitiveType, usePointMode); in draw() 1367 …axVertices = numPatchesPerDrawCall * maxNumPrimitivesPerPatch * numVerticesPerPrimitive(m_caseDef… in iterate() 1472 …const int numPrimitiveVertices = numVerticesPerPrimitive(m_caseDef.primitiveType, m_caseDef.use… in iterate()
|
D | vktTessellationUtil.hpp | 239 int numVerticesPerPrimitive (const TessPrimitiveType primitiveType, const bool usePoint…
|