Lines Matching refs:toHex
62 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits());
199 << ", expected packSnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
200 << ", got " << tcu::toHex(res)
288 << " expected unpackSnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = "
390 << ", expected packUnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
391 << ", got " << tcu::toHex(res)
479 << " expected unpackUnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = "
586 << ", expected packHalf2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
587 << ", got " << tcu::toHex(res)
695 << " expected unpackHalf2x16(" << tcu::toHex(inputs[valNdx]) << ") = "
696 << "vec2(" << ref0 << " / " << tcu::toHex(refBits0) << ", " << ref1 << " / " << tcu::toHex(refBits1) << ")"
697 << ", got vec2(" << res0 << " / " << tcu::toHex(resBits0) << ", " << res1 << " / " << tcu::toHex(resBits1) << ")"
807 << ", expected packSnorm4x8(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
808 << ", got " << tcu::toHex(res)
904 << " expected unpackSnorm4x8(" << tcu::toHex(inputs[valNdx]) << ") = "
1016 << ", expected packUnorm4x8(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
1017 << ", got " << tcu::toHex(res)
1113 << " expected unpackUnorm4x8(" << tcu::toHex(inputs[valNdx]) << ") = "