Lines Matching refs:negate
80 this->negate = 0;
89 this->negate = 0;
98 int negate; /**< NEGATE_XYZW mask from mesa */
138 this->negate = 0;
653 src.negate = 0;
902 b.negate = ~b.negate;
982 bool negate[4] = { false };
1003 negate[i] = true;
1027 negate[i] = true;
1069 src.negate = ((unsigned(negate[0]) << 0)
1070 | (unsigned(negate[1]) << 1)
1071 | (unsigned(negate[2]) << 2)
1072 | (unsigned(negate[3]) << 3));
1168 op[0].negate = ~op[0].negate;
1172 op[0].negate = ~op[0].negate;
1279 sge_src.negate = ~sge_src.negate;
1308 slt_src.negate = ~slt_src.negate;
1336 slt_src.negate = ~slt_src.negate;
1363 slt_src.negate = ~slt_src.negate;
1386 op[0].negate = ~op[0].negate;
1420 op[0].negate = ~op[0].negate;
1422 result_src.negate = ~result_src.negate;
1696 bool negate = true;
1728 negate = zero_on_left;
1733 negate = !zero_on_left;
1738 negate = !zero_on_left;
1743 negate = zero_on_left;
1763 if (negate)
1764 this->result.negate = ~this->result.negate;
2166 this->result.negate = ~this->result.negate;
2239 mesa_reg.Negate = reg.negate;
2727 !inst->src[0].negate) {