Lines Matching defs:blit
110 * is a separate buffer to which content_vfbs will blit to.
448 * vmw_stdu_bo_cpu_clip - Callback to encode a CPU blit
478 * vmw_stdu_bo_cpu_commit - Callback to do a CPU blit from buffer object
483 * 2D VM, we have to do a CPU blit ourselves.
617 struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1];
619 blit += dirty->num_hits;
620 blit->srcx = dirty->fb_x;
621 blit->srcy = dirty->fb_y;
622 blit->x = dirty->unit_x1;
623 blit->y = dirty->unit_y1;
624 blit->d = 1;
625 blit->w = dirty->unit_x2 - dirty->unit_x1;
626 blit->h = dirty->unit_y2 - dirty->unit_y1;
664 struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1];
670 update = (struct vmw_stdu_update *) &blit[dirty->num_hits];
695 * @srf: Pointer to surface to blit from. If NULL, the surface attached