Home | History | Annotate | Download | only in functional

Lines Matching refs:toHex

62 	return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits());
223 << ", expected packSnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
224 << ", got " << tcu::toHex(res)
312 << " expected unpackSnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = "
414 << ", expected packUnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
415 << ", got " << tcu::toHex(res)
503 toHex(inputs[valNdx]) << ") = "
610 << ", expected packHalf2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
611 << ", got " << tcu::toHex(res)
719 << " expected unpackHalf2x16(" << tcu::toHex(inputs[valNdx]) << ") = "
720 << "vec2(" << ref0 << " / " << tcu::toHex(refBits0) << ", " << ref1 << " / " << tcu::toHex(refBits1) << ")"
721 << ", got vec2(" << res0 << " / " << tcu::toHex(resBits0) << ", " << res1 << " / " << tcu::toHex(resBits1) << ")"