Searched refs:getUlpDiff (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp49 inline deUint32 getUlpDiff (float a, float b) function in namespace:vkt::shaderexecutor::__anon3963
327 const deUint32 diff0 = getUlpDiff(ref0, res0);
328 const deUint32 diff1 = getUlpDiff(ref1, res1);
550 const deUint32 diff0 = getUlpDiff(ref0, res0);
551 const deUint32 diff1 = getUlpDiff(ref1, res1);
1037 const deUint32 diff0 = getUlpDiff(ref0, res0);
1038 const deUint32 diff1 = getUlpDiff(ref1, res1);
1039 const deUint32 diff2 = getUlpDiff(ref2, res2);
1040 const deUint32 diff3 = getUlpDiff(ref3, res3);
1280 const deUint32 diff0 = getUlpDiff(ref
[all...]
H A DvktShaderCommonFunctionTests.cpp114 inline deUint32 getUlpDiff (float a, float b) function in namespace:vkt::shaderexecutor::__anon3951
124 return getUlpDiff(tcu::Float32::construct(tcu::Float32(b).sign(), 0, 0).asFloat(), b);
126 return getUlpDiff(a, tcu::Float32::construct(tcu::Float32(a).sign(), 0, 0).asFloat());
128 return getUlpDiff(a, b);
625 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0);
733 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0);
853 const deUint32 ulpDiff = hasSignedZero ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref);
964 const deUint32 ulpDiff = hasZeroSign ? getUlpDiff(resSum, in0) : getUlpDiffIgnoreZeroSign(resSum, in0);
1331 const deUint32 ulpDiff = getUlpDiff(in0, out0);
1413 const deUint32 ulpDiff = getUlpDiff(out
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderPackingFunctionTests.cpp47 inline deUint32 getUlpDiff (float a, float b) function in namespace:deqp::gles31::Functional::__anon4876
308 const deUint32 diff0 = getUlpDiff(ref0, res0);
309 const deUint32 diff1 = getUlpDiff(ref1, res1);
499 const deUint32 diff0 = getUlpDiff(ref0, res0);
500 const deUint32 diff1 = getUlpDiff(ref1, res1);
922 const deUint32 diff0 = getUlpDiff(ref0, res0);
923 const deUint32 diff1 = getUlpDiff(ref1, res1);
924 const deUint32 diff2 = getUlpDiff(ref2, res2);
925 const deUint32 diff3 = getUlpDiff(ref3, res3);
1131 const deUint32 diff0 = getUlpDiff(ref
[all...]
H A Des31fShaderCommonFunctionTests.cpp110 inline deUint32 getUlpDiff (float a, float b) function in namespace:deqp::gles31::Functional
120 return getUlpDiff(tcu::Float32::construct(tcu::Float32(b).sign(), 0, 0).asFloat(), b);
122 return getUlpDiff(a, tcu::Float32::construct(tcu::Float32(a).sign(), 0, 0).asFloat());
124 return getUlpDiff(a, b);
550 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0);
644 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0);
750 const deUint32 ulpDiff = hasSignedZero ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref);
848 const deUint32 ulpDiff = hasZeroSign ? getUlpDiff(resSum, in0) : getUlpDiffIgnoreZeroSign(resSum, in0);
1143 const deUint32 ulpDiff = getUlpDiff(in0, out0);
1207 const deUint32 ulpDiff = getUlpDiff(out
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp106 inline deUint32 getUlpDiff (float a, float b) function in namespace:deqp::gles3::Functional
116 return getUlpDiff(tcu::Float32::construct(tcu::Float32(b).sign(), 0, 0).asFloat(), b);
118 return getUlpDiff(a, tcu::Float32::construct(tcu::Float32(a).sign(), 0, 0).asFloat());
120 return getUlpDiff(a, b);
472 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0);
566 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0);
672 const deUint32 ulpDiff = hasSignedZero ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref);
770 const deUint32 ulpDiff = hasZeroSign ? getUlpDiff(resSum, in0) : getUlpDiffIgnoreZeroSign(resSum, in0);
1060 const deUint32 ulpDiff = getUlpDiff(in0, out0);
1124 const deUint32 ulpDiff = getUlpDiff(out
[all...]
H A Des3fShaderPackingFunctionTests.cpp47 inline deUint32 getUlpDiff (float a, float b) function in namespace:deqp::gles3::Functional::__anon4577
304 const deUint32 diff0 = getUlpDiff(ref0, res0);
305 const deUint32 diff1 = getUlpDiff(ref1, res1);
495 const deUint32 diff0 = getUlpDiff(ref0, res0);
496 const deUint32 diff1 = getUlpDiff(ref1, res1);

Completed in 226 milliseconds