Home | History | Annotate | Download | only in gfx

Lines Matching refs:array_offset

158  *    array_offset -   	offset into the array from which to pull the first 
162 #define WRITE_SCRATCH_STRING(dwords, bytes, array, array_offset) \
166 _asm { add esi, array_offset } \
184 * array_offset - offset into the array from which to pull the first
188 #define WRITE_FRAME_BUFFER_STRING32(fboffset, bytes, array, array_offset) \
196 _asm { add esi, array_offset } \
212 * array_offset - offset into the array from which to pull the first
216 #define WRITE_SCRATCH_STRING(dword_bytes, bytes_extra, array, array_offset) \
219 unsigned long aroffset = (unsigned long)array + (array_offset); \
247 * array_offset - offset into the array from which to pull the first
251 #define WRITE_FRAME_BUFFER_STRING32(fboffset, bytes, array, array_offset) \
254 unsigned long aroffset = (unsigned long)array + (array_offset); \
270 * array_offset - offset into the array from which to pull the first
274 #define WRITE_FRAME_BUFFER_STRING8(fboffset, bytes, array, array_offset) \
277 unsigned long aroffset = (unsigned long)array + (array_offset); \
293 * array_offset - offset into the array from which to pull the first
301 array_offset, temp) \
303 temp = (unsigned long)array + (array_offset); \
324 * array_offset - offset into the array from which to pull the first
334 array_offset, temp1, temp2) \
337 temp1 = (unsigned long)array + (array_offset); \