Home | History | Annotate | Download | only in r600

Lines Matching refs:write_mask

828 		ctx->shader->output[i].write_mask = d->Declaration.UsageMask;
2550 unsigned write_mask = inst->Dst[0].Register.WriteMask;
2602 if (!(write_mask & (1<<i)))
3415 unsigned write_mask = inst->Dst[0].Register.WriteMask;
3416 int last_inst = tgsi_last_instruction(write_mask);
3419 if (!(write_mask & (1<<i)))
3438 if (!(write_mask & (1<<i)))
3464 unsigned write_mask = inst->Dst[0].Register.WriteMask;
3465 int last_inst = tgsi_last_instruction(write_mask);
3469 if (!(write_mask & (1<<i)))
3491 if (!(write_mask & (1<<i)))
3520 unsigned write_mask = inst->Dst[0].Register.WriteMask;
3521 int last_inst = tgsi_last_instruction(write_mask);
3525 if (!(write_mask & (1<<i)))
3549 if (!(write_mask & (1<<i)))