Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dati_2d.c60 s->regs.dst_y : s->regs.dst_y + 1 - s->regs.dst_height); in ati_2d_blt()
81 + (dst_y + s->regs.dst_height) * dst_stride >= end) { in ati_2d_blt()
89 s->regs.dst_width, s->regs.dst_height, in ati_2d_blt()
99 s->regs.src_y : s->regs.src_y + 1 - s->regs.dst_height); in ati_2d_blt()
115 + (src_y + s->regs.dst_height) * src_stride >= end) { 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()
139 s->regs.dst_height); 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()
[all …]
H A Dati_int.h64 uint32_t dst_height; member
H A Dati.c448 val = s->regs.dst_height; in ati_mm_read()
811 s->regs.dst_height = data & 0x3fff; in ati_mm_write()
857 s->regs.dst_height = (data >> 16) & 0x3fff; in ati_mm_write()
880 s->regs.dst_height = data & 0x3fff; in ati_mm_write()
886 s->regs.dst_height = (data >> 16) & 0x3fff; in ati_mm_write()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/aom/aom/
H A D0001-subpel_variance_neon-Provide-prototypes-for-missing-.patch106 int dst_height, int filter_offset) {