Home | History | Annotate | Download | only in Shader

Lines Matching refs:convertSigned12

359 			convertSigned12(oC, current);
1272 Float4 PixelPipeline::convertSigned12(Short4 &cs)
1277 void PixelPipeline::convertSigned12(Vector4f &cf, Vector4s &cs)
1279 cf.x = convertSigned12(cs.x);
1280 cf.y = convertSigned12(cs.y);
1281 cf.z = convertSigned12(cs.z);
1282 cf.w = convertSigned12(cs.w);