Home
last modified time | relevance | path

Searched refs:src_x (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/dev/drm2/radeon/
HDr600_blit.c610 int src_x = src_gpu_addr & 255; in r600_blit_copy() local
616 if (!src_x && !dst_x) { in r600_blit_copy()
629 if (cur_size > (max_bytes - src_x)) in r600_blit_copy()
630 cur_size = (max_bytes - src_x); in r600_blit_copy()
645 vb[2] = int2float(src_x); in r600_blit_copy()
650 vb[6] = int2float(src_x); in r600_blit_copy()
655 vb[10] = int2float(src_x + cur_size); in r600_blit_copy()
660 src_x + cur_size, h, src_x + cur_size, in r600_blit_copy()
664 R600_TC_ACTION_ENA, (src_x + cur_size * h), src_gpu_addr); in r600_blit_copy()
699 int src_x = (src_gpu_addr & 255); in r600_blit_copy() local
[all …]
/NextBSD/sys/dev/drm/
HDr600_blit.c1731 int src_x = src_gpu_addr & 255; in r600_blit_copy() local
1737 if (!src_x && !dst_x) { in r600_blit_copy()
1750 if (cur_size > (max_bytes - src_x)) in r600_blit_copy()
1751 cur_size = (max_bytes - src_x); in r600_blit_copy()
1767 vb[2] = i2f(src_x); in r600_blit_copy()
1772 vb[6] = i2f(src_x); in r600_blit_copy()
1777 vb[10] = i2f(src_x + cur_size); in r600_blit_copy()
1782 src_x + cur_size, h, src_x + cur_size, in r600_blit_copy()
1786 R600_TC_ACTION_ENA, (src_x + cur_size * h), src_gpu_addr); in r600_blit_copy()
1821 int src_x = (src_gpu_addr & 255); in r600_blit_copy() local
[all …]
/NextBSD/sys/dev/vt/hw/vga/
HDvt_vga.c382 unsigned int src_x, unsigned int x_count, unsigned int dst_x, in vga_compute_shifted_pattern() argument
387 n = src_x / 8; in vga_compute_shifted_pattern()
399 if (n == (src_x + x_count - 1) / 8) { in vga_compute_shifted_pattern()
402 if (dst_x >= src_x) in vga_compute_shifted_pattern()
403 *pattern >>= (dst_x - src_x % 8); in vga_compute_shifted_pattern()
405 *pattern <<= (src_x % 8 - dst_x); in vga_compute_shifted_pattern()
408 if (dst_x >= src_x % 8) { in vga_compute_shifted_pattern()
410 src[n] << (8 - dst_x - src_x % 8) | in vga_compute_shifted_pattern()
411 src[n + 1] >> (dst_x - src_x % 8); in vga_compute_shifted_pattern()
414 src[n] << (src_x % 8 - dst_x) | in vga_compute_shifted_pattern()
[all …]
/NextBSD/sys/dev/drm2/
HDdrm_mode.h142 __u32 src_x, src_y; member
HDdrm_crtc.c1822 plane_req->src_x > fb_width - plane_req->src_w || in drm_mode_setplane()
1831 plane_req->src_x >> 16, in drm_mode_setplane()
1832 ((plane_req->src_x & 0xffff) * 15625) >> 10, in drm_mode_setplane()
1854 plane_req->src_x, plane_req->src_y, in drm_mode_setplane()
HDdrm_crtc.h625 uint32_t src_x, uint32_t src_y,
/NextBSD/sys/dev/drm2/i915/
HDintel_sprite.c405 uint32_t src_x, uint32_t src_y, in intel_update_plane() argument
416 int x = src_x >> 16, y = src_y >> 16; in intel_update_plane()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDR600Instructions.td1152 (int_TGSI_lit_z f32:$src_x, f32:$src_y, f32:$src_w),
1153 (exp_ieee (mul_lit (log_clamped (MAX $src_y, (f32 ZERO))), $src_w, $src_x))