Lines Matching defs:sid
95 * @sid: The surface id of the view being defined
97 * This generic struct is used by the code to change @view_id and @sid of a
102 uint32 sid;
183 cmd->body.sid = view->srf->id;
574 * Assert that the offset of sid in all view define commands
577 BUILD_BUG_ON(offsetof(struct vmw_view_define, sid) !=
578 offsetof(SVGA3dCmdDXDefineShaderResourceView, sid));
579 BUILD_BUG_ON(offsetof(struct vmw_view_define, sid) !=
580 offsetof(SVGA3dCmdDXDefineRenderTargetView, sid));
581 BUILD_BUG_ON(offsetof(struct vmw_view_define, sid) !=
582 offsetof(SVGA3dCmdDXDefineDepthStencilView, sid));