Lines Matching refs:body

137 		SVGA3dCmdDestroyContext body;  in vmw_hw_context_destroy()  member
166 cmd->header.size = sizeof(cmd->body); in vmw_hw_context_destroy()
167 cmd->body.cid = res->id; in vmw_hw_context_destroy()
243 SVGA3dCmdDefineContext body; in vmw_context_init() member
271 cmd->header.size = sizeof(cmd->body); in vmw_context_init()
272 cmd->body.cid = res->id; in vmw_context_init()
298 SVGA3dCmdDefineGBContext body; in vmw_gb_context_create() member
324 cmd->header.size = sizeof(cmd->body); in vmw_gb_context_create()
325 cmd->body.cid = res->id; in vmw_gb_context_create()
343 SVGA3dCmdBindGBContext body; in vmw_gb_context_bind() member
356 cmd->header.size = sizeof(cmd->body); in vmw_gb_context_bind()
357 cmd->body.cid = res->id; in vmw_gb_context_bind()
358 cmd->body.mobid = bo->mem.start; in vmw_gb_context_bind()
359 cmd->body.validContents = res->backup_dirty; in vmw_gb_context_bind()
378 SVGA3dCmdReadbackGBContext body; in vmw_gb_context_unbind() member
382 SVGA3dCmdBindGBContext body; in vmw_gb_context_unbind() member
407 cmd1->header.size = sizeof(cmd1->body); in vmw_gb_context_unbind()
408 cmd1->body.cid = res->id; in vmw_gb_context_unbind()
412 cmd2->header.size = sizeof(cmd2->body); in vmw_gb_context_unbind()
413 cmd2->body.cid = res->id; in vmw_gb_context_unbind()
414 cmd2->body.mobid = SVGA3D_INVALID_ID; in vmw_gb_context_unbind()
439 SVGA3dCmdDestroyGBContext body; in vmw_gb_context_destroy() member
453 cmd->header.size = sizeof(cmd->body); in vmw_gb_context_destroy()
454 cmd->body.cid = res->id; in vmw_gb_context_destroy()
474 SVGA3dCmdDXDefineContext body; in vmw_dx_context_create() member
500 cmd->header.size = sizeof(cmd->body); in vmw_dx_context_create()
501 cmd->body.cid = res->id; in vmw_dx_context_create()
519 SVGA3dCmdDXBindContext body; in vmw_dx_context_bind() member
533 cmd->header.size = sizeof(cmd->body); in vmw_dx_context_bind()
534 cmd->body.cid = res->id; in vmw_dx_context_bind()
535 cmd->body.mobid = bo->mem.start; in vmw_dx_context_bind()
536 cmd->body.validContents = res->backup_dirty; in vmw_dx_context_bind()
595 SVGA3dCmdDXReadbackContext body; in vmw_dx_context_unbind() member
599 SVGA3dCmdDXBindContext body; in vmw_dx_context_unbind() member
631 cmd1->header.size = sizeof(cmd1->body); in vmw_dx_context_unbind()
632 cmd1->body.cid = res->id; in vmw_dx_context_unbind()
636 cmd2->header.size = sizeof(cmd2->body); in vmw_dx_context_unbind()
637 cmd2->body.cid = res->id; in vmw_dx_context_unbind()
638 cmd2->body.mobid = SVGA3D_INVALID_ID; in vmw_dx_context_unbind()
663 SVGA3dCmdDXDestroyContext body; in vmw_dx_context_destroy() member
677 cmd->header.size = sizeof(cmd->body); in vmw_dx_context_destroy()
678 cmd->body.cid = res->id; in vmw_dx_context_destroy()