Lines Matching refs:UNORM_INT8
270 case TextureFormat::UNORM_INT8: return 1; in getChannelSize()
334 case TextureFormat::UNORM_INT8: return (float)*((const deUint8*)value) / 255.0f; in channelToFloat()
364 case TextureFormat::UNORM_INT8: return (int)*((const deUint8*)value); in channelToInt()
394 …case TextureFormat::UNORM_INT8: *((deUint8*)dst) = convertSatRte<deUint8> (src * 255.0f); bre… in floatToChannel()
450 case TextureFormat::UNORM_INT8: *((deUint8*)dst) = convertSat<deUint8> (src); break; in intToChannel()
588 case TextureFormat::UNORM_INT8: in isValid()
932 if (m_format.type == TextureFormat::UNORM_INT8) in getPixel()
1032 if (m_format.type == TextureFormat::UNORM_INT8) in getPixelInt()
1198 if (m_format.type == TextureFormat::UNORM_INT8) in setPixel()
1348 if (m_format.type == TextureFormat::UNORM_INT8) in setPixel()
1621 if (format.type == TextureFormat::UNORM_INT8 && format.order == TextureFormat::sRGB) in lookup()
1623 else if (format.type == TextureFormat::UNORM_INT8 && format.order == TextureFormat::sRGBA) in lookup()