Lines Matching refs:dstmask
627 char dstmask[8]; in i915_get_instruction_dst() local
632 dstmask[0] = 0; in i915_get_instruction_dst()
636 dstmask[dstmask_index++] = '.'; in i915_get_instruction_dst()
638 dstmask[dstmask_index++] = 'x'; in i915_get_instruction_dst()
640 dstmask[dstmask_index++] = 'y'; in i915_get_instruction_dst()
642 dstmask[dstmask_index++] = 'z'; in i915_get_instruction_dst()
644 dstmask[dstmask_index++] = 'w'; in i915_get_instruction_dst()
645 dstmask[dstmask_index++] = 0; in i915_get_instruction_dst()
653 dstmask[0] = 0; in i915_get_instruction_dst()
661 sprintf(dstname, "R%d%s%s", dst_nr, dstmask, sat); in i915_get_instruction_dst()
666 sprintf(dstname, "oC%s%s", dstmask, sat); in i915_get_instruction_dst()
671 sprintf(dstname, "oD%s%s", dstmask, sat); in i915_get_instruction_dst()
676 sprintf(dstname, "U%d%s%s", dst_nr, dstmask, sat); in i915_get_instruction_dst()