Searched refs:groupOutput (Results 1 – 1 of 1) sorted by relevance
285 const int groupOutput = *(const int*)((const deUint8*)groupOutputs + groupNdx*groupStride); in verify() local296 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() local451 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() local533 if (!intEqualsAfterUintCast(maxValue, groupOutput, m_precision)) in verify()539 << ", got " << groupOutput << " (" << tcu::Format::Hex<8>(groupOutput) << ")" in verify()612 …const deUint32 groupOutput = *(const deUint32*)((const deUint8*)groupOutputs + groupNdx*groupStri… in verify() local[all …]