Home | History | Annotate | Download | only in functional

Lines Matching refs:isUIntFormatType

142 static inline bool isUIntFormatType (tcu::TextureFormat::ChannelType type)
164 isUIntFormatType(colorBufferFormat.type)))
367 else if (isUIntFormatType(dst.getFormat().type))
1537 else if (isUIntFormatType(m_textureFormat.type) || isSIntFormatType(m_textureFormat.type))
1545 if (isUIntFormatType(m_textureFormat.type))
2263 if ((isUIntFormatType(format.type) || isSIntFormatType(format.type)) &&
2292 if (!isDepthFormat(format) && !isSIntFormatType(format.type) && !isUIntFormatType(format.type))