Searched refs:rect_x (Results 1 – 3 of 3) sorted by relevance
61 uint16_t rect_x; member
125 …etna_set_state(stream, VIVS_BLT_DEST_POS, VIVS_BLT_DEST_POS_X(op->rect_x) | VIVS_BLT_DEST_POS_Y(op… in emit_blt_clearimage()244 clr.rect_x = 0; /* What about scissors? */ in etna_blit_clear_color_blt()323 clr.rect_x = 0; /* What about scissors? */ in etna_blit_clear_zs_blt()
290 int rect_x, rect_y, rect_w, rect_h; in decode_hextile() local296 rect_x = xy >> 4; in decode_hextile()301 if (rect_x + rect_w > w - i || rect_y + rect_h > h - j) { in decode_hextile()306 paint_rect(dst2, rect_x, rect_y, in decode_hextile()