Home | History | Annotate | Download | only in i915

Lines Matching refs:write_mask

75                              unsigned write_mask)
77 if ( write_mask & TGSI_WRITEMASK_X && r->Register.SwizzleX != TGSI_SWIZZLE_X)
79 if ( write_mask & TGSI_WRITEMASK_Y && r->Register.SwizzleY != TGSI_SWIZZLE_Y)
81 if ( write_mask & TGSI_WRITEMASK_Z && r->Register.SwizzleZ != TGSI_SWIZZLE_Z)
83 if ( write_mask & TGSI_WRITEMASK_W && r->Register.SwizzleW != TGSI_SWIZZLE_W)
124 unsigned write_mask,
127 if ( write_mask & TGSI_WRITEMASK_X )
132 if ( write_mask & TGSI_WRITEMASK_Y )
137 if ( write_mask & TGSI_WRITEMASK_Z )
142 if ( write_mask & TGSI_WRITEMASK_W )