Home | History | Annotate | Download | only in functional

Lines Matching defs:in3

912 				const deInt8	in3		= (deInt8)(deUint8)(inputs[valNdx] >> 24);
916 const float ref3 = de::clamp(float(in3) / 127.f, -1.0f, 1.0f);
1121 const deUint8 in3 = (deUint8)(inputs[valNdx] >> 24);
1125 const float ref3 = de::clamp(float(in3) / 255.f, 0.0f, 1.0f);