Lines Matching refs:isIntegerFormat
1252 const int isIntegerFormat = isFormatTypeInteger(m_format.type); in iterate() local
1255 DE_ASSERT(!isIntegerFormat || (storeColorScale == 1.0f && storeColorBias == 0.0f)); in iterate()
1263 if (isIntegerFormat) in iterate()
1712 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type); in operator ()() local
1729 if (isIntegerFormat) in operator ()()
1751 DE_ASSERT(isIntegerFormat); in operator ()()
1774 matchFound = isIntegerFormat ? result.i == atomicArgs[i] in operator ()()
1779 …"// Failure: invalid value at pixel " << IVec2(x, y) << ": got " << (isIntegerFormat ? toString(re… in operator ()()
1805 const bool isIntegerFormat (isFormatTypeInteger(resultSlice.getFormat().type)); in operator ()() local
1842 if (isIntegerFormat) in operator ()()
1857 … const bool success = isIntegerFormat ? verifyOperationAccumulationIntermediateValues(m_operation, in operator ()()
1870 … << (isIntegerFormat ? arrayStr(returnValues.i) : arrayStr(returnValues.f)) << TestLog::EndMessage in operator ()()
1873 << (isIntegerFormat ? arrayStr(atomicArgs.i) : arrayStr(atomicArgs.f)) in operator ()()