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

  /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/arch/amiga/dev/
grfioctl.h 216 u_short dst_x, dst_y; /* upper left corner of dest-region */ member in struct:grf_bitblt
grf_rh.c 328 unsigned long dst = 8 * (gbb->dst_x + gbb->dst_y * md->TX);
334 if (gbb->dst_x > gbb->src_x) {
406 unsigned long dst = 8 * 2 * (gbb->dst_x + gbb->dst_y * md->TX);
412 if (gbb->dst_x > gbb->src_x) {
487 unsigned long dst = 8 * 3 * (gbb->dst_x + gbb->dst_y * md->TX);
493 if (gbb->dst_x > gbb->src_x ) {
grf_rt.c 1322 dst_offset = op->dst_x + op->dst_y * gp->g_display.gd_fbwidth;
  /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/external/bsd/drm2/dist/drm/i915/display/
intel_overlay.c 813 iowrite32(params->dst_y << 16 | params->dst_x, &regs->DWINPOS);
940 if (rec->dst_x < pipe_config->pipe_src_w &&
941 rec->dst_x + rec->dst_width <= pipe_config->pipe_src_w &&
  /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 20 milliseconds