Lines Matching refs:isIntegerFormat
1279 const int isIntegerFormat = isFormatTypeInteger(m_format.type);
1282 DE_ASSERT(!isIntegerFormat || (storeColorScale == 1.0f && storeColorBias == 0.0f));
1290 if (isIntegerFormat)
1737 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type);
1754 if (isIntegerFormat)
1776 DE_ASSERT(isIntegerFormat);
1799 matchFound = isIntegerFormat ? result.i == atomicArgs[i]
1804 log << TestLog::Message << "// Failure: invalid value at pixel " << IVec2(x, y) << ": got " << (isIntegerFormat ? toString(result.i) : toString(result.f)) << TestLog::EndMessage
1844 const bool isIntegerFormat (isFormatTypeInteger(resultSlice.getFormat().type));
1860 if (isIntegerFormat)