Home | History | Annotate | Download | only in functional

Lines Matching refs:isSIntFormatType

135 static inline bool isSIntFormatType (tcu::TextureFormat::ChannelType type)
163 (isSIntFormatType(colorBufferFormat.type) ||
167 const bool isSigned = isSIntFormatType(colorBufferFormat.type);
369 else if (isSIntFormatType(dst.getFormat().type))
1537 else if (isUIntFormatType(m_textureFormat.type) || isSIntFormatType(m_textureFormat.type))
1547 else if (isSIntFormatType(m_textureFormat.type))
2263 if ((isUIntFormatType(format.type) || isSIntFormatType(format.type)) &&
2292 if (!isDepthFormat(format) && !isSIntFormatType(format.type) && !isUIntFormatType(format.type))