Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp166 tcu::IVec4 ULPDiff(0); in getFloatULPThreshold() local
170 ULPDiff[i] = readMantissaBits[i] - srcMantissaBits[i]; in getFloatULPThreshold()
172 return tcu::UVec4(4) * (tcu::UVec4(1) << (ULPDiff.cast<deUint32>())); in getFloatULPThreshold()
Des31fDrawBuffersIndexedTests.cpp456 tcu::IVec4 ULPDiff(0); in getFloatULPThreshold() local
460 ULPDiff[i] = readMantissaBits[i] - srcMantissaBits[i]; in getFloatULPThreshold()
462 return UVec4(4) * (UVec4(1) << (ULPDiff.cast<deUint32>())); in getFloatULPThreshold()