Searched refs:refOut0 (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 841 const float refOut0 = in0 - refOut1; in compare() local 843 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0; in compare() 852 …m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut… in compare() 1074 const deUint32 refOut0 = tcu::Float32(in0).bits(); in compare() local 1075 const int ulpDiff = de::abs((int)out0 - (int)refOut0); in compare() 1079 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold " in compare() 1809 float refOut0; in compare() local 1812 frexp(in0, &refOut0, &refOut1); in compare() 1814 …t deUint32 ulpDiff0 = signedZero ? getUlpDiff(out0, refOut0) : getUlpDiffIgnoreZeroSign(out0, refO… in compare() 1818 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(refOut0) << ", " << refOut1 << " with U… in compare() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 957 const float refOut0 = in0 - refOut1; in compare() local 959 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0; in compare() 968 …m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut… in compare() 1229 const deUint32 refOut0 = tcu::Float32(in0).bits(); in compare() local 1230 const int ulpDiff = de::abs((int)out0 - (int)refOut0); in compare() 1234 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold " in compare() 2051 float refOut0; in compare() local 2054 frexp(in0, &refOut0, &refOut1); in compare() 2056 …t deUint32 ulpDiff0 = signedZero ? getUlpDiff(out0, refOut0) : getUlpDiffIgnoreZeroSign(out0, refO… in compare() 2060 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(refOut0) << ", " << refOut1 << " with U… in compare() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 763 const float refOut0 = in0 - refOut1; in compare() local 765 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0; in compare() 774 …m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut… in compare() 991 const deUint32 refOut0 = tcu::Float32(in0).bits(); in compare() local 992 const int ulpDiff = de::abs((int)out0 - (int)refOut0); in compare() 996 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold " in compare()
|