Lines Matching refs:groupNdx

282 		for (int groupNdx = 0; groupNdx < numWorkGroups; groupNdx++)  in verify()  local
284 const int groupOffset = groupNdx*workGroupSize; in verify()
285 const int groupOutput = *(const deInt32*)((const deUint8*)groupOutputs + groupNdx*groupStride); in verify()
298 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected sum " << v… in verify()
309 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ", invocation " << loc… in verify()
318 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ", invocation " << loc… in verify()
331 …essage << "ERROR: could not find maximum expected value from group " << groupNdx << TestLog::EndMe… in verify()
337 …estLog::Message << "ERROR: could not find initial value from group " << groupNdx << TestLog::EndMe… in verify()
436 for (int groupNdx = 0; groupNdx < numWorkGroups; groupNdx++) in verify() local
438 const int groupOffset = groupNdx*workGroupSize; in verify()
439 …const deUint32 groupOutput = *(const deUint32*)((const deUint8*)groupOutputs + groupNdx*groupStri… in verify()
455 << "ERROR: at group " << groupNdx in verify()
469 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ", invocation " << loc… in verify()
481 …estLog::Message << "ERROR: could not find initial value from group " << groupNdx << TestLog::EndMe… in verify()
518 for (int groupNdx = 0; groupNdx < numWorkGroups; groupNdx++) in verify() local
520 const int groupOffset = groupNdx*workGroupSize; in verify()
521 …const deUint32 groupOutput = *(const deUint32*)((const deUint8*)groupOutputs + groupNdx*groupStri… in verify()
537 << "ERROR: at group " << groupNdx in verify()
551 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ", invocation " << loc… in verify()
563 …estLog::Message << "ERROR: could not find initial value from group " << groupNdx << TestLog::EndMe… in verify()
594 for (int groupNdx = 0; groupNdx < numWorkGroups; groupNdx++) in getInputs() local
596 const int groupOffset = groupNdx*workGroupSize; in getInputs()
612 for (int groupNdx = 0; groupNdx < numWorkGroups; groupNdx++) in verify() local
614 const int groupOffset = groupNdx*workGroupSize; in verify()
615 …const deUint32 groupOutput = *(const deUint32*)((const deUint8*)groupOutputs + groupNdx*groupStri… in verify()
626 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::… in verify()
636 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ", invocation " << loc… in verify()
666 for (int groupNdx = 0; groupNdx < numWorkGroups; groupNdx++) in getInputs() local
668 const int groupOffset = groupNdx*workGroupSize; in getInputs()
683 for (int groupNdx = 0; groupNdx < numWorkGroups; groupNdx++) in verify() local
685 const int groupOffset = groupNdx*workGroupSize; in verify()
686 …const deUint32 groupOutput = *(const deUint32*)((const deUint8*)groupOutputs + groupNdx*groupStri… in verify()
697 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::… in verify()
707 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ", invocation " << loc… in verify()
735 for (int groupNdx = 0; groupNdx < numWorkGroups; groupNdx++) in getInputs() local
737 const int groupOffset = groupNdx*workGroupSize; in getInputs()
756 for (int groupNdx = 0; groupNdx < numWorkGroups; groupNdx++) in verify() local
758 const int groupOffset = groupNdx*workGroupSize; in verify()
759 …const deUint32 groupOutput = *(const deUint32*)((const deUint8*)groupOutputs + groupNdx*groupStri… in verify()
776 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::… in verify()
791 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ", invocation " << loc… in verify()
818 for (int groupNdx = 0; groupNdx < numWorkGroups; groupNdx++) in getInputs() local
820 const int groupOffset = groupNdx*workGroupSize; in getInputs()
834 for (int groupNdx = 0; groupNdx < numWorkGroups; groupNdx++) in verify() local
836 const int groupOffset = groupNdx*workGroupSize; in verify()
837 const int groupOutput = *(const deInt32*)((const deUint8*)groupOutputs + groupNdx*groupStride); in verify()
846 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ", invocation " << loc… in verify()
856 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": unexpected final va… in verify()
1049 for (int groupNdx = 0; groupNdx < numWorkGroups; groupNdx++) in iterate() local
1051 const int groupOffset = groupNdx*workGroupSize; in iterate()
1052 …put = *(const deInt32*)((const deUint8*)resPtr + groupVarInfo.offset + groupNdx*groupVarInfo.arra… in iterate()
1061 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ", invocation " << loc… in iterate()
1071 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected" << workGr… in iterate()