Home | History | Annotate | Download | only in Shader

Lines Matching refs:Abs

177 			case Shader::OPCODE_ABS:        abs(d, s0);                     break;
775 mod.x = Abs(x);
776 mod.y = Abs(y);
777 mod.z = Abs(z);
778 mod.w = Abs(w);
781 mod.x = -Abs(x);
782 mod.y = -Abs(y);
783 mod.z = -Abs(z);
784 mod.w = -Abs(w);