Lines Matching defs:mask
134 unsigned mask, unsigned saturate)
142 reg_dst(&new_inst.Dst[0], dst, mask);
1026 * MOV_SAT tmpA.<mask>, tmpA ; <mask> is the clamped s/t/r coords
1039 /* mask is clamped coords, pmask is all coords (for projection): */
1040 unsigned mask = 0, pmask = 0, smask;
1070 mask |= TGSI_WRITEMASK_Z;
1081 mask |= TGSI_WRITEMASK_Y;
1090 mask |= TGSI_WRITEMASK_X;
1106 if (!mask && !lower_txp)
1128 /* MUL tmpA.mask, tmpA, tmpB.xxxx */
1141 /* MOV_SAT tmpA.<mask>, tmpA */
1142 if (mask) {
1143 create_mov(tctx, &ctx->tmp[A].dst, &ctx->tmp[A].src, mask, 1);