Lines Matching full:body

147 		SVGA3dCmdDestroyContext body;  in vmw_hw_context_destroy()  member
173 cmd->header.size = sizeof(cmd->body); in vmw_hw_context_destroy()
174 cmd->body.cid = res->id; in vmw_hw_context_destroy()
250 SVGA3dCmdDefineContext body; in vmw_context_init() member
277 cmd->header.size = sizeof(cmd->body); in vmw_context_init()
278 cmd->body.cid = res->id; in vmw_context_init()
304 SVGA3dCmdDefineGBContext body; in vmw_gb_context_create() member
328 cmd->header.size = sizeof(cmd->body); in vmw_gb_context_create()
329 cmd->body.cid = res->id; in vmw_gb_context_create()
347 SVGA3dCmdBindGBContext body; in vmw_gb_context_bind() member
358 cmd->header.size = sizeof(cmd->body); in vmw_gb_context_bind()
359 cmd->body.cid = res->id; in vmw_gb_context_bind()
360 cmd->body.mobid = bo->resource->start; in vmw_gb_context_bind()
361 cmd->body.validContents = res->guest_memory_dirty; in vmw_gb_context_bind()
380 SVGA3dCmdReadbackGBContext body; in vmw_gb_context_unbind() member
384 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
450 cmd->header.size = sizeof(cmd->body); in vmw_gb_context_destroy()
451 cmd->body.cid = res->id; in vmw_gb_context_destroy()
471 SVGA3dCmdDXDefineContext body; in vmw_dx_context_create() member
495 cmd->header.size = sizeof(cmd->body); in vmw_dx_context_create()
496 cmd->body.cid = res->id; in vmw_dx_context_create()
514 SVGA3dCmdDXBindContext body; in vmw_dx_context_bind() member
525 cmd->header.size = sizeof(cmd->body); in vmw_dx_context_bind()
526 cmd->body.cid = res->id; in vmw_dx_context_bind()
527 cmd->body.mobid = bo->resource->start; in vmw_dx_context_bind()
528 cmd->body.validContents = res->guest_memory_dirty; in vmw_dx_context_bind()
589 SVGA3dCmdDXReadbackContext body; in vmw_dx_context_unbind() member
593 SVGA3dCmdDXBindContext body; in vmw_dx_context_unbind() member
623 cmd1->header.size = sizeof(cmd1->body); in vmw_dx_context_unbind()
624 cmd1->body.cid = res->id; in vmw_dx_context_unbind()
628 cmd2->header.size = sizeof(cmd2->body); in vmw_dx_context_unbind()
629 cmd2->body.cid = res->id; in vmw_dx_context_unbind()
630 cmd2->body.mobid = SVGA3D_INVALID_ID; in vmw_dx_context_unbind()
655 SVGA3dCmdDXDestroyContext body; in vmw_dx_context_destroy() member
666 cmd->header.size = sizeof(cmd->body); in vmw_dx_context_destroy()
667 cmd->body.cid = res->id; in vmw_dx_context_destroy()