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

  /src/sys/dev/splash/
splash.c 245 int swidth, int sheight, int flg)
263 for (y = 0; y < sheight; y++) {
296 for (y = 0; y < sheight; y++) {
319 int swidth, int sheight, int flg)
337 for (y = 0; y < sheight; y++) {
368 for (y = 0; y < sheight; y++) {
384 int swidth, int sheight, int flg)
402 for (y = 0; y < sheight; y++) {
438 for (y = 0; y < sheight; y++) {
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_overlay.c 146 u32 SHEIGHT;
776 u32 swidth, swidthsw, sheight, ostride; local in function:intel_overlay_do_put_image
824 sheight = params->src_height;
834 sheight |= (params->src_height / uv_vscale) << 16;
852 iowrite32(sheight, &regs->SHEIGHT);
1476 P(SHEIGHT);

Completed in 47 milliseconds