Lines Matching refs:dstmask
631 char dstmask[8]; in i915_get_instruction_dst() local
636 dstmask[0] = 0; in i915_get_instruction_dst()
640 dstmask[dstmask_index++] = '.'; in i915_get_instruction_dst()
642 dstmask[dstmask_index++] = 'x'; in i915_get_instruction_dst()
644 dstmask[dstmask_index++] = 'y'; in i915_get_instruction_dst()
646 dstmask[dstmask_index++] = 'z'; in i915_get_instruction_dst()
648 dstmask[dstmask_index++] = 'w'; in i915_get_instruction_dst()
649 dstmask[dstmask_index++] = 0; in i915_get_instruction_dst()
657 dstmask[0] = 0; in i915_get_instruction_dst()
665 sprintf(dstname, "R%d%s%s", dst_nr, dstmask, sat); in i915_get_instruction_dst()
670 sprintf(dstname, "oC%s%s", dstmask, sat); in i915_get_instruction_dst()
675 sprintf(dstname, "oD%s%s", dstmask, sat); in i915_get_instruction_dst()
680 sprintf(dstname, "U%d%s%s", dst_nr, dstmask, sat); in i915_get_instruction_dst()