Searched refs:isIntegerFormat (Results 1 – 2 of 2) sorted by relevance
176 bool isIntegerFormat; in init() member231 ….c_str(), "SAMPLES and NUM_SAMPLE_COUNTS", internalFormat.format, internalFormat.isIntegerFormat)); in init()
1232 const int isIntegerFormat = isFormatTypeInteger(m_format.type); in iterate() local1235 DE_ASSERT(!isIntegerFormat || (storeColorScale == 1.0f && storeColorBias == 0.0f)); in iterate()1243 if (isIntegerFormat) in iterate()1691 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type); in operator ()() local1708 if (isIntegerFormat) in operator ()()1730 DE_ASSERT(isIntegerFormat); in operator ()()1753 matchFound = isIntegerFormat ? result.i == atomicArgs[i] in operator ()()1758 …"// Failure: invalid value at pixel " << IVec2(x, y) << ": got " << (isIntegerFormat ? toString(re… in operator ()()1784 const bool isIntegerFormat (isFormatTypeInteger(resultSlice.getFormat().type)); in operator ()() local1821 if (isIntegerFormat) in operator ()()[all …]