Lines Matching full:body

94 	SVGA3dCmdUpdateGBScreenTarget body;  member
99 SVGA3dCmdSurfaceCopy body; member
104 SVGA3dCmdUpdateGBImage body; member
176 SVGA3dCmdDefineGBScreenTarget body; in vmw_stdu_define_st() member
184 cmd->header.size = sizeof(cmd->body); in vmw_stdu_define_st()
186 cmd->body.stid = stdu->base.unit; in vmw_stdu_define_st()
187 cmd->body.width = mode->hdisplay; in vmw_stdu_define_st()
188 cmd->body.height = mode->vdisplay; in vmw_stdu_define_st()
189 cmd->body.flags = (0 == cmd->body.stid) ? SVGA_STFLAG_PRIMARY : 0; in vmw_stdu_define_st()
190 cmd->body.dpi = 0; in vmw_stdu_define_st()
191 cmd->body.xRoot = crtc_x; in vmw_stdu_define_st()
192 cmd->body.yRoot = crtc_y; in vmw_stdu_define_st()
194 stdu->base.set_gui_x = cmd->body.xRoot; in vmw_stdu_define_st()
195 stdu->base.set_gui_y = cmd->body.yRoot; in vmw_stdu_define_st()
227 SVGA3dCmdBindGBScreenTarget body; in vmw_stdu_bind_st() member
245 cmd->header.size = sizeof(cmd->body); in vmw_stdu_bind_st()
247 cmd->body.stid = stdu->base.unit; in vmw_stdu_bind_st()
248 cmd->body.image = image; in vmw_stdu_bind_st()
272 update->header.size = sizeof(update->body); in vmw_stdu_populate_update()
274 update->body.stid = unit; in vmw_stdu_populate_update()
275 update->body.rect.x = left; in vmw_stdu_populate_update()
276 update->body.rect.y = top; in vmw_stdu_populate_update()
277 update->body.rect.w = right - left; in vmw_stdu_populate_update()
278 update->body.rect.h = bottom - top; in vmw_stdu_populate_update()
335 SVGA3dCmdDestroyGBScreenTarget body; in vmw_stdu_destroy_st() member
348 cmd->header.size = sizeof(cmd->body); in vmw_stdu_destroy_st()
350 cmd->body.stid = stdu->base.unit; in vmw_stdu_destroy_st()
680 cmd->header.size = sizeof(cmd->body) + blit_size; in vmw_kms_stdu_surface_fifo_commit()
681 cmd->body.src.sid = sdirty->sid; in vmw_kms_stdu_surface_fifo_commit()
682 cmd->body.dest.sid = stdu->display_srf->res.id; in vmw_kms_stdu_surface_fifo_commit()
1205 SVGA3dBox *box = &cmd_img->body.box; in vmw_stdu_bo_populate_update_cpu()
1208 cmd_img->header.size = sizeof(cmd_img->body); in vmw_stdu_bo_populate_update_cpu()
1209 cmd_img->body.image.sid = stdu->display_srf->res.id; in vmw_stdu_bo_populate_update_cpu()
1210 cmd_img->body.image.face = 0; in vmw_stdu_bo_populate_update_cpu()
1211 cmd_img->body.image.mipmap = 0; in vmw_stdu_bo_populate_update_cpu()
1303 cmd_copy->header.size = sizeof(cmd_copy->body) + sizeof(SVGA3dCopyBox) * in vmw_stdu_surface_populate_copy()
1305 cmd_copy->body.src.sid = vmw_user_object_surface(&vfbs->uo)->res.id; in vmw_stdu_surface_populate_copy()
1306 cmd_copy->body.dest.sid = stdu->display_srf->res.id; in vmw_stdu_surface_populate_copy()