Home
last modified time | relevance | path

Searched refs:dx_src (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_transfer.c31 int dx_src, int dy_src, in glamor_upload_boxes() argument
66 ofs += (x1 - dx_dst + dx_src) * bytes_per_pixel; in glamor_upload_boxes()
131 int dx_src, int dy_src, in glamor_download_boxes() argument
161 int x1 = MAX(boxes->x1 + dx_src, box->x1); in glamor_download_boxes()
162 int x2 = MIN(boxes->x2 + dx_src, box->x2); in glamor_download_boxes()
166 ofs += (x1 - dx_src + dx_dst) * bytes_per_pixel; in glamor_download_boxes()
H A Dglamor_transfer.h28 int dx_src, int dy_src,
42 int dx_src, int dy_src,