Lines Matching defs:ut
1517 struct ureg ut = get_temp(p);
1520 emit_op1(p, OPCODE_ABS, ut, WRITEMASK_Y, swizzle1(eye, Z));
1522 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y),
1524 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y),
1525 ut, swizzle1(state_attenuation, X));
1528 emit_op1(p, OPCODE_RSQ, ut, WRITEMASK_X, ut );
1532 emit_op2(p, OPCODE_MUL, out, WRITEMASK_X, ut, state_size);
1537 emit_op2(p, OPCODE_MUL, ut, WRITEMASK_X, ut, state_size);
1538 emit_op2(p, OPCODE_MAX, ut, WRITEMASK_X, ut, swizzle1(state_size, Y));
1539 emit_op2(p, OPCODE_MIN, out, WRITEMASK_X, ut, swizzle1(state_size, Z));
1542 release_temp(p, ut);