Home | History | Annotate | Download | only in common

Lines Matching refs:UNORM_INT32

220 		case TextureFormat::UNORM_INT32:		return 4;
270 case TextureFormat::UNORM_INT32: return (float)*((const deUint32*)value) / 4294967295.0f;
294 case TextureFormat::UNORM_INT32: return (int)*((const deUint32*)value);
318 case TextureFormat::UNORM_INT32: *((deUint32*)dst) = convertSatRte<deUint32> (src * 4294967295.0f); break;
507 case UNORM_INT32: channelSize = 4; break;