Home | History | Annotate | Download | only in i965

Lines Matching refs:writemask

213                brw_imm_ud(dst.writemask << first_component), indirect_offset);
222 /* Read into a temporary and copy with a swizzle and writemask. */
231 unsigned writemask,
235 if (writemask == 0)
242 brw_imm_ud(writemask), indirect_offset);
283 * honoring the writemask
302 dst.writemask = brw_writemask_for_size(instr->num_components);
306 dst.writemask = brw_writemask_for_size(instr->num_components);
321 dst.writemask = brw_writemask_for_size(instr->num_components);
348 * need to fix the writemask in each 32-bit message to account for it.