Home
last modified time | relevance | path

Searched refs:refOut0 (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp801 const float refOut0 = in0 - refOut1; in compare() local
803 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0; in compare()
812 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold " in compare()
1034 const deUint32 refOut0 = tcu::Float32(in0).bits(); in compare() local
1035 const int ulpDiff = de::abs((int)out0 - (int)refOut0); in compare()
1039 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold " in compare()
1769 float refOut0;
1772 frexp(in0, &refOut0, &refOut1);
1774 const deUint32 ulpDiff0 = signedZero ? getUlpDiff(out0, refOut0) : getUlpDiffIgnoreZeroSign(out0, refOut0);
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp726 const float refOut0 = in0 - refOut1; in compare() local
728 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0; in compare()
737 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold " in compare()
954 const deUint32 refOut0 = tcu::Float32(in0).bits(); in compare() local
955 const int ulpDiff = de::abs((int)out0 - (int)refOut0); in compare()
959 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold " in compare()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp895 const deUint32 refOut0 = tcu::Float32(in0).bits(); in compare() local
896 const int ulpDiff = de::abs((int)out0 - (int)refOut0); in compare()
900 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold " in compare()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp891 const deUint32 refOut0 = tcu::Float32(in0).bits(); in compare() local
892 const int ulpDiff = de::abs((int)out0 - (int)refOut0); in compare()
896 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold " in compare()

Completed in 11 milliseconds