• Home
  • Raw
  • Download

Lines Matching refs:body

145 		SVGA3dCmdDestroyContext body;  in vmw_hw_context_destroy()  member
171 cmd->header.size = sizeof(cmd->body); in vmw_hw_context_destroy()
172 cmd->body.cid = res->id; in vmw_hw_context_destroy()
248 SVGA3dCmdDefineContext body; in vmw_context_init() member
275 cmd->header.size = sizeof(cmd->body); in vmw_context_init()
276 cmd->body.cid = res->id; in vmw_context_init()
302 SVGA3dCmdDefineGBContext body; in vmw_gb_context_create() member
326 cmd->header.size = sizeof(cmd->body); in vmw_gb_context_create()
327 cmd->body.cid = res->id; in vmw_gb_context_create()
345 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
405 cmd1->header.size = sizeof(cmd1->body); in vmw_gb_context_unbind()
406 cmd1->body.cid = res->id; in vmw_gb_context_unbind()
410 cmd2->header.size = sizeof(cmd2->body); in vmw_gb_context_unbind()
411 cmd2->body.cid = res->id; in vmw_gb_context_unbind()
412 cmd2->body.mobid = SVGA3D_INVALID_ID; in vmw_gb_context_unbind()
437 SVGA3dCmdDestroyGBContext body; in vmw_gb_context_destroy() member
448 cmd->header.size = sizeof(cmd->body); in vmw_gb_context_destroy()
449 cmd->body.cid = res->id; in vmw_gb_context_destroy()
469 SVGA3dCmdDXDefineContext body; in vmw_dx_context_create() member
493 cmd->header.size = sizeof(cmd->body); in vmw_dx_context_create()
494 cmd->body.cid = res->id; in vmw_dx_context_create()
512 SVGA3dCmdDXBindContext body; in vmw_dx_context_bind() member
523 cmd->header.size = sizeof(cmd->body); in vmw_dx_context_bind()
524 cmd->body.cid = res->id; in vmw_dx_context_bind()
525 cmd->body.mobid = bo->mem.start; in vmw_dx_context_bind()
526 cmd->body.validContents = res->backup_dirty; in vmw_dx_context_bind()
587 SVGA3dCmdDXReadbackContext body; in vmw_dx_context_unbind() member
591 SVGA3dCmdDXBindContext body; in vmw_dx_context_unbind() member
621 cmd1->header.size = sizeof(cmd1->body); in vmw_dx_context_unbind()
622 cmd1->body.cid = res->id; in vmw_dx_context_unbind()
626 cmd2->header.size = sizeof(cmd2->body); in vmw_dx_context_unbind()
627 cmd2->body.cid = res->id; in vmw_dx_context_unbind()
628 cmd2->body.mobid = SVGA3D_INVALID_ID; in vmw_dx_context_unbind()
653 SVGA3dCmdDXDestroyContext body; in vmw_dx_context_destroy() member
664 cmd->header.size = sizeof(cmd->body); in vmw_dx_context_destroy()
665 cmd->body.cid = res->id; in vmw_dx_context_destroy()