/netbsd/sys/external/bsd/drm/dist/shared-core/ |
H A D | r600_blit.c | 1738 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 D | shm.c | 219 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 D | shm.h | 143 int16_t dst_x; member 409 int16_t dst_x, 435 int16_t dst_x,
|
H A D | xproto.h | 2584 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 D | xproto.c | 5173 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 D | render.h | 708 int16_t dst_x; member 2037 int16_t dst_x, 2060 int16_t dst_x,
|
H A D | render.c | 1901 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 D | xinput.h | 2350 xcb_input_fp1616_t dst_x; member 7767 xcb_input_fp1616_t dst_x, 7787 xcb_input_fp1616_t dst_x,
|
H A D | xinput.c | 8657 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 D | grfioctl.h | 216 u_short dst_x, dst_y; /* upper left corner of dest-region */ member
|
H A D | grf_rh.c | 328 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 D | grf_rt.c | 1322 dst_offset = op->dst_x + op->dst_y * gp->g_display.gd_fbwidth; in rt_bitblt()
|
/netbsd/sys/arch/atari/dev/ |
H A D | grfioctl.h | 212 u_short dst_x, dst_y; /* upper left corner of dest-region */ member
|
/netbsd/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | vmwgfx_scrn.c | 64 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 D | intel_overlay.c | 813 iowrite32(params->dst_y << 16 | params->dst_x, ®s->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 D | i915_drm.h | 1455 __u16 dst_x; member
|