Searched refs:pixel (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/powerpc/wii/
H A Dwii_fb.c200 * The Wii has a 16 bit pixel, so each 32 bit DWORD encodes
201 * two pixels. The upper 16 bits is for pixel 0 (left hand pixel
202 * in a pair), the lower 16 bits is for pixel 1.
205 * lower 16 bits for each pixel. We'll take the upper value into
834 unsigned long pixel[2]; local
850 pixel[0] = bg;
852 pixel[0] = fg;
855 pixel[1] = bg;
857 pixel[
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h61 static vector pixel __ATTRS_o_ai
62 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c);
1765 static vector pixel __ATTRS_o_ai
1766 vec_ld(int __a, const vector pixel *__b)
1768 return (vector pixel)__builtin_altivec_lvx(__a, __b);
1875 static vector pixel __ATTRS_o_ai
1876 vec_lvx(int __a, const vector pixel *__b)
1878 return (vector pixel)__builtin_altivec_lvx(__a, __b);
2077 static vector pixel __ATTRS_o_a
[all...]
/freebsd-10.3-release/sys/teken/demo/
H A Dteken_demo.c68 struct pixel { struct
75 struct pixel buffer[NCOLS][NROWS];
83 struct pixel *px;
/freebsd-10.3-release/sys/dev/fb/
H A Dvga.c471 static int set_line_length(video_adapter_t *adp, int pixel);
1232 /* set the scan line length in pixel */
1234 set_line_length(video_adapter_t *adp, int pixel) argument
1250 count = (pixel + ppw - 1)/ppw/2;
1251 bpl = ((pixel + ppw - 1)/ppw/2)*4;
1254 count = (pixel + 7)/8;
1255 bpl = ((pixel + 7)/8)*8;
1258 count = (pixel + 7)/8; /* columns */
1259 bpl = (pixel + 7)/8; /* columns */
1278 int poff; /* pixel offse
[all...]
H A Dvesa.c215 static int vesa_bios_set_line_length(int pixel, int *bytes, int *lines);
579 vesa_bios_set_line_length(int pixel, int *bytes, int *lines) argument
586 regs.R_CX = pixel;
1263 /* pixel format, memory model */
1755 case FBIO_SETLINEWIDTH: /* set line length in pixel */
/freebsd-10.3-release/contrib/gcc/config/rs6000/
H A Daltivec.h41 'pixel' and 'bool' as context-sensitive AltiVec keywords (in
48 #define pixel __pixel macro

Completed in 196 milliseconds