Searched refs:dy_dst (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_transfer.c | 32 int dx_dst, int dy_dst, in glamor_upload_boxes() argument 62 int y1 = MAX(boxes->y1 + dy_dst, box->y1); in glamor_upload_boxes() 63 int y2 = MIN(boxes->y2 + dy_dst, box->y2); in glamor_upload_boxes() 65 size_t ofs = (y1 - dy_dst + dy_src) * byte_stride; in glamor_upload_boxes() 132 int dx_dst, int dy_dst, in glamor_download_boxes() argument 165 size_t ofs = (y1 - dy_src + dy_dst) * byte_stride; in glamor_download_boxes()
|
| H A D | glamor_transfer.h | 29 int dx_dst, int dy_dst, 43 int dx_dst, int dy_dst,
|