Home
last modified time | relevance | path

Searched refs:destRect (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c505 blit->body.destRect.left = clip->x1; in vmw_sou_bo_populate_clip()
506 blit->body.destRect.top = clip->y1; in vmw_sou_bo_populate_clip()
507 blit->body.destRect.right = clip->x2; in vmw_sou_bo_populate_clip()
508 blit->body.destRect.bottom = clip->y2; in vmw_sou_bo_populate_clip()
604 blit->body.destRect.left = 0; in vmw_sou_surface_pre_clip()
605 blit->body.destRect.top = 0; in vmw_sou_surface_pre_clip()
606 blit->body.destRect.right = 0; in vmw_sou_surface_pre_clip()
607 blit->body.destRect.bottom = 0; in vmw_sou_surface_pre_clip()
664 blit->body.destRect.left = bb->x1; in vmw_sou_surface_post_clip()
665 blit->body.destRect.top = bb->y1; in vmw_sou_surface_post_clip()
[all …]
/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h818 SVGASignedRect destRect; member
H A Dsvga3d_cmd.h825 SVGASignedRect destRect; member