Lines Matching defs:dest
572 struct ureg dest,
616 emit_dst( &inst->DstReg, dest, mask );
650 struct ureg dest,
654 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_X, src, mat[0]);
655 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Y, src, mat[1]);
656 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Z, src, mat[2]);
657 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_W, src, mat[3]);
666 struct ureg dest,
672 if (dest.file != PROGRAM_TEMPORARY)
675 tmp = dest;
680 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp);
682 if (dest.file != PROGRAM_TEMPORARY)
688 struct ureg dest,
692 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_X, src, mat[0]);
693 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Y, src, mat[1]);
694 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Z, src, mat[2]);
699 struct ureg dest,
705 emit_op2(p, OPCODE_MUL, dest, 0, src, swizzle1(tmp, X));
1424 struct ureg dest,
1436 emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat);
1443 struct ureg dest,
1477 emit_op3(p, OPCODE_MAD, dest, writemask, r, inv_m, half);