Home | History | Annotate | Download | only in Shader

Lines Matching refs:RoundInt

127 		Int4 i = RoundInt(x0 - Float4(0.5f));
568 dst.x = As<Float4>(RoundInt(src.x));
569 dst.y = As<Float4>(RoundInt(src.y));
570 dst.z = As<Float4>(RoundInt(src.z));
571 dst.w = As<Float4>(RoundInt(src.w));