Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp119 static inline bool isSIntFormatType (tcu::TextureFormat::ChannelType type) in isSIntFormatType() function
147 (isSIntFormatType(colorBufferFormat.type) || in getPixels()
151 const bool isSigned = isSIntFormatType(colorBufferFormat.type); in getPixels()
353 else if (isSIntFormatType(dst.getFormat().type)) in swizzlePixels()
1517 else if (isUIntFormatType(m_textureFormat.type) || isSIntFormatType(m_textureFormat.type)) in verify()
1527 else if (isSIntFormatType(m_textureFormat.type)) in verify()
2243 if ((isUIntFormatType(format.type) || isSIntFormatType(format.type)) && in init()
2272 … if (!isDepthFormat(format) && !isSIntFormatType(format.type) && !isUIntFormatType(format.type)) in init()