Home
last modified time | relevance | path

Searched refs:isIntegerFormat (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fInternalFormatQueryTests.cpp176 bool isIntegerFormat; in init() member
231 ….c_str(), "SAMPLES and NUM_SAMPLE_COUNTS", internalFormat.format, internalFormat.isIntegerFormat)); in init()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1232 const int isIntegerFormat = isFormatTypeInteger(m_format.type); in iterate() local
1235 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 ()() local
1708 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 ()() local
1821 if (isIntegerFormat) in operator ()()
[all …]