Searched refs:SNORM_INT32 (Results 1 – 8 of 8) sorted by relevance
171 case TextureFormat::SNORM_INT32: return TEXTURECHANNELCLASS_SIGNED_FIXED_POINT; in getTextureChannelClass()362 case TextureFormat::SNORM_INT32: in getFloatChannelValueRange()527 case TextureFormat::SNORM_INT32: return IVec4(32); in getChannelBitDepth()596 case TextureFormat::SNORM_INT32: in getChannelMantissaBitDepth()
283 …case TextureFormat::SNORM_INT32: return de::max(-1.0f, (float)*((const deInt32*)value) / 21474836… in channelToFloat()315 case TextureFormat::SNORM_INT32: return (int)*((const deInt32*)value); in channelToInt()347 …case TextureFormat::SNORM_INT32: *((deInt32*)dst) = convertSatRte<deInt32> (src * 2147483647.0f)… in floatToChannel()571 case TextureFormat::SNORM_INT32: in isValid()692 case TextureFormat::SNORM_INT32: return 4; in getChannelSize()
76 SNORM_INT32, enumerator
1507 if (m_format.type != TextureFormat::UNORM_INT32 && m_format.type != TextureFormat::SNORM_INT32) in iterate()
850 case TextureFormat::SNORM_INT32: in getFormatThreshold()
408 case GL_INT: return normalized ? TextureFormat::SNORM_INT32 : TextureFormat::SIGNED_INT32; in mapGLChannelType()
1983 TextureFormat::SNORM_INT32, // snorm in getChannelAccessFormat()
165 type == TextureFormat::SNORM_INT32; in isFormatTypeSnorm()