Lines Matching refs:body

85 	SVGA3dCmdUpdateGBScreenTarget body;  member
90 SVGA3dCmdSurfaceDMA body; member
95 SVGA3dCmdSurfaceCopy body; member
100 SVGA3dCmdUpdateGBImage body; member
170 SVGA3dCmdDefineGBScreenTarget body; in vmw_stdu_define_st() member
178 cmd->header.size = sizeof(cmd->body); in vmw_stdu_define_st()
180 cmd->body.stid = stdu->base.unit; in vmw_stdu_define_st()
181 cmd->body.width = mode->hdisplay; in vmw_stdu_define_st()
182 cmd->body.height = mode->vdisplay; in vmw_stdu_define_st()
183 cmd->body.flags = (0 == cmd->body.stid) ? SVGA_STFLAG_PRIMARY : 0; in vmw_stdu_define_st()
184 cmd->body.dpi = 0; in vmw_stdu_define_st()
185 cmd->body.xRoot = crtc_x; in vmw_stdu_define_st()
186 cmd->body.yRoot = crtc_y; in vmw_stdu_define_st()
188 stdu->base.set_gui_x = cmd->body.xRoot; in vmw_stdu_define_st()
189 stdu->base.set_gui_y = cmd->body.yRoot; in vmw_stdu_define_st()
219 SVGA3dCmdBindGBScreenTarget body; in vmw_stdu_bind_st() member
237 cmd->header.size = sizeof(cmd->body); in vmw_stdu_bind_st()
239 cmd->body.stid = stdu->base.unit; in vmw_stdu_bind_st()
240 cmd->body.image = image; in vmw_stdu_bind_st()
264 update->header.size = sizeof(update->body); in vmw_stdu_populate_update()
266 update->body.stid = unit; in vmw_stdu_populate_update()
267 update->body.rect.x = left; in vmw_stdu_populate_update()
268 update->body.rect.y = top; in vmw_stdu_populate_update()
269 update->body.rect.w = right - left; in vmw_stdu_populate_update()
270 update->body.rect.h = bottom - top; in vmw_stdu_populate_update()
324 SVGA3dCmdDestroyGBScreenTarget body; in vmw_stdu_destroy_st() member
337 cmd->header.size = sizeof(cmd->body); in vmw_stdu_destroy_st()
339 cmd->body.stid = stdu->base.unit; in vmw_stdu_destroy_st()
507 cmd->header.size = sizeof(cmd->body) + blit_size; in vmw_stdu_bo_fifo_commit()
508 vmw_bo_get_guest_ptr(&ddirty->buf->base, &cmd->body.guest.ptr); in vmw_stdu_bo_fifo_commit()
509 cmd->body.guest.pitch = ddirty->pitch; in vmw_stdu_bo_fifo_commit()
510 cmd->body.host.sid = stdu->display_srf->res.id; in vmw_stdu_bo_fifo_commit()
511 cmd->body.host.face = 0; in vmw_stdu_bo_fifo_commit()
512 cmd->body.host.mipmap = 0; in vmw_stdu_bo_fifo_commit()
513 cmd->body.transfer = ddirty->transfer; in vmw_stdu_bo_fifo_commit()
806 cmd->header.size = sizeof(cmd->body) + blit_size; in vmw_kms_stdu_surface_fifo_commit()
807 cmd->body.src.sid = sdirty->sid; in vmw_kms_stdu_surface_fifo_commit()
808 cmd->body.dest.sid = stdu->display_srf->res.id; in vmw_kms_stdu_surface_fifo_commit()
1198 cmd_dma->header.size = sizeof(cmd_dma->body) + in vmw_stdu_bo_populate_dma()
1201 vmw_bo_get_guest_ptr(&vfbbo->buffer->base, &cmd_dma->body.guest.ptr); in vmw_stdu_bo_populate_dma()
1202 cmd_dma->body.guest.pitch = update->vfb->base.pitches[0]; in vmw_stdu_bo_populate_dma()
1203 cmd_dma->body.host.sid = stdu->display_srf->res.id; in vmw_stdu_bo_populate_dma()
1204 cmd_dma->body.host.face = 0; in vmw_stdu_bo_populate_dma()
1205 cmd_dma->body.host.mipmap = 0; in vmw_stdu_bo_populate_dma()
1206 cmd_dma->body.transfer = SVGA3D_WRITE_HOST_VRAM; in vmw_stdu_bo_populate_dma()
1312 SVGA3dBox *box = &cmd_img->body.box; in vmw_stdu_bo_populate_update_cpu()
1315 cmd_img->header.size = sizeof(cmd_img->body); in vmw_stdu_bo_populate_update_cpu()
1316 cmd_img->body.image.sid = stdu->display_srf->res.id; in vmw_stdu_bo_populate_update_cpu()
1317 cmd_img->body.image.face = 0; in vmw_stdu_bo_populate_update_cpu()
1318 cmd_img->body.image.mipmap = 0; in vmw_stdu_bo_populate_update_cpu()
1441 SVGA3dBox *box = &cmd_update->body.box; in vmw_stdu_surface_update_proxy()
1444 cmd_update->header.size = sizeof(cmd_update->body); in vmw_stdu_surface_update_proxy()
1445 cmd_update->body.image.sid = vfbs->surface->res.id; in vmw_stdu_surface_update_proxy()
1446 cmd_update->body.image.face = 0; in vmw_stdu_surface_update_proxy()
1447 cmd_update->body.image.mipmap = 0; in vmw_stdu_surface_update_proxy()
1475 cmd_copy->header.size = sizeof(cmd_copy->body) + sizeof(SVGA3dCopyBox) * in vmw_stdu_surface_populate_copy()
1477 cmd_copy->body.src.sid = vfbs->surface->res.id; in vmw_stdu_surface_populate_copy()
1478 cmd_copy->body.dest.sid = stdu->display_srf->res.id; in vmw_stdu_surface_populate_copy()