Lines Matching refs:body
76 SVGA3dCmdUpdateGBScreenTarget body; member
81 SVGA3dCmdSurfaceDMA body; member
86 SVGA3dCmdSurfaceCopy body; member
200 SVGA3dCmdDefineGBScreenTarget body; in vmw_stdu_define_st() member
211 cmd->header.size = sizeof(cmd->body); in vmw_stdu_define_st()
213 cmd->body.stid = stdu->base.unit; in vmw_stdu_define_st()
214 cmd->body.width = stdu->display_srf->base_size.width; in vmw_stdu_define_st()
215 cmd->body.height = stdu->display_srf->base_size.height; in vmw_stdu_define_st()
216 cmd->body.flags = (0 == cmd->body.stid) ? SVGA_STFLAG_PRIMARY : 0; in vmw_stdu_define_st()
217 cmd->body.dpi = 0; in vmw_stdu_define_st()
218 cmd->body.xRoot = stdu->base.crtc.x; in vmw_stdu_define_st()
219 cmd->body.yRoot = stdu->base.crtc.y; in vmw_stdu_define_st()
222 cmd->body.xRoot = stdu->base.gui_x; in vmw_stdu_define_st()
223 cmd->body.yRoot = stdu->base.gui_y; in vmw_stdu_define_st()
252 SVGA3dCmdBindGBScreenTarget body; in vmw_stdu_bind_st() member
273 cmd->header.size = sizeof(cmd->body); in vmw_stdu_bind_st()
275 cmd->body.stid = stdu->base.unit; in vmw_stdu_bind_st()
276 cmd->body.image = image; in vmw_stdu_bind_st()
300 update->header.size = sizeof(update->body); in vmw_stdu_populate_update()
302 update->body.stid = unit; in vmw_stdu_populate_update()
303 update->body.rect.x = left; in vmw_stdu_populate_update()
304 update->body.rect.y = top; in vmw_stdu_populate_update()
305 update->body.rect.w = right - left; in vmw_stdu_populate_update()
306 update->body.rect.h = bottom - top; in vmw_stdu_populate_update()
363 SVGA3dCmdDestroyGBScreenTarget body; in vmw_stdu_destroy_st() member
379 cmd->header.size = sizeof(cmd->body); in vmw_stdu_destroy_st()
381 cmd->body.stid = stdu->base.unit; in vmw_stdu_destroy_st()
796 cmd->header.size = sizeof(cmd->body) + blit_size; in vmw_stdu_dmabuf_fifo_commit()
797 vmw_bo_get_guest_ptr(&ddirty->buf->base, &cmd->body.guest.ptr); in vmw_stdu_dmabuf_fifo_commit()
798 cmd->body.guest.pitch = ddirty->pitch; in vmw_stdu_dmabuf_fifo_commit()
799 cmd->body.host.sid = stdu->display_srf->res.id; in vmw_stdu_dmabuf_fifo_commit()
800 cmd->body.host.face = 0; in vmw_stdu_dmabuf_fifo_commit()
801 cmd->body.host.mipmap = 0; in vmw_stdu_dmabuf_fifo_commit()
802 cmd->body.transfer = ddirty->transfer; in vmw_stdu_dmabuf_fifo_commit()
953 cmd->header.size = sizeof(cmd->body) + blit_size; in vmw_kms_stdu_surface_fifo_commit()
954 cmd->body.src.sid = sdirty->sid; in vmw_kms_stdu_surface_fifo_commit()
955 cmd->body.dest.sid = stdu->display_srf->res.id; in vmw_kms_stdu_surface_fifo_commit()