HomeSort by: relevance | last modified time | path
    Searched defs:dst_x2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fb.c 187 s32 dst_x1, dst_x2, dst_y1, dst_y2, w = 0, h = 0; local in function:vmw_fb_dirty_flush
228 dst_x2 = par->dirty.x2 - par->fb_x;
230 dst_x2 = min_t(s32, dst_x2, max_x);
232 w = dst_x2 - dst_x1;
255 clip.x2 = dst_x2;
vmwgfx_fb.c 187 s32 dst_x1, dst_x2, dst_y1, dst_y2, w = 0, h = 0; local in function:vmw_fb_dirty_flush
228 dst_x2 = par->dirty.x2 - par->fb_x;
230 dst_x2 = min_t(s32, dst_x2, max_x);
232 w = dst_x2 - dst_x1;
255 clip.x2 = dst_x2;

Completed in 25 milliseconds