Lines Matching refs:refOut
584 int refOut = deSignExtendTo32(refMasked, m_bits);
587 << "in0 = " << in0 << ", in1 = " << in1 << ", ref out = " << refOut << " / " << tcu::toHex(refMasked)
777 deUint32 refOut = m_evalFunc(in0, in1) & mask;
780 << "in0 = " << tcu::toHex(in0) << ", in1 = " << tcu::toHex(in1) << ", ref out = " << tcu::toHex(refOut)
799 if (cmpMasked != refOut)