Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dati_2d.c58 s->regs.dst_x : s->regs.dst_x + 1 - s->regs.dst_width); in ati_2d_blt()
89 s->regs.dst_width, s->regs.dst_height, in ati_2d_blt()
97 s->regs.src_x : s->regs.src_x + 1 - s->regs.dst_width); in ati_2d_blt()
125 s->regs.dst_width, s->regs.dst_height); in ati_2d_blt()
133 s->regs.dst_width, s->regs.dst_height); in ati_2d_blt()
136 int llb = s->regs.dst_width * (bpp / 8); in ati_2d_blt()
143 s->regs.dst_width, s->regs.dst_height); in ati_2d_blt()
148 s->regs.dst_width, s->regs.dst_height); in ati_2d_blt()
171 memmove(&dst_bits[i], &src_bits[j], s->regs.dst_width * bypp); in ati_2d_blt()
183 dst_x + s->regs.dst_width : dst_x); in ati_2d_blt()
[all …]
H A Dati_int.h63 uint32_t dst_width; member
H A Dati.c445 val = s->regs.dst_width; in ati_mm_read()
807 s->regs.dst_width = data & 0x3fff; in ati_mm_write()
856 s->regs.dst_width = data & 0x3fff; in ati_mm_write()
868 s->regs.dst_width = (data >> 16) & 0x3fff; in ati_mm_write()
881 s->regs.dst_width = (data >> 16) & 0x3fff; in ati_mm_write()
/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.h207 unsigned dst_width,