Searched refs:src_y (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_dc.c94 u_int src_y; member in struct:dc_window
367 win->src_x, win->src_y, win->src_w, win->src_h);
388 v_offset = win->src_y;
408 v_init_dda = dc_scaling_init(win->src_y);
412 h_init_dda = dc_scaling_init(win->src_y);
510 uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h)
526 win.src_y = src_y >> 16;
623 win.src_y = y;
697 win.src_y
507 dc_plane_update(struct drm_plane *drm_plane, struct drm_crtc *drm_crtc, struct drm_framebuffer *drm_fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mode.h142 __u32 src_x, src_y; member in struct:drm_mode_set_plane
H A Ddrm_crtc.c1824 plane_req->src_y > fb_height - plane_req->src_h) {
1833 plane_req->src_y >> 16,
1834 ((plane_req->src_y & 0xffff) * 15625) >> 10);
1854 plane_req->src_x, plane_req->src_y,
H A Ddrm_crtc.h625 uint32_t src_x, uint32_t src_y,
/freebsd-11-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c432 unsigned int src_y, unsigned int dst_y, unsigned int y_count,
441 vga_compute_shifted_pattern(src + (src_y + i) * bytes,
456 src_mask + (src_y + i) * bytes,
724 unsigned int dst_x, src_y, dst_y, y_count; local
744 src_y = y > my ? y - my : 0;
747 min(cursor->height - src_y, y + vf->vf_height - my),
753 src_x, dst_x, x_count, src_y, dst_y, y_count,
429 vga_copy_bitmap_portion(uint8_t *pattern_2colors, uint8_t *pattern_ncolors, const uint8_t *src, const uint8_t *src_mask, unsigned int src_width, unsigned int src_x, unsigned int dst_x, unsigned int x_count, unsigned int src_y, unsigned int dst_y, unsigned int y_count, term_color_t fg, term_color_t bg, int overwrite) argument
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sprite.c418 uint32_t src_x, uint32_t src_y,
431 int x = src_x >> 16, y = src_y >> 16;
415 intel_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument

Completed in 98 milliseconds