Home | History | Annotate | Download | only in i915

Lines Matching defs:writemask

322  * Compute flags for saturation and writemask.
327 const uint writeMask
328 = inst->Dst[0].Register.WriteMask;
334 if (writeMask & TGSI_WRITEMASK_X)
336 if (writeMask & TGSI_WRITEMASK_Y)
338 if (writeMask & TGSI_WRITEMASK_Z)
340 if (writeMask & TGSI_WRITEMASK_W)
497 uint writemask;
672 A0_DEST_CHANNEL_ALL, /* dest writemask */
687 A0_DEST_CHANNEL_ALL, /* dest writemask */
865 writemask = inst->Dst[0].Register.WriteMask;
867 if (writemask & TGSI_WRITEMASK_Y) {
870 if (writemask & TGSI_WRITEMASK_X)
889 if (writemask & TGSI_WRITEMASK_X) {