Home
last modified time | relevance | path

Searched refs:dst_x (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/vt/hw/vga/
H A Dvt_vga.c395 unsigned int src_x, unsigned int x_count, unsigned int dst_x, in vga_compute_shifted_pattern() argument
409 << (8 - x_count - dst_x); in vga_compute_shifted_pattern()
415 if (dst_x >= src_x) in vga_compute_shifted_pattern()
416 *pattern >>= (dst_x - src_x % 8); in vga_compute_shifted_pattern()
418 *pattern <<= (src_x % 8 - dst_x); in vga_compute_shifted_pattern()
421 if (dst_x >= src_x % 8) { in vga_compute_shifted_pattern()
423 src[n] << (8 - dst_x - src_x % 8) | in vga_compute_shifted_pattern()
424 src[n + 1] >> (dst_x - src_x % 8); in vga_compute_shifted_pattern()
427 src[n] << (src_x % 8 - dst_x) | in vga_compute_shifted_pattern()
428 src[n + 1] >> (8 - src_x % 8 - dst_x); in vga_compute_shifted_pattern()
[all …]
/src/sys/arm/nvidia/drm2/
H A Dtegra_dc.c94 u_int dst_x; member
363 win->dst_x, win->dst_y, win->dst_w, win->dst_h); in dc_setup_window()
426 WR4(sc, DC_WIN_POSITION, WIN_POSITION(win->dst_x, win->dst_y)); in dc_setup_window()
523 win.dst_x = crtc_x; in dc_plane_update()
620 win.dst_x = x; in dc_set_base()
693 win.dst_x = x; in dc_crtc_mode_set()