Lines Matching refs:body

84 	SVGA3dCmdUpdateGBScreenTarget body;  member
89 SVGA3dCmdSurfaceDMA body; member
94 SVGA3dCmdSurfaceCopy body; member
99 SVGA3dCmdUpdateGBImage body; member
177 SVGA3dCmdDefineGBScreenTarget body; in vmw_stdu_define_st() member
185 cmd->header.size = sizeof(cmd->body); in vmw_stdu_define_st()
187 cmd->body.stid = stdu->base.unit; in vmw_stdu_define_st()
188 cmd->body.width = mode->hdisplay; in vmw_stdu_define_st()
189 cmd->body.height = mode->vdisplay; in vmw_stdu_define_st()
190 cmd->body.flags = (0 == cmd->body.stid) ? SVGA_STFLAG_PRIMARY : 0; in vmw_stdu_define_st()
191 cmd->body.dpi = 0; in vmw_stdu_define_st()
192 cmd->body.xRoot = crtc_x; in vmw_stdu_define_st()
193 cmd->body.yRoot = crtc_y; in vmw_stdu_define_st()
195 stdu->base.set_gui_x = cmd->body.xRoot; in vmw_stdu_define_st()
196 stdu->base.set_gui_y = cmd->body.yRoot; in vmw_stdu_define_st()
226 SVGA3dCmdBindGBScreenTarget body; in vmw_stdu_bind_st() member
244 cmd->header.size = sizeof(cmd->body); in vmw_stdu_bind_st()
246 cmd->body.stid = stdu->base.unit; in vmw_stdu_bind_st()
247 cmd->body.image = image; in vmw_stdu_bind_st()
271 update->header.size = sizeof(update->body); in vmw_stdu_populate_update()
273 update->body.stid = unit; in vmw_stdu_populate_update()
274 update->body.rect.x = left; in vmw_stdu_populate_update()
275 update->body.rect.y = top; in vmw_stdu_populate_update()
276 update->body.rect.w = right - left; in vmw_stdu_populate_update()
277 update->body.rect.h = bottom - top; in vmw_stdu_populate_update()
331 SVGA3dCmdDestroyGBScreenTarget body; in vmw_stdu_destroy_st() member
344 cmd->header.size = sizeof(cmd->body); in vmw_stdu_destroy_st()
346 cmd->body.stid = stdu->base.unit; in vmw_stdu_destroy_st()
514 cmd->header.size = sizeof(cmd->body) + blit_size; in vmw_stdu_bo_fifo_commit()
515 vmw_bo_get_guest_ptr(&ddirty->buf->base, &cmd->body.guest.ptr); in vmw_stdu_bo_fifo_commit()
516 cmd->body.guest.pitch = ddirty->pitch; in vmw_stdu_bo_fifo_commit()
517 cmd->body.host.sid = stdu->display_srf->res.id; in vmw_stdu_bo_fifo_commit()
518 cmd->body.host.face = 0; in vmw_stdu_bo_fifo_commit()
519 cmd->body.host.mipmap = 0; in vmw_stdu_bo_fifo_commit()
520 cmd->body.transfer = ddirty->transfer; in vmw_stdu_bo_fifo_commit()
814 cmd->header.size = sizeof(cmd->body) + blit_size; in vmw_kms_stdu_surface_fifo_commit()
815 cmd->body.src.sid = sdirty->sid; in vmw_kms_stdu_surface_fifo_commit()
816 cmd->body.dest.sid = stdu->display_srf->res.id; in vmw_kms_stdu_surface_fifo_commit()
1203 cmd_dma->header.size = sizeof(cmd_dma->body) + in vmw_stdu_bo_populate_dma()
1206 vmw_bo_get_guest_ptr(&vfbbo->buffer->base, &cmd_dma->body.guest.ptr); in vmw_stdu_bo_populate_dma()
1207 cmd_dma->body.guest.pitch = update->vfb->base.pitches[0]; in vmw_stdu_bo_populate_dma()
1208 cmd_dma->body.host.sid = stdu->display_srf->res.id; in vmw_stdu_bo_populate_dma()
1209 cmd_dma->body.host.face = 0; in vmw_stdu_bo_populate_dma()
1210 cmd_dma->body.host.mipmap = 0; in vmw_stdu_bo_populate_dma()
1211 cmd_dma->body.transfer = SVGA3D_WRITE_HOST_VRAM; in vmw_stdu_bo_populate_dma()
1317 SVGA3dBox *box = &cmd_img->body.box; in vmw_stdu_bo_populate_update_cpu()
1320 cmd_img->header.size = sizeof(cmd_img->body); in vmw_stdu_bo_populate_update_cpu()
1321 cmd_img->body.image.sid = stdu->display_srf->res.id; in vmw_stdu_bo_populate_update_cpu()
1322 cmd_img->body.image.face = 0; in vmw_stdu_bo_populate_update_cpu()
1323 cmd_img->body.image.mipmap = 0; in vmw_stdu_bo_populate_update_cpu()
1446 SVGA3dBox *box = &cmd_update->body.box; in vmw_stdu_surface_update_proxy()
1449 cmd_update->header.size = sizeof(cmd_update->body); in vmw_stdu_surface_update_proxy()
1450 cmd_update->body.image.sid = vfbs->surface->res.id; in vmw_stdu_surface_update_proxy()
1451 cmd_update->body.image.face = 0; in vmw_stdu_surface_update_proxy()
1452 cmd_update->body.image.mipmap = 0; in vmw_stdu_surface_update_proxy()
1480 cmd_copy->header.size = sizeof(cmd_copy->body) + sizeof(SVGA3dCopyBox) * in vmw_stdu_surface_populate_copy()
1482 cmd_copy->body.src.sid = vfbs->surface->res.id; in vmw_stdu_surface_populate_copy()
1483 cmd_copy->body.dest.sid = stdu->display_srf->res.id; in vmw_stdu_surface_populate_copy()