| /src/sys/arch/powerpc/tools/chrpicon/ |
| H A D | chrpicon.h | 52 chrpi_pixel **pixels; member in struct:chrpi_spec_s 60 void CHRPI_writeicon(FILE *fp, pixel **pixels, CHRPI_spec img); 62 void CHRPI_putbitmap(FILE *, pixel** pixels, CHRPI_spec img);
|
| /src/sys/arch/powerpc/tools/chrpicon/ppmtochrpicon/ |
| H A D | ppmtochrpicon.c | 66 pixel **pixels; local in function:main 80 pixels = ppm_readppm(ifp, &img->width, &img->height, &maxval); 98 CHRPI_writeicon(stdout, pixels, img); 104 CHRPI_writeicon(FILE *fp, pixel **pixels, CHRPI_spec img) argument 107 CHRPI_putbitmap(stdout, pixels, img); 127 CHRPI_putbitmap(FILE *fp, pixel** pixels, CHRPI_spec img) argument 137 pP = pixels[row];
|
| /src/sys/arch/powerpc/tools/chrpicon/chrpicontoppm/ |
| H A D | chrpicontoppm.c | 106 imgP = img->pixels[row]; 184 if ((img->pixels = calloc(img->height, sizeof(chrpi_pixel *))) == NULL) 188 if ((img->pixels[r] = CHRPI_allocrow(img->width)) == NULL) 198 /* go down the pixels and convert them */ 203 img->pixels[r][c] = (chrpi_pixel)(strtoul(hexstr, NULL, 16));
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
| H A D | r8a774c0-ek874-idk-2121wr.dts | 49 dual-lvds-odd-pixels; 57 dual-lvds-even-pixels;
|
| /src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
| H A D | hgsmi_base.c | 113 * @width: Width in pixels of the cursor. 114 * @height: Height in pixels of the cursor. 115 * @pixels: Pixel data, @see VMMDevReqMousePointer for the format. 120 u8 *pixels, u32 len) 155 memcpy(p->data, pixels, pixel_len); 118 hgsmi_update_pointer_shape(struct gen_pool * ctx,u32 flags,u32 hot_x,u32 hot_y,u32 width,u32 height,u8 * pixels,u32 len) argument
|
| H A D | vboxvideo_guest.h | 38 u8 *pixels, u32 len);
|
| /src/sys/dev/rcons/ |
| H A D | raster.h | 83 int width, height; /* size in pixels */ 86 u_int32_t *pixels; /* pointer to the actual bits */ member in struct:raster 174 ( (r)->pixels + (y) * (r)->linelongs + (x) * (r)->depth / 32 )
|
| H A D | raster_text.c | 248 r->pixels = (u_int32_t*) (r + 1);
|
| /src/sys/dev/wscons/ |
| H A D | wscons_rinit.c | 81 pix = rc->rc_font->chars[ch].r->pixels;
|
| /src/sys/arch/mac68k/dev/ |
| H A D | macfb.c | 170 rap->pixels = (u_int32_t *)(dc->dc_vaddr + dc->dc_offset); 390 p = gallant19.chars[i].r->pixels;
|
| /src/include/ |
| H A D | vis_proto.h | 540 vis_fmul8x16(vis_f32 pixels, vis_d64 scale) argument 546 : "f"(pixels), "f"(scale)); 552 vis_fmul8x16au(vis_f32 pixels, vis_f32 scale) argument 558 : "f"(pixels), "f"(scale)); 564 vis_fmul8x16al(vis_f32 pixels, vis_f32 scale) argument 570 : "f"(pixels), "f"(scale));
|
| /src/sys/arch/evbarm/rpi/ |
| H A D | vcprop_subr.c | 351 rpi_fb_initcursor(bus_addr_t pixels, int hx, int hy) argument 377 .pixels = htole32(pixels),
|
| H A D | vcprop.h | 460 uint32_t pixels; /* bus address in VC memory */ member in struct:vcprop_tag_cursorinfo
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
| H A D | amdgpu_dce110_compressor.c | 73 static uint32_t align_to_chunks_number_per_line(uint32_t pixels) argument 75 return 256 * ((pixels + 255) / 256);
|
| /src/sys/dev/pci/ |
| H A D | tga.c | 316 * Set all bits in the pixel mask, to enable writes to all pixels. 1079 * we have 3 sizes of pixels to move in X direction: 1246 /* Set which pixels we're drawing (of a possible 32). */ 1280 int32_t color, lines, pixels; local in function:tga_eraserows 1286 pixels = ri->ri_emuwidth - 1; 1306 /* Set which pixels we're drawing (of a possible 32). */ 1317 *rp = pixels; 1330 int32_t color, lines, pixels; local in function:tga_erasecols 1336 pixels = (num * ri->ri_font->fontwidth) - 1; 1356 /* Set which pixels w [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce112/ |
| H A D | amdgpu_dce112_compressor.c | 293 uint32_t pixels) 295 return 256 * ((pixels + 255) / 256); 291 align_to_chunks_number_per_line(struct dce112_compressor * cp110,uint32_t pixels) argument
|
| /src/sys/arch/next68k/dev/ |
| H A D | nextdisplay.c | 204 rap->pixels = (uint32_t *)dc->dc_videobase;
|
| /src/sys/dev/usb/ |
| H A D | udl.c | 1166 uint16_t pixels[32]; local in function:udl_draw_char 1193 pixels[i] = rgb16[(fontbits >> 31) & 1]; 1197 udl_draw_line(sc, pixels, soff, font->fontwidth); 1387 * Generate a sub-block with maximal 256 pixels compressed data. 1434 /* return how many pixels we have compressed */
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | vlv_dsi.c | 47 /* return pixels in terms of txbyteclkhs */ 48 static u16 txbyteclkhs(u16 pixels, int bpp, int lane_count, argument 51 return DIV_ROUND_UP(DIV_ROUND_UP(pixels * bpp * burst_mode_ratio, 55 /* return pixels equvalent to txbyteclkhs */ 1073 /* In terms of pixels */ 1127 * param in pixels. This is the expected value, including roundup errors
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | i915_reg.h | 3465 * UDI pixel divider, controlling how many pixels are stuffed into a packet. 3467 * Value is pixels minus 1. Must be set to 1 pixel for SDVO. 5269 /* Number of pixels in the hsync. */ 5272 /* Total number of pixels minus one in the line (display and blanking). */ 5279 /* Offset of the colorburst from the start of hsync, in pixels minus one. */ 5287 /* End of hblank, measured in pixels minus one from start of hsync */ 5290 /* Start of hblank, measured in pixels minus one from start of hsync */ 5442 /* Horizontal size of the display window, measured in pixels*/ 5446 * Vertical size of the display window, measured in pixels. 5464 * This is required on modes more than 1024 pixels wid [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/ |
| H A D | amdgpu_display_mode_vba_20.c | 316 //valid sliceWidth = number of pixels per slice line, must be less than or equal to 5184/numSlices (or 4096/numSlices in 420 mode) 323 // N422/N420 operate at 2 pixels per clock 325 Delay, pixels; local in function:dscceComputeDelay 367 //dsc processes 3 pixel containers per cycle and a container can contain 1 or 2 pixels 368 pixels = Delay * 3 * pixelsPerClock; 369 return pixels; 383 // dscc gets pixels every other cycle 387 // dscc gets pixels every other cycle 393 // dscc gets pixels every other cycle
|
| H A D | amdgpu_display_mode_vba_20v2.c | 340 //valid sliceWidth = number of pixels per slice line, must be less than or equal to 5184/numSlices (or 4096/numSlices in 420 mode) 347 // N422/N420 operate at 2 pixels per clock 349 Delay, pixels; local in function:dscceComputeDelay 391 //dsc processes 3 pixel containers per cycle and a container can contain 1 or 2 pixels 392 pixels = Delay * 3 * pixelsPerClock; 393 return pixels; 407 // dscc gets pixels every other cycle 411 // dscc gets pixels every other cycle 417 // dscc gets pixels every other cycle
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/ |
| H A D | amdgpu_display_mode_vba_21.c | 511 //valid sliceWidth = number of pixels per slice line, must be less than or equal to 5184/numSlices (or 4096/numSlices in 420 mode) 518 // N422/N420 operate at 2 pixels per clock 520 Delay, pixels; local in function:dscceComputeDelay 562 //dsc processes 3 pixel containers per cycle and a container can contain 1 or 2 pixels 563 pixels = Delay * 3 * pixelsPerClock; 564 return pixels; 578 // dscc gets pixels every other cycle 582 // dscc gets pixels every other cycle 588 // dscc gets pixels every other cycle
|