Home
last modified time | relevance | path

Searched refs:hasSignedZero (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp623 const bool hasSignedZero = supportsSignedZero(precision); in compare() local
635 const deUint32 ulpDiff = hasSignedZero ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref); in compare()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp698 const bool hasSignedZero = supportsSignedZero(precision); in compare() local
710 const deUint32 ulpDiff = hasSignedZero ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref); in compare()

Completed in 10 milliseconds