Home
last modified time | relevance | path

Searched refs:getUlpDiffIgnoreZeroSign (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp100 inline deUint32 getUlpDiffIgnoreZeroSign (float a, float b) in getUlpDiffIgnoreZeroSign() function
635 const deUint32 ulpDiff = hasSignedZero ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref); in compare()
660 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, float(roundedVal)); in compare()
733 const deUint32 ulpDiff = hasZeroSign ? getUlpDiff(resSum, in0) : getUlpDiffIgnoreZeroSign(resSum, in0); in compare()
1195 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, ref); in compare()
1220 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, float(roundedVal)); in compare()
1309 const deUint32 ulpDiff0 = hasZeroSign ? getUlpDiff(out0, ref0) : getUlpDiffIgnoreZeroSign(out0, ref0); in compare()
1310 const deUint32 ulpDiff1 = hasZeroSign ? getUlpDiff(out0, ref1) : getUlpDiffIgnoreZeroSign(out0, ref1); in compare()
1322 const deUint32 ulpDiff = hasZeroSign ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref); in compare()
1348 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out in compare()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp104 inline deUint32 getUlpDiffIgnoreZeroSign (float a, float b) in getUlpDiffIgnoreZeroSign() function
710 const deUint32 ulpDiff = hasSignedZero ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref); in compare()
735 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, float(roundedVal)); in compare()
808 const deUint32 ulpDiff = hasZeroSign ? getUlpDiff(resSum, in0) : getUlpDiffIgnoreZeroSign(resSum, in0); in compare()
1275 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, ref); in compare()
1300 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, float(roundedVal)); in compare()
1389 const deUint32 ulpDiff0 = hasZeroSign ? getUlpDiff(out0, ref0) : getUlpDiffIgnoreZeroSign(out0, ref0); in compare()
1390 const deUint32 ulpDiff1 = hasZeroSign ? getUlpDiff(out0, ref1) : getUlpDiffIgnoreZeroSign(out0, ref1); in compare()
1402 const deUint32 ulpDiff = hasZeroSign ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref); in compare()
1428 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out in compare()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp103 inline deUint32 getUlpDiffIgnoreZeroSign (float a, float b) in getUlpDiffIgnoreZeroSign() function
979 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(in0, out0); in compare()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp103 inline deUint32 getUlpDiffIgnoreZeroSign (float a, float b) in getUlpDiffIgnoreZeroSign() function
975 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(in0, out0); in compare()

Completed in 10 milliseconds