Searched refs:numSliceNodesComponentLimit (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp251 const int numSliceNodesComponentLimit = geometryTotalOutputComponents / (2 * numComponentsPerVertex); // each node 2 vertices local
253 const int numSliceNodes = de::min(numSliceNodesComponentLimit, numSliceNodesOutputLimit);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryGridRenderTests.cpp172 const int numSliceNodesComponentLimit = geometryTotalOutputComponents / (2 * numComponentsPerVertex); // each node 2 vertices local
174 const int numSliceNodes = de::min(numSliceNodesComponentLimit, numSliceNodesOutputLimit);
/external/deqp/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp2343 const int numSliceNodesComponentLimit = geometryTotalOutputComponents / (2 * numComponentsPerVertex); // each node 2 vertices
2345 const int numSliceNodes = de::min(numSliceNodesComponentLimit, numSliceNodesOutputLimit);

Completed in 1518 milliseconds