Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm/dist/shared-core/
H A Dr600_blit.c1738 if (!src_x && !dst_x) { in r600_blit_copy()
1766 vb[0] = i2f(dst_x); in r600_blit_copy()
1771 vb[4] = i2f(dst_x); in r600_blit_copy()
1776 vb[8] = i2f(dst_x + cur_size); in r600_blit_copy()
1791 dst_x + cur_size, h, in r600_blit_copy()
1795 set_scissors(dev_priv, dst_x, 0, dst_x + cur_size, h); in r600_blit_copy()
1828 if (!src_x && !dst_x) { in r600_blit_copy()
1856 vb[0] = i2f(dst_x / 4); in r600_blit_copy()
1861 vb[4] = i2f(dst_x / 4); in r600_blit_copy()
1882 (dst_x + cur_size) / 4, h, in r600_blit_copy()
[all …]
/netbsd/external/mit/xorg/lib/libxcb/files/
H A Dshm.c219 int16_t dst_x, in xcb_shm_put_image_checked() argument
246 xcb_out.dst_x = dst_x; in xcb_shm_put_image_checked()
274 int16_t dst_x, in xcb_shm_put_image() argument
301 xcb_out.dst_x = dst_x; in xcb_shm_put_image()
H A Dshm.h143 int16_t dst_x; member
409 int16_t dst_x,
435 int16_t dst_x,
H A Dxproto.h2584 int16_t dst_x; member
2604 int16_t dst_x; member
3415 int16_t dst_x; member
3436 int16_t dst_x; member
3612 int16_t dst_x; member
8340 int16_t dst_x,
9615 int16_t dst_x,
9645 int16_t dst_x,
9689 int16_t dst_x,
10202 int16_t dst_x,
[all …]
H A Dxproto.c5173 xcb_out.dst_x = dst_x; in xcb_warp_pointer_checked()
5214 xcb_out.dst_x = dst_x; in xcb_warp_pointer()
8290 xcb_out.dst_x = dst_x; in xcb_copy_area_checked()
8311 int16_t dst_x, in xcb_copy_area() argument
8333 xcb_out.dst_x = dst_x; in xcb_copy_area()
8377 xcb_out.dst_x = dst_x; in xcb_copy_plane_checked()
8399 int16_t dst_x, in xcb_copy_plane() argument
8422 xcb_out.dst_x = dst_x; in xcb_copy_plane()
9530 xcb_out.dst_x = dst_x; in xcb_put_image_checked()
9557 int16_t dst_x, in xcb_put_image() argument
[all …]
H A Drender.h708 int16_t dst_x; member
2037 int16_t dst_x,
2060 int16_t dst_x,
H A Drender.c1901 int16_t dst_x, in xcb_render_composite_checked() argument
1926 xcb_out.dst_x = dst_x; in xcb_render_composite_checked()
1950 int16_t dst_x, in xcb_render_composite() argument
1975 xcb_out.dst_x = dst_x; in xcb_render_composite()
H A Dxinput.h2350 xcb_input_fp1616_t dst_x; member
7767 xcb_input_fp1616_t dst_x,
7787 xcb_input_fp1616_t dst_x,
H A Dxinput.c8657 xcb_input_fp1616_t dst_x, in xcb_input_xi_warp_pointer_checked() argument
8678 xcb_out.dst_x = dst_x; in xcb_input_xi_warp_pointer_checked()
8700 xcb_input_fp1616_t dst_x, in xcb_input_xi_warp_pointer() argument
8721 xcb_out.dst_x = dst_x; in xcb_input_xi_warp_pointer()
/netbsd/sys/arch/amiga/dev/
H A Dgrfioctl.h216 u_short dst_x, dst_y; /* upper left corner of dest-region */ member
H A Dgrf_rh.c328 unsigned long dst = 8 * (gbb->dst_x + gbb->dst_y * md->TX); in RZ3BitBlit()
334 if (gbb->dst_x > gbb->src_x) { in RZ3BitBlit()
406 unsigned long dst = 8 * 2 * (gbb->dst_x + gbb->dst_y * md->TX); in RZ3BitBlit16()
412 if (gbb->dst_x > gbb->src_x) { in RZ3BitBlit16()
487 unsigned long dst = 8 * 3 * (gbb->dst_x + gbb->dst_y * md->TX); in RZ3BitBlit24()
493 if (gbb->dst_x > gbb->src_x ) { in RZ3BitBlit24()
H A Dgrf_rt.c1322 dst_offset = op->dst_x + op->dst_y * gp->g_display.gd_fbwidth; in rt_bitblt()
/netbsd/sys/arch/atari/dev/
H A Dgrfioctl.h212 u_short dst_x, dst_y; /* upper left corner of dest-region */ member
/netbsd/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_scrn.c64 s32 dst_x, dst_y; member
1032 s32 trans_x = dirty->unit->crtc.x - sdirty->dst_x; in vmw_sou_surface_fifo_commit()
1169 sdirty.dst_x = dest_x; in vmw_kms_sou_do_surface_dirty()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_overlay.c813 iowrite32(params->dst_y << 16 | params->dst_x, &regs->DWINPOS); in intel_overlay_do_put_image()
940 if (rec->dst_x < pipe_config->pipe_src_w && in check_overlay_dst()
941 rec->dst_x + rec->dst_width <= pipe_config->pipe_src_w && in check_overlay_dst()
/netbsd/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Di915_drm.h1455 __u16 dst_x; member