Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp1231 const float clampedLevel = getClampedTessLevel(spacingMode, tessLevel); in verifyFractionalSpacingSingle() local
1232 const int finalLevel = getRoundedTessLevel(spacingMode, clampedLevel); in verifyFractionalSpacingSingle()
1239 << " (clamped tessellation level is " << clampedLevel << ")" in verifyFractionalSpacingSingle()
1286 if (clampedLevel == (float)finalLevel) in verifyFractionalSpacingSingle()