Searched defs:refOut0 (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp971 const float refOut0 = in0 - refOut1; local
973 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0;
982 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold "
1246 const deUint32 refOut0 = tcu::Float32(in0).bits(); local
1247 const int ulpDiff = de::abs((int)out0 - (int)refOut0);
1251 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold "
2075 float refOut0; local
2078 frexp(in0, &refOut0, &refOut1);
2080 const deUint32 ulpDiff0 = signedZero ? getUlpDiff(out0, refOut0) : getUlpDiffIgnoreZeroSign(out0, refOut0);
2228 const float refOut0 = ldexp(in0, in1); local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp763 const float refOut0 = in0 - refOut1; local
765 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0;
774 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold "
991 const deUint32 refOut0 = tcu::Float32(in0).bits(); local
992 const int ulpDiff = de::abs((int)out0 - (int)refOut0);
996 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold "
/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp841 const float refOut0 = in0 - refOut1; local
843 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0;
852 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold "
1074 const deUint32 refOut0 = tcu::Float32(in0).bits(); local
1075 const int ulpDiff = de::abs((int)out0 - (int)refOut0);
1079 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold "
1809 float refOut0;
1812 frexp(in0, &refOut0, &refOut1);
1814 const deUint32 ulpDiff0 = signedZero ? getUlpDiff(out0, refOut0) : getUlpDiffIgnoreZeroSign(out0, refOut0);
[all...]

Completed in 81 milliseconds