Searched refs:numInputVertices (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryInputGeometryShaderTests.cpp | 229 …tTest (TestContext& testCtx, const PrimitiveTestSpec& inputPrimitives, const int numInputVertices); 235 …ntTest (TestContext& testCtx, const PrimitiveTestSpec& inputPrimitives, const int numInputVertices) in TriangleStripAdjacencyVertexCountTest() argument 237 , m_numInputVertices (numInputVertices) in TriangleStripAdjacencyVertexCountTest()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationGeometryInteractionTests.cpp | 1385 …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()
|
D | es31fGeometryShaderTests.cpp | 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() argument 2349 , m_numInputVertices (numInputVertices) in TriangleStripAdjacencyVertexCountTest()
|