Lines Matching refs:diff
495 struct vmw_diff_cpy diff = VMW_CPU_BLIT_DIFF_INITIALIZER(stdu->cpp);
517 width * stdu->cpp, height, &diff);
1066 struct vmw_diff_cpy diff = VMW_CPU_BLIT_DIFF_INITIALIZER(0);
1081 diff.cpp = stdu->cpp;
1094 &diff);
1096 if (drm_rect_visible(&diff.rect)) {
1105 box->x = diff.rect.x1;
1106 box->y = diff.rect.y1;
1108 box->w = drm_rect_width(&diff.rect);
1109 box->h = drm_rect_height(&diff.rect);
1114 diff.rect.x1, diff.rect.x2,
1115 diff.rect.y1, diff.rect.y2);