Searched refs:UNORM_INT32 (Results 1 – 10 of 10) sorted by relevance
175 case TextureFormat::UNORM_INT32: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()369 case TextureFormat::UNORM_INT32: in getFloatChannelValueRange()531 case TextureFormat::UNORM_INT32: return IVec4(32); in getChannelBitDepth()600 case TextureFormat::UNORM_INT32: in getChannelMantissaBitDepth()
287 case TextureFormat::UNORM_INT32: return (float)*((const deUint32*)value) / 4294967295.0f; in channelToFloat()319 case TextureFormat::UNORM_INT32: return (int)*((const deUint32*)value); in channelToInt()351 …case TextureFormat::UNORM_INT32: *((deUint32*)dst) = convertSatRte<deUint32> (src * 4294967295.0… in floatToChannel()577 case TextureFormat::UNORM_INT32: in isValid()696 case TextureFormat::UNORM_INT32: return 4; in getChannelSize()
80 UNORM_INT32, enumerator
1507 if (m_format.type != TextureFormat::UNORM_INT32 && m_format.type != TextureFormat::SNORM_INT32) in iterate()
849 case TextureFormat::UNORM_INT32: in getFormatThreshold()
407 …case GL_UNSIGNED_INT: return normalized ? TextureFormat::UNORM_INT32 : TextureFormat::UNSIGNED… in mapGLChannelType()
1984 TextureFormat::UNORM_INT32, // unorm in getChannelAccessFormat()
116 type == tcu::TextureFormat::UNORM_INT32; in isUnormFormatType()
158 type == TextureFormat::UNORM_INT32; in isFormatTypeUnorm()
197 type == tcu::TextureFormat::UNORM_INT32; in isUnormFormatType()