Lines Matching refs:isIntegerFormat
1245 const int isIntegerFormat = isFormatTypeInteger(m_format.type); in iterate() local
1248 DE_ASSERT(!isIntegerFormat || (storeColorScale == 1.0f && storeColorBias == 0.0f)); in iterate()
1256 if (isIntegerFormat) in iterate()
1705 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type); in operator ()() local
1722 if (isIntegerFormat) in operator ()()
1744 DE_ASSERT(isIntegerFormat); in operator ()()
1767 matchFound = isIntegerFormat ? result.i == atomicArgs[i] in operator ()()
1772 …"// Failure: invalid value at pixel " << IVec2(x, y) << ": got " << (isIntegerFormat ? toString(re… in operator ()()
1798 const bool isIntegerFormat (isFormatTypeInteger(resultSlice.getFormat().type)); in operator ()() local
1835 if (isIntegerFormat) in operator ()()
1850 … const bool success = isIntegerFormat ? verifyOperationAccumulationIntermediateValues(m_operation, in operator ()()
1863 … << (isIntegerFormat ? arrayStr(returnValues.i) : arrayStr(returnValues.f)) << TestLog::EndMessage in operator ()()
1866 << (isIntegerFormat ? arrayStr(atomicArgs.i) : arrayStr(atomicArgs.f)) in operator ()()