Lines Matching refs:isIntegerFormat
1244 const int isIntegerFormat = isFormatTypeInteger(m_format.type);
1247 DE_ASSERT(!isIntegerFormat || (storeColorScale == 1.0f && storeColorBias == 0.0f));
1255 if (isIntegerFormat)
1704 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type);
1721 if (isIntegerFormat)
1743 DE_ASSERT(isIntegerFormat);
1766 matchFound = isIntegerFormat ? result.i == atomicArgs[i]
1771 log << TestLog::Message << "// Failure: invalid value at pixel " << IVec2(x, y) << ": got " << (isIntegerFormat ? toString(result.i) : toString(result.f)) << TestLog::EndMessage
1797 const bool isIntegerFormat (isFormatTypeInteger(resultSlice.getFormat().type));
1834 if (isIntegerFormat)
1849 const bool success = isIntegerFormat ? verifyOperationAccumulationIntermediateValues(m_operation,
1862 << (isIntegerFormat ? arrayStr(returnValues.i) : arrayStr(returnValues.f)) << TestLog::EndMessage
1865 << (isIntegerFormat ? arrayStr(atomicArgs.i) : arrayStr(atomicArgs.f))