Home | History | Annotate | Download | only in functional

Lines Matching refs:toHex

62 	return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits());
227 << ", expected packSnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
228 << ", got " << tcu::toHex(res)
316 << " expected unpackSnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = "
418 << ", expected packUnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
419 << ", got " << tcu::toHex(res)
507 << " expected unpackUnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = "
614 << ", expected packHalf2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
615 << ", got " << tcu::toHex(res)
723 << " expected unpackHalf2x16(" << tcu::toHex(inputs[valNdx]) << ") = "
724 << "vec2(" << ref0 << " / " << tcu::toHex(refBits0) << ", " << ref1 << " / " << tcu::toHex(refBits1) << ")"
725 << ", got vec2(" << res0 << " / " << tcu::toHex(resBits0) << ", " << res1 << " / " << tcu::toHex(resBits1) << ")"
835 << ", expected packSnorm4x8(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
836 << ", got " << tcu::toHex(res)
932 << " expected unpackSnorm4x8(" << tcu::toHex(inputs[valNdx]) << ") = "
1044 << ", expected packUnorm4x8(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
1045 << ", got " << tcu::toHex(res)
1141 << " expected unpackUnorm4x8(" << tcu::toHex(inputs[valNdx]) << ") = "