Lines Matching refs:getTextureChannelClass
162 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType) in getTextureChannelClass() function
477 DE_ASSERT(getTextureChannelClass(format.type) == TEXTURECHANNELCLASS_SIGNED_INTEGER); in getFormatMinIntValue()
493 DE_ASSERT(getTextureChannelClass(format.type) == TEXTURECHANNELCLASS_SIGNED_INTEGER); in getFormatMaxIntValue()
518 DE_ASSERT(getTextureChannelClass(format.type) == TEXTURECHANNELCLASS_UNSIGNED_INTEGER); in getFormatMaxUintValue()
1199 TextureChannelClass srcClass = getTextureChannelClass(src.getFormat().type); in copy()
1200 TextureChannelClass dstClass = getTextureChannelClass(dst.getFormat().type); in copy()
1251 switch (getTextureChannelClass(format.type)) in estimatePixelValueRange()
1717 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorFloat()
1753 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorInt()
1782 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorUint()
1811 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in sampleTextureBorder()