/src/sys/arch/usermode/include/ |
thunk.h | 225 uint8_t pixel[4]; member in struct:__anondca92e2e0708
|
thunk.h | 225 uint8_t pixel[4]; member in struct:__anondca92e2e0708
|
/src/sys/dev/ic/ |
ct65550.c | 602 uint32_t bg, latch = 0, bg8, fg8, pixel, dst, stride, size; local in function:chipsfb_putchar_aa 675 pixel = bg8; 677 pixel = fg8; 682 pixel = ((r & 0xe000) >> 8) | 686 latch |= pixel << off;
|
ct65550.c | 602 uint32_t bg, latch = 0, bg8, fg8, pixel, dst, stride, size; local in function:chipsfb_putchar_aa 675 pixel = bg8; 677 pixel = fg8; 682 pixel = ((r & 0xe000) >> 8) | 686 latch |= pixel << off;
|
/src/sys/arch/sun3/include/ |
cg2reg.h | 34 * 0x100000 pixel map - used by the X server in color mode 54 /* arrangement of pixel mode memory */ 56 u_char pixel[CG2_HEIGHT][CG2_WIDTH]; member in union:byteplane 63 * Normal memory maps in bit plane and pixel modes 67 union byteplane pixplane; /* pixel map */
|
cg2reg.h | 34 * 0x100000 pixel map - used by the X server in color mode 54 /* arrangement of pixel mode memory */ 56 u_char pixel[CG2_HEIGHT][CG2_WIDTH]; member in union:byteplane 63 * Normal memory maps in bit plane and pixel modes 67 union byteplane pixplane; /* pixel map */
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
nouveau_dispnv04_crtc.c | 931 uint32_t pixel; local in function:nv04_cursor_upload 936 pixel = nouveau_bo_rd32(src, i*64 + j); 938 nouveau_bo_wr16(dst, i*width + j, (pixel & 0x80000000) >> 16 939 | (pixel & 0xf80000) >> 9 940 | (pixel & 0xf800) >> 6 941 | (pixel & 0xf8) >> 3); 949 uint32_t pixel; local in function:nv11_cursor_upload 959 pixel = nouveau_bo_rd32(src, i); 966 alpha = pixel >> 24; 968 pixel = (pixel & 0x00ffffff) | ((alpha + 1) << 24) [all...] |
nouveau_dispnv04_crtc.c | 931 uint32_t pixel; local in function:nv04_cursor_upload 936 pixel = nouveau_bo_rd32(src, i*64 + j); 938 nouveau_bo_wr16(dst, i*width + j, (pixel & 0x80000000) >> 16 939 | (pixel & 0xf80000) >> 9 940 | (pixel & 0xf800) >> 6 941 | (pixel & 0xf8) >> 3); 949 uint32_t pixel; local in function:nv11_cursor_upload 959 pixel = nouveau_bo_rd32(src, i); 966 alpha = pixel >> 24; 968 pixel = (pixel & 0x00ffffff) | ((alpha + 1) << 24) [all...] |
/src/sys/dev/pci/ |
r128fb.c | 938 uint32_t bg, latch = 0, bg8, fg8, pixel; local in function:r128fb_putchar_aa 1009 pixel = bg8; 1011 pixel = fg8; 1016 pixel = ((r & 0xe000) >> 8) | 1020 latch = (latch << 8) | pixel;
|
pm2fb.c | 875 DPRINTF("pixel size: %08x\n", 1139 uint32_t bg, fg, pixel, /*bg32,*/ fg32, aval; local in function:pm2fb_putchar_aa 1229 pixel = fg32 | (aval << 24); 1232 PM2_RE_COLOUR, pixel);
|
pm3fb.c | 962 uint32_t bg, fg, pixel, latch, aval; local in function:pm3fb_putchar_aa 1035 pixel = bg; 1037 pixel = fg; 1042 pixel = ((r & 0xe000) >> 8) | 1046 latch |= pixel << shift;
|
r128fb.c | 938 uint32_t bg, latch = 0, bg8, fg8, pixel; local in function:r128fb_putchar_aa 1009 pixel = bg8; 1011 pixel = fg8; 1016 pixel = ((r & 0xe000) >> 8) | 1020 latch = (latch << 8) | pixel;
|
pm2fb.c | 875 DPRINTF("pixel size: %08x\n", 1139 uint32_t bg, fg, pixel, /*bg32,*/ fg32, aval; local in function:pm2fb_putchar_aa 1229 pixel = fg32 | (aval << 24); 1232 PM2_RE_COLOUR, pixel);
|
pm3fb.c | 962 uint32_t bg, fg, pixel, latch, aval; local in function:pm3fb_putchar_aa 1035 pixel = bg; 1037 pixel = fg; 1042 pixel = ((r & 0xe000) >> 8) | 1046 latch |= pixel << shift;
|
machfb.c | 1634 uint32_t bg, fg, latch = 0, bg8, fg8, pixel; local in function:mach64_putchar_aa8 1700 pixel = bg8; 1702 pixel = fg8; 1707 pixel = ((r & 0xe000) >> 8) | 1711 latch = (latch << 8) | pixel;
|
voodoofb.c | 801 uint32_t bg, latch = 0, bg8, fg8, pixel, save_offset = 0; local in function:voodoofb_putchar_aa 877 pixel = bg8; 879 pixel = fg8; 884 pixel = ((r & 0xe000) >> 8) | 888 latch = (latch << 8) | pixel; 900 * can process simple pixel data but I have been wrong 1752 * How do we know our max. pixel clock?
|
/src/sys/arch/sparc/include/ |
cgtworeg.h | 34 * 0x100000 pixel map - used by the X server in color mode 68 /* arrangement of pixel mode memory */ 70 u_char pixel[CG2_HEIGHT][CG2_WIDTH]; member in union:byteplane 77 * Normal memory maps in bit plane and pixel modes 81 union byteplane pixplane; /* pixel map */
|
cgtworeg.h | 34 * 0x100000 pixel map - used by the X server in color mode 68 /* arrangement of pixel mode memory */ 70 u_char pixel[CG2_HEIGHT][CG2_WIDTH]; member in union:byteplane 77 * Normal memory maps in bit plane and pixel modes 81 union byteplane pixplane; /* pixel map */
|
/src/sys/dev/pci/voyager/ |
voyagerfb.c | 996 uint32_t pixel; local in function:voyagerfb_putchar_aa32 1050 pixel = bg; 1052 pixel = fg; 1057 pixel = (r & 0xff00) << 8 | 1062 SM502_DATAPORT, pixel); 1086 uint32_t pixel = 0, latch = 0, bg8, fg8; local in function:voyagerfb_putchar_aa8 1150 pixel = bg8; 1152 pixel = fg8; 1157 pixel = ((r & 0xe000) >> 8) | 1161 latch = (latch << 8) | pixel; [all...] |
voyagerfb.c | 996 uint32_t pixel; local in function:voyagerfb_putchar_aa32 1050 pixel = bg; 1052 pixel = fg; 1057 pixel = (r & 0xff00) << 8 | 1062 SM502_DATAPORT, pixel); 1086 uint32_t pixel = 0, latch = 0, bg8, fg8; local in function:voyagerfb_putchar_aa8 1150 pixel = bg8; 1152 pixel = fg8; 1157 pixel = ((r & 0xe000) >> 8) | 1161 latch = (latch << 8) | pixel; [all...] |
/src/sys/arch/sparc/dev/ |
cgfourteen.c | 1688 uint32_t bg, fg, addr, bg8, fg8, pixel, in, q, next; local in function:cg14_putchar_aa 1745 pixel = bg8; 1747 pixel = fg8; 1752 pixel = ((r & 0xe000) >> 8) | 1760 sx_write(sc->sc_sx, SX_QUEUED(j + 8), pixel);
|
cgfourteen.c | 1688 uint32_t bg, fg, addr, bg8, fg8, pixel, in, q, next; local in function:cg14_putchar_aa 1745 pixel = bg8; 1747 pixel = fg8; 1752 pixel = ((r & 0xe000) >> 8) | 1760 sx_write(sc->sc_sx, SX_QUEUED(j + 8), pixel);
|
/src/sys/dev/sun/ |
cgsix.c | 1419 uint32_t bg, latch = 0, bg8, fg8, pixel; local in function:cgsix_putchar_aa 1486 pixel = bg8; 1488 pixel = fg8; 1493 pixel = ((r & 0xe000) >> 8) | 1499 latch |= pixel << shift;
|
cgsix.c | 1419 uint32_t bg, latch = 0, bg8, fg8, pixel; local in function:cgsix_putchar_aa 1486 pixel = bg8; 1488 pixel = fg8; 1493 pixel = ((r & 0xe000) >> 8) | 1499 latch |= pixel << shift;
|
/src/sys/dev/sbus/ |
p9100.c | 1164 uint32_t bg, latch = 0, bg8, fg8, pixel; local in function:p9100_putchar_aa 1226 pixel = bg8; 1228 pixel = fg8; 1233 pixel = ((r & 0xe000) >> 8) | 1237 latch = (latch << 8) | pixel;
|