Home
last modified time | relevance | path

Searched refs:rect_x (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.h61 uint16_t rect_x; member
H A Detnaviv_blt.c125 etna_set_state(stream, VIVS_BLT_DEST_POS, VIVS_BLT_DEST_POS_X(op->rect_x) | VIVS_BLT_DEST_POS_Y(op->rect_y)); 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()
/third_party/ffmpeg/libavcodec/
H A Dvmnc.c291 int rect_x, rect_y, rect_w, rect_h; in decode_hextile() local
297 rect_x = xy >> 4; in decode_hextile()
302 if (rect_x + rect_w > w - i || rect_y + rect_h > h - j) { in decode_hextile()
307 paint_rect(dst2, rect_x, rect_y, in decode_hextile()

Completed in 2 milliseconds