Lines Matching refs:body

112 		SVGA3dCmdDestroyContext body;  in vmw_hw_context_destroy()  member
139 cmd->header.size = cpu_to_le32(sizeof(cmd->body)); in vmw_hw_context_destroy()
140 cmd->body.cid = cpu_to_le32(res->id); in vmw_hw_context_destroy()
191 SVGA3dCmdDefineContext body; in vmw_context_init() member
219 cmd->header.size = cpu_to_le32(sizeof(cmd->body)); in vmw_context_init()
220 cmd->body.cid = cpu_to_le32(res->id); in vmw_context_init()
255 SVGA3dCmdDefineGBContext body; in vmw_gb_context_create() member
281 cmd->header.size = sizeof(cmd->body); in vmw_gb_context_create()
282 cmd->body.cid = res->id; in vmw_gb_context_create()
300 SVGA3dCmdBindGBContext body; in vmw_gb_context_bind() member
314 cmd->header.size = sizeof(cmd->body); in vmw_gb_context_bind()
315 cmd->body.cid = res->id; in vmw_gb_context_bind()
316 cmd->body.mobid = bo->mem.start; in vmw_gb_context_bind()
317 cmd->body.validContents = res->backup_dirty; in vmw_gb_context_bind()
336 SVGA3dCmdReadbackGBContext body; in vmw_gb_context_unbind() member
340 SVGA3dCmdBindGBContext body; in vmw_gb_context_unbind() member
365 cmd1->header.size = sizeof(cmd1->body); in vmw_gb_context_unbind()
366 cmd1->body.cid = res->id; in vmw_gb_context_unbind()
370 cmd2->header.size = sizeof(cmd2->body); in vmw_gb_context_unbind()
371 cmd2->body.cid = res->id; in vmw_gb_context_unbind()
372 cmd2->body.mobid = SVGA3D_INVALID_ID; in vmw_gb_context_unbind()
397 SVGA3dCmdDestroyGBContext body; in vmw_gb_context_destroy() member
411 cmd->header.size = sizeof(cmd->body); in vmw_gb_context_destroy()
412 cmd->body.cid = res->id; in vmw_gb_context_destroy()
552 SVGA3dCmdSetShader body; in vmw_context_scrub_shader() member
563 cmd->header.size = sizeof(cmd->body); in vmw_context_scrub_shader()
564 cmd->body.cid = bi->ctx->id; in vmw_context_scrub_shader()
565 cmd->body.type = bi->i1.shader_type; in vmw_context_scrub_shader()
566 cmd->body.shid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_context_scrub_shader()
585 SVGA3dCmdSetRenderTarget body; in vmw_context_scrub_render_target() member
596 cmd->header.size = sizeof(cmd->body); in vmw_context_scrub_render_target()
597 cmd->body.cid = bi->ctx->id; in vmw_context_scrub_render_target()
598 cmd->body.type = bi->i1.rt_type; in vmw_context_scrub_render_target()
599 cmd->body.target.sid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_context_scrub_render_target()
600 cmd->body.target.face = 0; in vmw_context_scrub_render_target()
601 cmd->body.target.mipmap = 0; in vmw_context_scrub_render_target()
625 } body; in vmw_context_scrub_texture() member
637 cmd->header.size = sizeof(cmd->body); in vmw_context_scrub_texture()
638 cmd->body.c.cid = bi->ctx->id; in vmw_context_scrub_texture()
639 cmd->body.s1.stage = bi->i1.texture_stage; in vmw_context_scrub_texture()
640 cmd->body.s1.name = SVGA3D_TS_BIND_TEXTURE; in vmw_context_scrub_texture()
641 cmd->body.s1.value = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_context_scrub_texture()