• Home
  • Raw
  • Download

Lines Matching refs:groupOutput

285 			const int	groupOutput		= *(const deInt32*)((const deUint8*)groupOutputs + groupNdx*groupStride);  in verify()  local
296 if (groupOutput != valueSum) in verify()
298 …at group " << groupNdx << ": expected sum " << valueSum << ", got " << groupOutput << TestLog::End… in verify()
439 …const deUint32 groupOutput = *(const deUint32*)((const deUint8*)groupOutputs + groupNdx*groupStri… in verify() local
451 if (!intEqualsAfterUintCast(minValue, groupOutput, m_precision)) in verify()
457 << ", got " << groupOutput << " (" << tcu::Format::Hex<8>(groupOutput) << ")" in verify()
521 …const deUint32 groupOutput = *(const deUint32*)((const deUint8*)groupOutputs + groupNdx*groupStri… in verify() local
533 if (!intEqualsAfterUintCast(maxValue, groupOutput, m_precision)) in verify()
539 << ", got " << groupOutput << " (" << tcu::Format::Hex<8>(groupOutput) << ")" in verify()
615 …const deUint32 groupOutput = *(const deUint32*)((const deUint8*)groupOutputs + groupNdx*groupStri… in verify() local
624 if ((groupOutput & compareMask) != (expectedValue & compareMask)) in verify()
626 …< ": expected " << tcu::toHex(expectedValue) << ", got " << tcu::toHex(groupOutput) << TestLog::En… in verify()
686 …const deUint32 groupOutput = *(const deUint32*)((const deUint8*)groupOutputs + groupNdx*groupStri… in verify() local
695 if ((groupOutput & compareMask) != (expectedValue & compareMask)) in verify()
697 …< ": expected " << tcu::toHex(expectedValue) << ", got " << tcu::toHex(groupOutput) << TestLog::En… in verify()
759 …const deUint32 groupOutput = *(const deUint32*)((const deUint8*)groupOutputs + groupNdx*groupStri… in verify() local
774 if ((groupOutput & compareMask) != (expected & compareMask)) in verify()
778 << "), got " << tcu::toHex(groupOutput) << TestLog::EndMessage; in verify()
837 const int groupOutput = *(const deInt32*)((const deUint8*)groupOutputs + groupNdx*groupStride); in verify() local
854 …if (!de::inRange(groupOutput, 0, workGroupSize) || usedValues.find(groupOutput) != usedValues.end(… in verify()
856 …age << "ERROR: at group " << groupNdx << ": unexpected final value" << groupOutput << TestLog::End… in verify()
1052 …const int groupOutput = *(const deInt32*)((const deUint8*)resPtr + groupVarInfo.offset + groupNdx… in iterate() local
1069 if (groupOutput != workGroupSize) in iterate()
1071 …at group " << groupNdx << ": expected" << workGroupSize << ", got " << groupOutput << TestLog::End… in iterate()