Home | History | Annotate | Download | only in gfx

Lines Matching refs:array_offset

258  *    array_offset -   offset into the array from which to pull the first character.
261 #define WRITE_SCRATCH_STRING(dwords, bytes, array, array_offset) \
265 _asm { add esi, array_offset } \
283 * array_offset - offset into the array from which to pull the first character.
286 #define WRITE_FRAME_BUFFER_STRING32(fboffset, bytes, array, array_offset) \
294 _asm { add esi, array_offset } \
310 * array_offset - offset into the array from which to pull the first character.
313 #define WRITE_SCRATCH_STRING(dword_bytes, bytes_extra, array, array_offset) \
316 unsigned long aroffset = (unsigned long)array + (array_offset); \
343 * array_offset - offset into the array from which to pull the first character.
346 #define WRITE_FRAME_BUFFER_STRING32(fboffset, bytes, array, array_offset) \
349 unsigned long aroffset = (unsigned long)array + (array_offset); \
365 * array_offset - offset into the array from which to pull the first character.
368 #define WRITE_FRAME_BUFFER_STRING8(fboffset, bytes, array, array_offset) \
371 unsigned long aroffset = (unsigned long)array + (array_offset); \
387 * array_offset - offset into the array from which to pull the first character.
392 #define WRITE_GPREG_STRING32(regoffset, dwords, counter, array, array_offset, temp) \
394 temp = (unsigned long)array + (array_offset); \
413 * array_offset - offset into the array from which to pull the first character.
419 #define WRITE_GPREG_STRING8(regoffset, bytes, shift, counter, array, array_offset, temp1, temp2) \
423 temp1 = (unsigned long)array + (array_offset); \