Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationFractionalSpacingTests.cpp138 const float clampedLevel = getClampedTessLevel(spacingMode, tessLevel); in verifyFractionalSpacingSingle() local
139 const int finalLevel = getRoundedTessLevel(spacingMode, clampedLevel); in verifyFractionalSpacingSingle()
146 << " (clamped tessellation level is " << clampedLevel << ")" in verifyFractionalSpacingSingle()
193 if (clampedLevel == static_cast<float>(finalLevel)) in verifyFractionalSpacingSingle()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp1233 const float clampedLevel = getClampedTessLevel(spacingMode, tessLevel); in verifyFractionalSpacingSingle() local
1234 const int finalLevel = getRoundedTessLevel(spacingMode, clampedLevel); in verifyFractionalSpacingSingle()
1241 << " (clamped tessellation level is " << clampedLevel << ")" in verifyFractionalSpacingSingle()
1288 if (clampedLevel == (float)finalLevel) in verifyFractionalSpacingSingle()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2980 …const tcu::ConstPixelBufferAccess clampedLevel = tcu::hasDepthComponent(resultAccess.getFormat()… in checkLinearFilteredResult() local
3007 …singleLevelOk = tcu::floatThresholdCompare(log, "Compare", "Result comparsion", clampedLevel, resu… in checkLinearFilteredResult()
3025 …singleLevelOk = tcu::intThresholdCompare(log, "Compare", "Result comparsion", clampedLevel, result… in checkLinearFilteredResult()