Searched refs:resVal (Results 1 – 6 of 6) sorted by relevance
327 …const int resVal = *((const int*)((const deUint8*)resPtr + outVarInfo.offset + outVarInfo.arrayStr… in iterate() local329 if (resVal == 0) in iterate()332 …m_testCtx.getLog() << TestLog::Message << "ERROR: isOk[" << ndx << "] = " << resVal << " != true" … in iterate()
1642 const float resVal = *((const float*)res + ndx); in compareComponents() local1644 if (deFloatAbs(resVal - refVal) >= threshold) in compareComponents()1653 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local1655 if ((refVal != 0) != (resVal != 0)) in compareComponents()1666 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local1668 if (refVal != resVal) in compareComponents()
1531 const deUint32 resVal = *((const deUint32*)((const deUint8*)bufMap.getPtr() + uniformOffset)); in iterate() local1533 if (resVal != (deUint32)numValues) in iterate()
526 bool resVal = false;532 resVal = true;535 return resVal;
1146 Formattable& resVal) const in doParse()1151 return NFSubstitution::doParse(text, parsePosition, baseValue, 0, lenientParse, resVal); in doParse()1207 resVal.setDouble(result); in doParse()
842 Formattable& resVal) const in doParse()880 resVal.setLong(0); in doParse()1008 resVal.setDouble(result); in doParse()