Lines Matching defs:sid
100 * @sid: The surface id of the view being defined
102 * This generic struct is used by the code to change @view_id and @sid of a
107 uint32 sid;
186 /* Sid may have changed due to surface eviction. */
188 cmd->body.sid = view->srf->id;
575 * Assert that the offset of sid in all view define commands
578 BUILD_BUG_ON(offsetof(struct vmw_view_define, sid) !=
579 offsetof(SVGA3dCmdDXDefineShaderResourceView, sid));
580 BUILD_BUG_ON(offsetof(struct vmw_view_define, sid) !=
581 offsetof(SVGA3dCmdDXDefineRenderTargetView, sid));
582 BUILD_BUG_ON(offsetof(struct vmw_view_define, sid) !=
583 offsetof(SVGA3dCmdDXDefineDepthStencilView, sid));