Home | History | Annotate | Download | only in common

Lines Matching refs:UNORM_INT8

218 		case TextureFormat::UNORM_INT8:			return 1;
268 case TextureFormat::UNORM_INT8: return (float)*((const deUint8*)value) / 255.0f;
292 case TextureFormat::UNORM_INT8: return (int)*((const deUint8*)value);
316 case TextureFormat::UNORM_INT8: *((deUint8*)dst) = convertSatRte<deUint8> (src * 255.0f); break;
352 case TextureFormat::UNORM_INT8: *((deUint8*)dst) = convertSat<deUint8> (src); break;
505 case UNORM_INT8: channelSize = 1; break;
594 if (m_format.type == TextureFormat::UNORM_INT8)
683 if (m_format.type == TextureFormat::UNORM_INT8)
851 if (m_format.type == TextureFormat::UNORM_INT8)
950 if (m_format.type == TextureFormat::UNORM_INT8)
3611 case TextureFormat::UNORM_INT8: return str << "UNORM_INT8";