Home
last modified time | relevance | path

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

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