HomeSort by: relevance | last modified time | path
    Searched refs:swidth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/splash/
splash.c 245 int swidth, int sheight, int flg)
264 for (x = 0; x < swidth; x++) {
297 memcpy(hrp, rp, swidth);
319 int swidth, int sheight, int flg)
338 for (x = 0; x < swidth; x++) {
369 memcpy(hrp, rp, swidth * 2);
384 int swidth, int sheight, int flg)
403 for (x = 0; x < swidth; x++) {
439 memcpy(hrp, rp, swidth * 4);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_overlay.c 144 u32 SWIDTH;
776 u32 swidth, swidthsw, sheight, ostride; local in function:intel_overlay_do_put_image
822 swidth = params->src_width;
833 swidth |= (params->src_width / uv_hscale) << 16;
850 iowrite32(swidth, &regs->SWIDTH);
1474 P(SWIDTH);

Completed in 14 milliseconds