Home | History | Annotate | Download | only in glsl

Lines Matching refs:write_mask

828 	    const unsigned write_mask = ((1U << rhs_components) - 1)
839 new(ctx) ir_assignment(lhs, rhs, NULL, write_mask);
888 const unsigned write_mask = ((1U << count) - 1) << row_base;
890 return new(mem_ctx) ir_assignment(column_ref, src, NULL, write_mask);
1068 const unsigned write_mask = (1U << last_row) - 1;
1092 new(ctx) ir_assignment(lhs, rhs, NULL, write_mask);