| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_regacc.c | 253 unsigned long i, j = 0, fifo_lines, dwords_extra, bytes_extra; local in function:gfx_mono_bitmap_to_screen_blt_swp 277 bytes_extra = bytes & 0x00000003l; 323 if (bytes_extra) 324 WRITE_GPREG_STRING8(MGP_HST_SOURCE, bytes_extra, shift, i, data,
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_regacc.c | 168 unsigned long i, j = 0, fifo_lines, dwords_extra, bytes_extra; local in function:gfx_mono_bitmap_to_screen_blt_swp 192 bytes_extra = bytes & 0x00000003l; 238 if (bytes_extra) 239 WRITE_GPREG_STRING8(MGP_HST_SOURCE, bytes_extra, shift, i, data,
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | rndr_gu2.c | 929 unsigned long dword_bytes, bytes_extra; local in function:gu2_color_bitmap_to_screen_blt 953 bytes_extra = bytes & 0x3L; 985 if (bytes_extra) { 988 WRITE_FRAME_BUFFER_STRING8(srcoffset, bytes_extra, data, 1094 unsigned long i, j = 0, fifo_lines, dwords_extra, bytes_extra; local in function:gu2_mono_bitmap_to_screen_blt 1118 bytes_extra = bytes & 0x00000003l; 1163 if (bytes_extra) 1164 WRITE_GPREG_STRING8(MGP_HST_SOURCE, bytes_extra, shift, i, data, 1190 unsigned long i, j = 0, fifo_lines, dwords_extra, bytes_extra; local in function:gu2_text_blt 1212 bytes_extra 2043 unsigned long srcoffset, dword_bytes, bytes_extra; local in function:gu22_color_bitmap_to_screen_blt 2131 unsigned long i, j = 0, fifo_lines, dwords_extra, bytes_extra; local in function:gu22_text_blt 2219 unsigned long i, j = 0, fifo_lines, dwords_extra, bytes_extra; local in function:gu22_mono_bitmap_to_screen_blt [all...] |
| H A D | rndr_gu1.c | 1162 unsigned long dword_bytes_needed, bytes_extra; local in function:gu1_color_bitmap_to_screen_blt 1198 bytes_extra = (section << bpp_shift) & 3l; 1222 WRITE_SCRATCH_STRING(dword_bytes_needed, bytes_extra, data, 1273 unsigned long dword_bytes_needed, bytes_extra; local in function:gu1_color_bitmap_to_screen_xblt 1329 bytes_extra = (section << bpp_shift) & 3l; 1353 WRITE_SCRATCH_STRING(dword_bytes_needed, bytes_extra, data, 1399 unsigned long dword_bytes_needed, bytes_extra; local in function:gu1_mono_bitmap_to_screen_blt 1450 bytes_extra = ((section + 7 + (srcx & 7)) >> 3) & 3l; 1474 WRITE_SCRATCH_STRING(dword_bytes_needed, bytes_extra, data, 1510 unsigned long dword_bytes_needed, bytes_extra; local in function:gu1_text_blt [all...] |
| H A D | gfx_defs.h | 256 * bytes_extra - number of non-DWORD aligned bytes 308 * bytes_extra - number of non-DWORD aligned bytes 313 #define WRITE_SCRATCH_STRING(dword_bytes, bytes_extra, array, array_offset) \ 325 j = i + bytes_extra; \
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | rndr_gu2.c | 747 unsigned long dword_bytes, bytes_extra; local in function:gu2_color_bitmap_to_screen_blt 771 bytes_extra = bytes & 0x3L; 803 if (bytes_extra) { 806 WRITE_FRAME_BUFFER_STRING8(srcoffset, bytes_extra, data, 912 unsigned long i, j = 0, fifo_lines, dwords_extra, bytes_extra; local in function:gu2_mono_bitmap_to_screen_blt 936 bytes_extra = bytes & 0x00000003l; 984 if (bytes_extra) 985 WRITE_GPREG_STRING8(MGP_HST_SOURCE, bytes_extra, shift, i, data, 1011 unsigned long i, j = 0, fifo_lines, dwords_extra, bytes_extra; local in function:gu2_text_blt 1033 bytes_extra 1888 unsigned long srcoffset, dword_bytes, bytes_extra; local in function:gu22_color_bitmap_to_screen_blt 1978 unsigned long i, j = 0, fifo_lines, dwords_extra, bytes_extra; local in function:gu22_text_blt 2067 unsigned long i, j = 0, fifo_lines, dwords_extra, bytes_extra; local in function:gu22_mono_bitmap_to_screen_blt [all...] |
| H A D | rndr_gu1.c | 1016 unsigned long dword_bytes_needed, bytes_extra; local in function:gu1_color_bitmap_to_screen_blt 1052 bytes_extra = (section << bpp_shift) & 3l; 1077 WRITE_SCRATCH_STRING(dword_bytes_needed, bytes_extra, data, 1128 unsigned long dword_bytes_needed, bytes_extra; local in function:gu1_color_bitmap_to_screen_xblt 1184 bytes_extra = (section << bpp_shift) & 3l; 1208 WRITE_SCRATCH_STRING(dword_bytes_needed, bytes_extra, data, 1254 unsigned long dword_bytes_needed, bytes_extra; local in function:gu1_mono_bitmap_to_screen_blt 1306 bytes_extra = ((section + 7 + (srcx & 7)) >> 3) & 3l; 1330 WRITE_SCRATCH_STRING(dword_bytes_needed, bytes_extra, data, 1366 unsigned long dword_bytes_needed, bytes_extra; local in function:gu1_text_blt [all...] |
| H A D | gfx_defs.h | 156 * bytes_extra - number of non-DWORD aligned bytes 210 * bytes_extra - number of non-DWORD aligned bytes 216 #define WRITE_SCRATCH_STRING(dword_bytes, bytes_extra, array, array_offset) \ 229 j = i + bytes_extra; \
|