Lines Matching refs:getTextureChannelClass

124 	switch (tcu::getTextureChannelClass(format.type))  in getReadPixelFormat()
147 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POIN… in getFixedPointFormatThreshold()
148 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_… in getFixedPointFormatThreshold()
150 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGE… in getFixedPointFormatThreshold()
151 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_IN… in getFixedPointFormatThreshold()
153 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTE… in getFixedPointFormatThreshold()
154 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_… in getFixedPointFormatThreshold()
190 switch (tcu::getTextureChannelClass(format.type)) in getColorOutputType()
375 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genShaderSources()
425 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genAttachementTexture()
451 switch (tcu::getTextureChannelClass(format.type)) in verifyRenderbuffer()
503 switch (tcu::getTextureChannelClass(m_texFmt.type)) in genUniformColor()
596 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genReferenceTexture()