Searched refs:clampedLevel (Results 1 – 1 of 1) sorted by relevance
1231 const float clampedLevel = getClampedTessLevel(spacingMode, tessLevel); in verifyFractionalSpacingSingle() local1232 const int finalLevel = getRoundedTessLevel(spacingMode, clampedLevel); in verifyFractionalSpacingSingle()1239 << " (clamped tessellation level is " << clampedLevel << ")" in verifyFractionalSpacingSingle()1286 if (clampedLevel == (float)finalLevel) in verifyFractionalSpacingSingle()