Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp1385 …const int numInputVertices = (m_tessellationPointMode) ? (1) : (m_tessellationOutput == TESSELLAT… in getGeometryAmplification() local
1387 return outputAmplification * numInputVertices; in getGeometryAmplification()
1510 …const int numInputVertices = (m_tessellationPointMode) ? (1) : (m_tessellationOutput == TESSE… in getGeometrySource() local
1512 const int numEmitVertices = numInputVertices * numSingleVertexOutputVertices; in getGeometrySource()
Des31fGeometryShaderTests.cpp2339 …acencyVertexCountTest (Context& context, const char* name, const char* desc, int numInputVertices);
2347 …jacencyVertexCountTest (Context& context, const char* name, const char* desc, int numInputVertices) in TriangleStripAdjacencyVertexCountTest() argument
2349 , m_numInputVertices (numInputVertices) in TriangleStripAdjacencyVertexCountTest()