Home | History | Annotate | Download | only in functional

Lines Matching full:refout

610 		int		refOut		= extendTo32Bit(refMasked, m_bits);
613 << "in0 = " << in0 << ", in1 = " << in1 << ", ref out = " << refOut << " / " << tcu::toHex(refMasked)
803 deUint32 refOut = m_evalFunc(in0, in1) & mask;
806 << "in0 = " << tcu::toHex(in0) << ", in1 = " << tcu::toHex(in1) << ", ref out = " << tcu::toHex(refOut)
825 if (cmpMasked != refOut)