HomeSort by relevance Sort by last modified time
    Searched refs:getUlpDiff (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 47 inline deUint32 getUlpDiff (float a, float b)
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);
    [all...]
es31fShaderCommonFunctionTests.cpp 107 inline deUint32 getUlpDiff (float a, float b)
117 return getUlpDiff(tcu::Float32::construct(tcu::Float32(b).sign(), 0, 0).asFloat(), b);
119 return getUlpDiff(a, tcu::Float32::construct(tcu::Float32(a).sign(), 0, 0).asFloat());
121 return getUlpDiff(a, b);
503 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0);
597 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0);
703 const deUint32 ulpDiff = hasSignedZero ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref);
801 const deUint32 ulpDiff = hasZeroSign ? getUlpDiff(resSum, in0) : getUlpDiffIgnoreZeroSign(resSum, in0);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 106 inline deUint32 getUlpDiff (float a, float b)
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);
    [all...]
es3fShaderPackingFunctionTests.cpp 47 inline deUint32 getUlpDiff (float a, float b)
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 89 milliseconds