Lines Matching refs:dstmask
630 char dstmask[8]; in i915_get_instruction_dst() local
635 dstmask[0] = 0; in i915_get_instruction_dst()
639 dstmask[dstmask_index++] = '.'; in i915_get_instruction_dst()
641 dstmask[dstmask_index++] = 'x'; in i915_get_instruction_dst()
643 dstmask[dstmask_index++] = 'y'; in i915_get_instruction_dst()
645 dstmask[dstmask_index++] = 'z'; in i915_get_instruction_dst()
647 dstmask[dstmask_index++] = 'w'; in i915_get_instruction_dst()
648 dstmask[dstmask_index++] = 0; in i915_get_instruction_dst()
656 dstmask[0] = 0; in i915_get_instruction_dst()
664 sprintf(dstname, "R%d%s%s", dst_nr, dstmask, sat); in i915_get_instruction_dst()
669 sprintf(dstname, "oC%s%s", dstmask, sat); in i915_get_instruction_dst()
674 sprintf(dstname, "oD%s%s", dstmask, sat); in i915_get_instruction_dst()
679 sprintf(dstname, "U%d%s%s", dst_nr, dstmask, sat); in i915_get_instruction_dst()