Home
last modified time | relevance | path

Searched refs:groupOutput (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp285 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
[all …]