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

/external/deqp/modules/gles31/functional/
H A Des31fShaderAtomicOpTests.cpp285 const int groupOutput = *(const int*)((const deUint8*)groupOutputs + groupNdx*groupStride); local
296 if (groupOutput != valueSum)
298 m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected sum " << valueSum << ", got " << groupOutput << TestLog::EndMessage;
439 const deUint32 groupOutput = *(const deUint32*)((const deUint8*)groupOutputs + groupNdx*groupStride);
451 if (!intEqualsAfterUintCast(minValue, groupOutput, m_precision))
457 << ", got " << groupOutput << " (" << tcu::Format::Hex<8>(groupOutput) << ")"
521 const deUint32 groupOutput = *(const deUint32*)((const deUint8*)groupOutputs + groupNdx*groupStride);
533 if (!intEqualsAfterUintCast(maxValue, groupOutput, m_precision))
539 << ", got " << groupOutput << " (" << tc
[all...]

Completed in 96 milliseconds