| /netbsd/src/sys/external/bsd/drm/dist/shared-core/ |
| D | r600_blit.c | 1733 int dst_x = dst_gpu_addr & 255; in r600_blit_copy() local 1738 if (!src_x && !dst_x) { in r600_blit_copy() 1749 if (cur_size > (max_bytes - dst_x)) in r600_blit_copy() 1750 cur_size = (max_bytes - 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() 1823 int dst_x = (dst_gpu_addr & 255); in r600_blit_copy() local [all …]
|
| /netbsd/src/external/mit/xorg/lib/libxcb/files/ |
| 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()
|
| D | shm.h | 143 int16_t dst_x; member 461 int16_t dst_x, 513 int16_t dst_x,
|
| 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 8302 int16_t dst_x, 8340 int16_t dst_x, 9615 int16_t dst_x, 9645 int16_t dst_x, 9668 int16_t dst_x, [all …]
|
| D | xproto.c | 5152 int16_t dst_x, in xcb_warp_pointer_checked() argument 5173 xcb_out.dst_x = dst_x; in xcb_warp_pointer_checked() 5193 int16_t dst_x, in xcb_warp_pointer() argument 5214 xcb_out.dst_x = dst_x; in xcb_warp_pointer() 8268 int16_t dst_x, in xcb_copy_area_checked() argument 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() 8354 int16_t dst_x, in xcb_copy_plane_checked() argument 8377 xcb_out.dst_x = dst_x; in xcb_copy_plane_checked() [all …]
|
| D | render.h | 708 int16_t dst_x; member 2037 int16_t dst_x, 2060 int16_t dst_x,
|
| 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()
|
| 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,
|
| 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/src/sys/arch/amiga/dev/ |
| D | grfioctl.h | 216 u_short dst_x, dst_y; /* upper left corner of dest-region */ member
|
| 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()
|
| D | grf_rt.c | 1322 dst_offset = op->dst_x + op->dst_y * gp->g_display.gd_fbwidth; in rt_bitblt()
|
| /netbsd/src/sys/arch/atari/dev/ |
| D | grfioctl.h | 212 u_short dst_x, dst_y; /* upper left corner of dest-region */ member
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| 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()
|