Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/stress/
Des31sTessellationGeometryInteractionTests.cpp253 const int numSliceNodes = de::min(numSliceNodesComponentLimit, numSliceNodesOutputLimit); in init() local
255 const int numVerticesPerInvocation = numSliceNodes * 2; in init()
256 const int numPrimitivesPerInvocation = (numSliceNodes - 1) * 2; in init()
/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp2316 const int numSliceNodes = de::min(numSliceNodesComponentLimit, numSliceNodesOutputLimit); in init() local
2318 numVerticesPerInvocation = numSliceNodes * 2; in init()
2319 numPrimitivesPerInvocation = (numSliceNodes - 1) * 2; in init()