Searched refs:dest_x (Results 1 - 19 of 19) sorted by relevance

/src/sys/arch/hp300/stand/common/
H A Dite_tc.c126 rp->dest_x = dx;
H A Dgrf_rbreg.h127 vu_short dest_x; /* dest x 0x40fa */ member in struct:rboxfb
H A Dgrf_tcreg.h113 vu_short dest_x; /* dest x pixel # 0x40fa */ member in struct:tcboxfb
H A Dite_dv.c148 dp->dest_x = dx;
H A Dite_rb.c141 rp->dest_x = dx;
H A Dgrf_dvreg.h118 vu_short dest_x; /* Window dest X origin 0x40FA */ member in struct:dvboxfb
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_kms.h421 s32 dest_x, s32 dest_y,
518 s32 dest_x,
548 s32 dest_x,
H A Dvmwgfx_scrn.c1118 * @dest_x: X coordinate offset to align @srf with framebuffer coordinates.
1135 s32 dest_x,
1169 sdirty.dst_x = dest_x;
1173 dest_x, dest_y, num_clips, inc,
1130 vmw_kms_sou_do_surface_dirty(struct vmw_private * dev_priv,struct vmw_framebuffer * framebuffer,struct drm_clip_rect * clips,struct drm_vmw_rect * vclips,struct vmw_resource * srf,s32 dest_x,s32 dest_y,unsigned num_clips,int inc,struct vmw_fence_obj ** out_fence,struct drm_crtc * crtc) argument
H A Dvmwgfx_ioctl.c318 arg->dest_x, arg->dest_y,
H A Dvmwgfx_kms.c2436 * @dest_x: X coordinate offset for the crtc / destination clip rects.
2447 s32 dest_x, s32 dest_y,
2504 dirty->unit_x2 = (s32) clips_ptr->x2 + dest_x -
2512 dest_x - crtc_x;
2517 dirty->unit_x1 = dirty->fb_x + dest_x - crtc_x;
2443 vmw_kms_helper_dirty(struct vmw_private * dev_priv,struct vmw_framebuffer * framebuffer,const struct drm_clip_rect * clips,const struct drm_vmw_rect * vclips,s32 dest_x,s32 dest_y,int num_clips,int increment,struct vmw_kms_dirty * dirty) argument
H A Dvmwgfx_stdu.c841 * @dest_x: X coordinate offset to align @srf with framebuffer coordinates.
858 s32 dest_x,
899 dest_x, dest_y, num_clips, inc,
853 vmw_kms_stdu_surface_dirty(struct vmw_private * dev_priv,struct vmw_framebuffer * framebuffer,struct drm_clip_rect * clips,struct drm_vmw_rect * vclips,struct vmw_resource * srf,s32 dest_x,s32 dest_y,unsigned num_clips,int inc,struct vmw_fence_obj ** out_fence,struct drm_crtc * crtc) argument
/src/sys/arch/hp300/dev/
H A Drboxreg.h106 uint16_t dest_x; /* dest x 0x40fa */ member in struct:rboxfb
H A Dtopcatreg.h89 uint16_t dest_x; /* dest x pixel # 0x40fa */ member in struct:tcboxfb
H A Ddvboxreg.h94 uint16_t dest_x; /* Window dest X origin 0x40FA */ member in struct:dvboxfb
H A Drbox.c387 rb->dest_x = dx;
H A Ddvbox.c426 db->dest_x = dx;
H A Dtopcat.c573 tc->dest_x = dx;
/src/sys/arch/evbppc/explora/dev/
H A Dfb_elb.c541 s3_copy(struct fb_dev *fb, int src_x, int src_y, int dest_x, int dest_y, argument
548 if (src_x > dest_x)
552 dest_x += width-1;
569 bus_space_write_2(iot, ioh, S3_DESTX_DIASTP, dest_x);
/src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Dvmwgfx_drm.h750 * @dest_x: X placement coordinate for surface.
763 __s32 dest_x; member in struct:drm_vmw_present_arg

Completed in 20 milliseconds