Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp327 …const int resVal = *((const int*)((const deUint8*)resPtr + outVarInfo.offset + outVarInfo.arrayStr… in iterate() local
329 if (resVal == 0) in iterate()
332 …m_testCtx.getLog() << TestLog::Message << "ERROR: isOk[" << ndx << "] = " << resVal << " != true" … in iterate()
Des31fSSBOLayoutCase.cpp1642 const float resVal = *((const float*)res + ndx); in compareComponents() local
1644 if (deFloatAbs(resVal - refVal) >= threshold) in compareComponents()
1653 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local
1655 if ((refVal != 0) != (resVal != 0)) in compareComponents()
1666 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local
1668 if (refVal != resVal) in compareComponents()
Des31fBasicComputeShaderTests.cpp1531 const deUint32 resVal = *((const deUint32*)((const deUint8*)bufMap.getPtr() + uniformOffset)); in iterate() local
1533 if (resVal != (deUint32)numValues) in iterate()
/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h526 bool resVal = false;
532 resVal = true;
535 return resVal;
/external/icu/icu4c/source/i18n/
Dnfsubs.cpp1146 Formattable& resVal) const in doParse()
1151 return NFSubstitution::doParse(text, parsePosition, baseValue, 0, lenientParse, resVal); in doParse()
1207 resVal.setDouble(result); in doParse()
Dnfrule.cpp842 Formattable& resVal) const in doParse()
880 resVal.setLong(0); in doParse()
1008 resVal.setDouble(result); in doParse()