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

/freebsd-13-stable/sys/teken/demo/
H A Dteken_demo.c70 struct pixel { struct
77 static struct pixel buffer[NCOLS][NROWS];
85 struct pixel *px;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h69 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
70 vector pixel __b,
3552 static __inline__ vector pixel __ATTRS_o_ai vec_ld(int __a,
3553 const vector pixel *__b) {
3554 return (vector pixel)__builtin_altivec_lvx(__a, __b);
3641 static __inline__ vector pixel __ATTRS_o_ai vec_lvx(int __a,
3642 const vector pixel *__b) {
3643 return (vector pixel)__builtin_altivec_lvx(__a, __b);
3804 static __inline__ vector pixel __ATTRS_o_a
[all...]
/freebsd-13-stable/sys/dev/fb/
H A Dvga.c473 static int set_line_length(video_adapter_t *adp, int pixel);
1279 /* set the scan line length in pixel */
1281 set_line_length(video_adapter_t *adp, int pixel) argument
1297 count = howmany(pixel, ppw)/2;
1298 bpl = (howmany(pixel, ppw)/2)*4;
1301 count = (pixel + 7)/8;
1302 bpl = rounddown(pixel + 7, 8);
1305 count = (pixel + 7)/8; /* columns */
1306 bpl = (pixel + 7)/8; /* columns */
1325 int poff; /* pixel offse
[all...]
H A Dvesa.c218 static int vesa_bios_set_line_length(int pixel, int *bytes, int *lines);
582 vesa_bios_set_line_length(int pixel, int *bytes, int *lines) argument
589 regs.R_CX = pixel;
1267 /* pixel format, memory model */
1770 case FBIO_SETLINEWIDTH: /* set line length in pixel */
/freebsd-13-stable/stand/common/
H A Dgfx_fb.c39 * ALL pixel data is assumed to be 32-bit BGRA (byte order Blue, Green, Red,
529 /* If FB pixel format is BGRA, we can use direct copy. */
629 /* If FB pixel format is BGRA, we can use direct copy. */
1380 /* set pixel in framebuffer using gfx coordinates */
1528 return; /* last pixel -> curve finished */
1794 /* Helper to calculate the pixel index from the source png */
1799 * in the source image that correspond to a single pixel in the target.
1829 /* Target pixel index */
1839 uint8_t pixel[4]; local
1849 * value for the pixel i
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h51 #undef pixel macro

Completed in 209 milliseconds