Searched refs:numInputVertices (Results 1 – 2 of 2) sorted by relevance
1385 …const int numInputVertices = (m_tessellationPointMode) ? (1) : (m_tessellationOutput == TESSELLAT… in getGeometryAmplification() local1387 return outputAmplification * numInputVertices; in getGeometryAmplification()1510 …const int numInputVertices = (m_tessellationPointMode) ? (1) : (m_tessellationOutput == TESSE… in getGeometrySource() local1512 const int numEmitVertices = numInputVertices * numSingleVertexOutputVertices; in getGeometrySource()
2339 …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() argument2349 , m_numInputVertices (numInputVertices) in TriangleStripAdjacencyVertexCountTest()