Lines Matching defs:mask
1569 /* Turn it into an IFF, which means no mask stack operations for
1834 * push the mask, and a WHILE to jump back, and BREAK to get out and
1835 * pop the mask.
1837 * For gfx6, there's no more mask stack, so no need for DO. WHILE
3169 const unsigned mask = align1 ? WRITEMASK_XYZW : WRITEMASK_X;
3171 brw_send_indirect_surface_message(p, sfid, brw_writemask(dst, mask),
3219 const unsigned mask = !has_simd4x2 && !align1 ? WRITEMASK_X : WRITEMASK_XYZW;
3221 brw_send_indirect_surface_message(p, sfid, brw_writemask(brw_null_reg(), mask),
3397 * mask in f1.0. We could use a single 32-wide move here if it
3633 unsigned mode, unsigned mask)
3647 brw_imm_ud(~mask));