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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.c 2479 const struct drm_vmw_rect *vclips_ptr = vclips; local in function:vmw_kms_helper_dirty
2492 vclips_ptr += increment) {
2509 dirty->fb_x = vclips_ptr->x;
2510 dirty->fb_y = vclips_ptr->y;
2511 dirty->unit_x2 = dirty->fb_x + vclips_ptr->w +
2513 dirty->unit_y2 = dirty->fb_y + vclips_ptr->h +
vmwgfx_kms.c 2479 const struct drm_vmw_rect *vclips_ptr = vclips; local in function:vmw_kms_helper_dirty
2492 vclips_ptr += increment) {
2509 dirty->fb_x = vclips_ptr->x;
2510 dirty->fb_y = vclips_ptr->y;
2511 dirty->unit_x2 = dirty->fb_x + vclips_ptr->w +
2513 dirty->unit_y2 = dirty->fb_y + vclips_ptr->h +

Completed in 23 milliseconds