| /netbsd-src/sys/arch/hpcarm/dev/ |
| H A D | ipaq_lcdreg.h | 54 #define CR1_PPL(pixel) ((pixel) - 16) /* PPL ; Pixel per line argument 56 #define CR1_HSW(pixel) (((pixel) - 1) << 10) /* HSW ; */ argument 57 #define CR1_ELW(pixel) (((pixel) - 1) << 16) /* ELW ; */ argument 58 #define CR1_BLW(pixel) (((pixel) - 1) << 24) /* BLW ; */ argument
|
| /netbsd-src/external/mit/xorg/lib/fontconfig/etc/conf.avail/ |
| H A D | Makefile | 15 10-sub-pixel-none.conf \ 16 10-sub-pixel-bgr.conf \ 17 10-sub-pixel-rgb.conf \ 18 10-sub-pixel-vbgr.conf \ 19 10-sub-pixel-vrgb.conf \
|
| /netbsd-src/usr.sbin/tpctl/ |
| H A D | main.c | 356 drawcross(struct fb *fb, int x, int y, int size, fb_pixel_t pixel) in drawcross() argument 360 fb_drawline(fb, x, y - size + 1, x, y - 1, pixel); in drawcross() 361 fb_drawline(fb, x + 1, y - size + 1, x + 1, y - 1, pixel); in drawcross() 362 fb_drawline(fb, x, y + 2, x, y + size, pixel); in drawcross() 363 fb_drawline(fb, x + 1, y + 2, x + 1, y + size, pixel); in drawcross() 365 fb_drawline(fb, x - size + 1, y, x - 1, y, pixel); in drawcross() 366 fb_drawline(fb, x - size + 1, y + 1, x - 1, y + 1, pixel); in drawcross() 367 fb_drawline(fb, x + 2, y, x + size, y, pixel); in drawcross() 368 fb_drawline(fb, x + 2, y + 1, x + size, y + 1, pixel); in drawcross()
|
| H A D | fb.c | 179 __fb_put_pixel(struct fb *fb, fb_pixel_t pixel, int width, int x) in __fb_put_pixel() argument 185 pixel <<= -x; in __fb_put_pixel() 187 fb->linecache[0] = (fb->linecache[0]&~mask) | (pixel&~mask); in __fb_put_pixel() 191 *dst = (*dst & ~(mask>>x)) | ((pixel>>x) & (mask>>x)); in __fb_put_pixel() 196 *dst = (*dst & ~(mask<<x)) | ((pixel<<x) & (mask<<x)); in __fb_put_pixel() 260 fb_drawpixel(struct fb *fb, int x, int y, fb_pixel_t pixel) in fb_drawpixel() argument 289 __fb_put_pixel(fb, pixel, fb->conf.hf_pixel_width, x); in fb_drawpixel() 293 fb_drawline(struct fb *fb, int x0, int y0, int x1, int y1, fb_pixel_t pixel) in fb_drawline() argument 312 fb_drawpixel(fb, x0, i, pixel); in fb_drawline() 332 fb_drawpixel(fb, i, y0, pixel); in fb_drawline()
|
| /netbsd-src/sys/arch/powerpc/tools/chrpicon/ppmtochrpicon/ |
| H A D | ppmtochrpicon.c | 66 pixel **pixels; in main() 104 CHRPI_writeicon(FILE *fp, pixel **pixels, CHRPI_spec img) in CHRPI_writeicon() 127 CHRPI_putbitmap(FILE *fp, pixel** pixels, CHRPI_spec img) in CHRPI_putbitmap() 130 pixel *pP; in CHRPI_putbitmap()
|
| /netbsd-src/sys/arch/vax/vsa/ |
| H A D | spx.c | 1374 int i, j, k, ch, pixel; in SPX_render_font() local 1380 pixel = ((i * spx_font.fontheight)+ j) * spx_font.fontwidth; in SPX_render_font() 1383 fontaddr[pixel++] = 0xff; in SPX_render_font() 1385 fontaddr[pixel++] = 0x00; in SPX_render_font() 1388 pixel = (((i + 256) * spx_font.fontheight) + j) in SPX_render_font() 1392 fontaddr[pixel++] = 0xff; in SPX_render_font() 1394 fontaddr[pixel++] = 0x00; in SPX_render_font() 1401 int i, j, k, ch, pixel; in SPXg_render_font() local 1407 pixel = FONT_STORAGE_START in SPXg_render_font() 1410 if ((pixel / SPXg_WIN_LINEAR) != spxg_current_page) { in SPXg_render_font() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| H A D | nouveau_dispnv04_crtc.c | 931 uint32_t pixel; in nv04_cursor_upload() local 936 pixel = nouveau_bo_rd32(src, i*64 + j); in nv04_cursor_upload() 938 nouveau_bo_wr16(dst, i*width + j, (pixel & 0x80000000) >> 16 in nv04_cursor_upload() 939 | (pixel & 0xf80000) >> 9 in nv04_cursor_upload() 940 | (pixel & 0xf800) >> 6 in nv04_cursor_upload() 941 | (pixel & 0xf8) >> 3); in nv04_cursor_upload() 949 uint32_t pixel; in nv11_cursor_upload() local 959 pixel = nouveau_bo_rd32(src, i); in nv11_cursor_upload() 966 alpha = pixel >> 24; in nv11_cursor_upload() 968 pixel = (pixel & 0x00ffffff) | ((alpha + 1) << 24); in nv11_cursor_upload() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/ |
| H A D | gfx8_tgt.rst | 20 mrt{0..7} Copy pixel color to the MRTs 0..7. 21 mrtz Copy pixel depth (Z) data.
|
| H A D | gfx9_tgt.rst | 20 mrt{0..7} Copy pixel color to the MRTs 0..7. 21 mrtz Copy pixel depth (Z) data.
|
| H A D | gfx7_tgt.rst | 20 mrt{0..7} Copy pixel color to the MRTs 0..7. 21 mrtz Copy pixel depth (Z) data.
|
| H A D | gfx10_tgt.rst | 20 mrt{0..7} Copy pixel color to the MRTs 0..7. 21 mrtz Copy pixel depth (Z) data.
|
| H A D | gfx10_data_mimg_atomic_cmp.rst | 21 …ask>` may specify 2 data elements for 32-bit-per-pixel surfaces or 4 data elements for 64-bit-per-…
|
| H A D | gfx9_data_mimg_atomic_cmp.rst | 21 …ask>` may specify 2 data elements for 32-bit-per-pixel surfaces or 4 data elements for 64-bit-per-…
|
| H A D | gfx8_data_mimg_atomic_reg.rst | 21 …mask>` may specify 1 data element for 32-bit-per-pixel surfaces or 2 data elements for 64-bit-per-…
|
| H A D | gfx10_data_mimg_atomic_reg.rst | 21 …mask>` may specify 1 data element for 32-bit-per-pixel surfaces or 2 data elements for 64-bit-per-…
|
| H A D | gfx8_data_mimg_atomic_cmp.rst | 21 …ask>` may specify 2 data elements for 32-bit-per-pixel surfaces or 4 data elements for 64-bit-per-…
|
| H A D | gfx9_data_mimg_atomic_reg.rst | 21 …mask>` may specify 1 data element for 32-bit-per-pixel surfaces or 2 data elements for 64-bit-per-…
|
| H A D | gfx90a_vdata_4.rst | 21 …mask>` may specify 1 data element for 32-bit-per-pixel surfaces or 2 data elements for 64-bit-per-…
|
| H A D | gfx7_data_mimg_atomic_cmp.rst | 21 …ask>` may specify 2 data elements for 32-bit-per-pixel surfaces or 4 data elements for 64-bit-per-…
|
| H A D | gfx90a_vdata_5.rst | 21 …ask>` may specify 2 data elements for 32-bit-per-pixel surfaces or 4 data elements for 64-bit-per-…
|
| H A D | gfx7_data_mimg_atomic_reg.rst | 21 …mask>` may specify 1 data element for 32-bit-per-pixel surfaces or 2 data elements for 64-bit-per-…
|
| /netbsd-src/sys/arch/powerpc/tools/chrpicon/ |
| H A D | chrpicon.h | 60 void CHRPI_writeicon(FILE *fp, pixel **pixels, CHRPI_spec img); 62 void CHRPI_putbitmap(FILE *, pixel** pixels, CHRPI_spec img);
|
| /netbsd-src/distrib/sets/lists/xetc/ |
| H A D | mi | 35 ./etc/fonts/conf.avail/10-no-sub-pixel.conf xetc-obsolete obsolete 38 ./etc/fonts/conf.avail/10-sub-pixel-bgr.conf xetc-fontconfig-etc xorg 39 ./etc/fonts/conf.avail/10-sub-pixel-none.conf xetc-fontconfig-etc xorg 40 ./etc/fonts/conf.avail/10-sub-pixel-rgb.conf xetc-fontconfig-etc xorg 41 ./etc/fonts/conf.avail/10-sub-pixel-vbgr.conf xetc-fontconfig-etc xorg 42 ./etc/fonts/conf.avail/10-sub-pixel-vrgb.conf xetc-fontconfig-etc xorg 75 ./etc/fonts/conf.d/10-sub-pixel-rgb.conf xetc-fontconfig-etc xorg
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | modem | 20 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3 44 # unusual image starting with black pixel 49 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3 56 # unusual image with black pixel near beginning
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
| H A D | altivec.h | 67 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, 68 vector pixel __b, 4043 static __inline__ vector pixel __ATTRS_o_ai vec_ld(int __a, in vec_ld() 4044 const vector pixel *__b) { in vec_ld() 4045 return (vector pixel)__builtin_altivec_lvx(__a, __b); in vec_ld() 4132 static __inline__ vector pixel __ATTRS_o_ai vec_lvx(int __a, in vec_lvx() 4133 const vector pixel *__b) { in vec_lvx() 4134 return (vector pixel)__builtin_altivec_lvx(__a, __b); in vec_lvx() 4295 static __inline__ vector pixel __ATTRS_o_ai vec_ldl(int __a, in vec_ldl() 4296 const vector pixel *__b) { in vec_ldl() [all …]
|