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