| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_format_helper.c | 209 static void drm_fb_swab16_line(void *dbuf, const void *sbuf, unsigned int pixels) in drm_fb_swab16_line() argument 213 const u16 *send16 = sbuf16 + pixels; in drm_fb_swab16_line() 219 static void drm_fb_swab32_line(void *dbuf, const void *sbuf, unsigned int pixels) in drm_fb_swab32_line() argument 223 const u32 *send32 = sbuf32 + pixels; in drm_fb_swab32_line() 275 static void drm_fb_xrgb8888_to_rgb332_line(void *dbuf, const void *sbuf, unsigned int pixels) in drm_fb_xrgb8888_to_rgb332_line() argument 282 for (x = 0; x < pixels; x++) { in drm_fb_xrgb8888_to_rgb332_line() 323 static void drm_fb_xrgb8888_to_rgb565_line(void *dbuf, const void *sbuf, unsigned int pixels) in drm_fb_xrgb8888_to_rgb565_line() argument 331 for (x = 0; x < pixels; x++) { in drm_fb_xrgb8888_to_rgb565_line() 342 unsigned int pixels) in drm_fb_xrgb8888_to_rgb565_swab_line() argument 350 for (x = 0; x < pixels; x++) { in drm_fb_xrgb8888_to_rgb565_swab_line() [all …]
|
| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | intel_vdsc_regs.h | 18 #define OVERLAP_PIXELS(pixels) ((pixels) << 16) argument 20 #define LEFT_DL_BUF_TARGET_DEPTH(pixels) ((pixels) << 0) argument 27 #define RIGHT_DL_BUF_TARGET_DEPTH(pixels) ((pixels) << 0) argument
|
| H A D | vlv_dsi.c | 52 static u16 txbyteclkhs(u16 pixels, int bpp, int lane_count, in txbyteclkhs() argument 55 return DIV_ROUND_UP(DIV_ROUND_UP(pixels * bpp * burst_mode_ratio, in txbyteclkhs()
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dce110/ |
| H A D | dce110_compressor.c | 65 static uint32_t align_to_chunks_number_per_line(uint32_t pixels) in align_to_chunks_number_per_line() argument 67 return 256 * ((pixels + 255) / 256); in align_to_chunks_number_per_line()
|
| /openbsd-src/sys/dev/pci/ |
| H A D | tga.c | 330 * Set all bits in the pixel mask, to enable writes to all pixels. 1205 * we have 3 sizes of pixels to move in X direction: 1348 /* Set which pixels we're drawing (of a possible 32). */ 1387 int32_t color, lines, pixels; 1395 pixels = ri->ri_emuwidth - 1; 1415 /* Set which pixels we're drawing (of a possible 32). */ 1426 *rp = pixels; 1444 int32_t color, lines, pixels; 1452 pixels = (num * ri->ri_font->fontwidth) - 1; 1472 /* Set which pixels w 1388 int32_t color, lines, pixels; global() local 1445 int32_t color, lines, pixels; global() local [all...] |
| /openbsd-src/sys/dev/ic/ |
| H A D | bcm2835_vcprop.h | 335 uint32_t pixels; /* bus address in VC memory */ member
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dce112/ |
| H A D | dce112_compressor.c | 285 uint32_t pixels) in align_to_chunks_number_per_line() argument 287 return 256 * ((pixels + 255) / 256); in align_to_chunks_number_per_line()
|
| /openbsd-src/sys/dev/pci/drm/apple/ |
| H A D | parser.c | 421 u32 pixels = horiz->total * vert->total; in calculate_clock() local 422 u64 clock = mul_u32_u32(pixels, vert->precise_sync_rate); in calculate_clock()
|
| /openbsd-src/sys/dev/usb/ |
| H A D | udl.c | 1612 uint16_t *pixels, prev; in udl_cmd_insert_buf_comp() 1617 pixels = (uint16_t *)buf; in udl_cmd_insert_buf_comp() 1632 * Generate a sub-block with maximal 256 pixels compressed data. in udl_cmd_insert_buf_comp() 1637 prev = betoh16(pixels[i - 1]); in udl_cmd_insert_buf_comp() 1642 diff = betoh16(pixels[i]) - prev; in udl_cmd_insert_buf_comp() 1594 uint16_t *pixels, prev; udl_cmd_insert_buf_comp() local
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| H A D | README | 118 width and height of the screen in characters and then in pixels, or nothing
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/doxygen/ |
| H A D | user.cfg.in | 606 # used to set the initial width (in pixels) of the frame in which the tree 1005 # (in pixels) of the graphs generated by dot. If a graph becomes larger than 1013 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/ |
| H A D | user.cfg.in | 859 # used to set the initial width (in pixels) of the frame in which the tree 1336 # (in pixels) of the graphs generated by dot. If a graph becomes larger than 1344 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.c | 54 Delay, pixels; in dml32_dscceComputeDelay() local 99 pixels = Delay * 3 * pixelsPerClock; in dml32_dscceComputeDelay() 108 dml_print("DML::%s: pixels: %d\n", __func__, pixels); in dml32_dscceComputeDelay() 111 return pixels; in dml32_dscceComputeDelay()
|
| /openbsd-src/gnu/usr.bin/binutils/etc/ |
| H A D | fdl.texi | 77 pixels) generic paint programs or (for drawings) some widely available
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | fdl.texi | 76 pixels) generic paint programs or (for drawings) some widely available
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| H A D | COPYING.DOC | 69 pixels) generic paint programs or (for drawings) some widely available
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | COPYING.DOC | 69 pixels) generic paint programs or (for drawings) some widely available
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | fdl.texi | 76 pixels) generic paint programs or (for drawings) some widely available
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | fdl.texi | 76 pixels) generic paint programs or (for drawings) some widely available
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/doc/ |
| H A D | fdl.texi | 77 pixels) generic paint programs or (for drawings) some widely available
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | fdl.texi | 75 pixels) generic paint programs or (for drawings) some widely available
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | fdl.texi | 76 pixels) generic paint programs or (for drawings) some widely available
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/doc/ |
| H A D | fdl.texi | 77 pixels) generic paint programs or (for drawings) some widely available
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | fdl.texi | 75 pixels) generic paint programs or (for drawings) some widely available
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/etc/ |
| H A D | fdl.texi | 77 pixels) generic paint programs or (for drawings) some widely available
|