HomeSort by: relevance | last modified time | path
    Searched defs:dst_x (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/atari/dev/
grfioctl.h 212 u_short dst_x, dst_y; /* upper left corner of dest-region */ member in struct:grf_bitblt
  /src/sys/arch/amiga/dev/
grfioctl.h 216 u_short dst_x, dst_y; /* upper left corner of dest-region */ member in struct:grf_bitblt
  /src/sys/external/bsd/drm/dist/shared-core/
r600_blit.c 1733 int dst_x = dst_gpu_addr & 255; local in function:r600_blit_copy
1738 if (!src_x && !dst_x) {
1749 if (cur_size > (max_bytes - dst_x))
1750 cur_size = (max_bytes - dst_x);
1766 vb[0] = i2f(dst_x);
1771 vb[4] = i2f(dst_x);
1776 vb[8] = i2f(dst_x + cur_size);
1791 dst_x + cur_size, h,
1795 set_scissors(dev_priv, dst_x, 0, dst_x + cur_size, h)
1823 int dst_x = (dst_gpu_addr & 255); local in function:r600_blit_copy
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_scrn.c 57 * @dst_x: Difference between source clip rects and framebuffer coordinates.
64 s32 dst_x, dst_y; member in struct:vmw_kms_sou_surface_dirty
1032 s32 trans_x = dirty->unit->crtc.x - sdirty->dst_x;
1169 sdirty.dst_x = dest_x;
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
i915_drm.h 1455 __u16 dst_x; member in struct:drm_intel_overlay_put_image

Completed in 19 milliseconds