/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderPackingFunctionTests.cpp | 49 inline deUint32 getUlpDiff (float a, float b) function in namespace:vkt::shaderexecutor::__anon3888 340 const deUint32 diff0 = getUlpDiff(ref0, res0); 341 const deUint32 diff1 = getUlpDiff(ref1, res1); 565 const deUint32 diff0 = getUlpDiff(ref0, res0); 566 const deUint32 diff1 = getUlpDiff(ref1, res1); 1056 const deUint32 diff0 = getUlpDiff(ref0, res0); 1057 const deUint32 diff1 = getUlpDiff(ref1, res1); 1058 const deUint32 diff2 = getUlpDiff(ref2, res2); 1059 const deUint32 diff3 = getUlpDiff(ref3, res3); 1301 const deUint32 diff0 = getUlpDiff(ref [all...] |
H A D | vktShaderCommonFunctionTests.cpp | 114 inline deUint32 getUlpDiff (float a, float b) function in namespace:vkt::shaderexecutor::__anon3877 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); 636 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); 745 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); 866 const deUint32 ulpDiff = hasSignedZero ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref); 978 const deUint32 ulpDiff = hasZeroSign ? getUlpDiff(resSum, in0) : getUlpDiffIgnoreZeroSign(resSum, in0); 1349 const deUint32 ulpDiff = getUlpDiff(in0, out0); 1432 const deUint32 ulpDiff = getUlpDiff(out [all...] |
/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderPackingFunctionTests.cpp | 47 inline deUint32 getUlpDiff (float a, float b) function in namespace:deqp::gles31::Functional::__anon4705 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 D | es31fShaderCommonFunctionTests.cpp | 110 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 D | es3fShaderCommonFunctionTests.cpp | 106 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 D | es3fShaderPackingFunctionTests.cpp | 47 inline deUint32 getUlpDiff (float a, float b) function in namespace:deqp::gles3::Functional::__anon4375 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);
|