Lines Matching defs:write_mask
83 unsigned write_mask = 0;
97 write_mask |= (((this->write_mask >> i) & 1) << c);
102 this->write_mask = write_mask;
116 if (write_mask & (1 << i))
142 if (mask != this->write_mask)
153 unsigned write_mask)
158 this->write_mask = write_mask;
161 assert(util_bitcount(write_mask) == this->rhs->type->vector_elements);
177 this->write_mask = (1U << rhs->type->vector_elements) - 1;
179 this->write_mask = 1;
181 this->write_mask = 0;