Searched refs:dy_src (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_transfer.c | 31 int dx_src, int dy_src, in glamor_upload_boxes() argument 65 size_t ofs = (y1 - dy_dst + dy_src) * byte_stride; in glamor_upload_boxes() 131 int dx_src, int dy_src, in glamor_download_boxes() argument 163 int y1 = MAX(boxes->y1 + dy_src, box->y1); in glamor_download_boxes() 164 int y2 = MIN(boxes->y2 + dy_src, box->y2); in glamor_download_boxes() 165 size_t ofs = (y1 - dy_src + dy_dst) * byte_stride; in glamor_download_boxes()
|
| H A D | glamor_transfer.h | 28 int dx_src, int dy_src, 42 int dx_src, int dy_src,
|