Searched refs:dst_x0 (Results 1 – 1 of 1) sorted by relevance
125 int dst_x0 = region->dx; in unifb_prim_fillrect() local135 int dst_offset = dst_y0 * dst_pitch + dst_x0 * (m_iBpp / 8); in unifb_prim_fillrect()156 dst_x0 = (dst_x0 & 0x1fff) | ((dst_y0 & 0x1fff) << 16); in unifb_prim_fillrect()171 writel(dst_x0, UGE_DSTXY); in unifb_prim_fillrect()213 int dst_x0 = area->dx; in unifb_prim_copyarea() local225 int dst_offset = dst_y0 * dst_pitch + dst_x0 * (m_iBpp / 8); in unifb_prim_copyarea()250 dst_x0 * (m_iBpp / 8); in unifb_prim_copyarea()263 dst_x0 = (dst_x0 & 0x1fff) | ((dst_y0 & 0x1fff) << 16); in unifb_prim_copyarea()278 writel(dst_x0, UGE_DSTXY); in unifb_prim_copyarea()