Home
last modified time | relevance | path

Searched refs:dstmask_index (Results 1 – 1 of 1) sorted by relevance

/external/libdrm/intel/
Dintel_decode.c634 int dstmask_index = 0; in i915_get_instruction_dst() local
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()