Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/drm2/radeon/
Dr600_blit.c611 int dst_x = dst_gpu_addr & 255; in r600_blit_copy() local
616 if (!src_x && !dst_x) { in r600_blit_copy()
627 if (cur_size > (max_bytes - dst_x)) in r600_blit_copy()
628 cur_size = (max_bytes - dst_x); in r600_blit_copy()
643 vb[0] = int2float(dst_x); in r600_blit_copy()
648 vb[4] = int2float(dst_x); in r600_blit_copy()
653 vb[8] = int2float(dst_x + cur_size); in r600_blit_copy()
668 dst_x + cur_size, h, in r600_blit_copy()
672 set_scissors(dev_priv, dst_x, 0, dst_x + cur_size, h); in r600_blit_copy()
700 int dst_x = (dst_gpu_addr & 255); in r600_blit_copy() local
[all …]
/freebsd-9-stable/sys/dev/drm/
Dr600_blit.c1732 int dst_x = dst_gpu_addr & 255; in r600_blit_copy() local
1737 if (!src_x && !dst_x) { in r600_blit_copy()
1748 if (cur_size > (max_bytes - dst_x)) in r600_blit_copy()
1749 cur_size = (max_bytes - dst_x); in r600_blit_copy()
1765 vb[0] = i2f(dst_x); in r600_blit_copy()
1770 vb[4] = i2f(dst_x); in r600_blit_copy()
1775 vb[8] = i2f(dst_x + cur_size); in r600_blit_copy()
1790 dst_x + cur_size, h, in r600_blit_copy()
1794 set_scissors(dev_priv, dst_x, 0, dst_x + cur_size, h); in r600_blit_copy()
1822 int dst_x = (dst_gpu_addr & 255); in r600_blit_copy() local
[all …]
/freebsd-9-stable/sys/dev/drm2/i915/
Dintel_overlay.c502 short dst_x; member
808 regs->DWINPOS = (params->dst_y << 16) | params->dst_x; in intel_overlay_do_put_image()
937 if (rec->dst_x < mode->hdisplay && in check_overlay_dst()
938 rec->dst_x + rec->dst_width <= mode->hdisplay && in check_overlay_dst()
1201 params->dst_x = put_image_rec->dst_x; in intel_overlay_put_image()
Di915_drm.h916 uint16_t dst_x; member