Home | History | Annotate | Download | only in glsl

Lines Matching refs:write_mask

87       unsigned write_mask = 0;
101 write_mask |= (((this->write_mask >> i) & 1) << c);
105 this->write_mask = write_mask;
119 if (write_mask & (1 << i))
144 if (mask != this->write_mask)
155 ir_rvalue *condition, unsigned write_mask)
161 this->write_mask = write_mask;
166 if (write_mask & (1 << i))
189 this->write_mask = (1U << rhs->type->vector_elements) - 1;
191 this->write_mask = 1;
193 this->write_mask = 0;