Home
last modified time | relevance | path

Searched refs:dst_pitch (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/display/
H A Dati_2d.c66 int dst_stride = DEFAULT_CNTL ? s->regs.dst_pitch : s->regs.default_pitch; in ati_2d_blt()
87 s->regs.src_pitch, s->regs.dst_pitch, s->regs.default_pitch, in ati_2d_blt()
159 unsigned int dst_pitch = dst_stride * sizeof(uint32_t); in ati_2d_blt() local
165 i += (dst_y + y) * dst_pitch; in ati_2d_blt()
168 i += (dst_y + s->regs.dst_height - 1 - y) * dst_pitch; in ati_2d_blt()
220 unsigned int dst_pitch = dst_stride * sizeof(uint32_t); in ati_2d_blt() local
222 i = dst_x * bypp + (dst_y + y) * dst_pitch; in ati_2d_blt()
H A Dsm501.c699 unsigned int dst_pitch = (s->twoD_pitch >> 16) & 0x1FFF; in sm501_2d_operation() local
714 if (!dst_pitch) { in sm501_2d_operation()
768 i = (dst_x + (dst_y + y) * dst_pitch) * bypp; in sm501_2d_operation()
780 i = (dst_x + (dst_y + y) * dst_pitch) * bypp; in sm501_2d_operation()
794 i = (dst_x + (dst_y + y) * dst_pitch) * bypp; in sm501_2d_operation()
812 if (src_base == dst_base && src_pitch == dst_pitch && in sm501_2d_operation()
819 unsigned int di = (dst_x + dst_y * dst_pitch) * bypp; in sm501_2d_operation()
832 db = dst_base + (dst_x + dst_y * dst_pitch) * bypp; in sm501_2d_operation()
833 de = db + (width + (height - 1) * dst_pitch) * bypp; in sm501_2d_operation()
881 i = (dst_y + height - 1 - y) * dst_pitch; in sm501_2d_operation()
[all …]
H A Dcirrus_vga_rop2.h264 uint32_t dstaddr, int dst_pitch, in glue()
279 dstaddr += dst_pitch; in glue()
H A Dati_int.h61 uint32_t dst_pitch; member
H A Dati.c438 val = s->regs.dst_pitch; in ati_mm_read()
794 s->regs.dst_pitch = data & 0x3fff; in ati_mm_write()
797 s->regs.dst_pitch = data & 0x3ff0; in ati_mm_write()
838 s->regs.dst_pitch = (data & 0x7fe00000) >> 21; in ati_mm_write()
842 s->regs.dst_pitch = (data & 0x3fc00000) >> 16; in ati_mm_write()
H A Dcirrus_vga.c181 uint32_t dstaddr, int dst_pitch,