Home | History | Annotate | Download | only in common

Lines Matching refs:SNORM_INT32

217 		case TextureFormat::SNORM_INT32:		return 4;
267 case TextureFormat::SNORM_INT32: return de::max(-1.0f, (float)*((const deInt32*)value) / 2147483647.0f);
291 case TextureFormat::SNORM_INT32: return (int)*((const deInt32*)value);
315 case TextureFormat::SNORM_INT32: *((deInt32*)dst) = convertSatRte<deInt32> (src * 2147483647.0f); break;
504 case SNORM_INT32: channelSize = 4; break;