zink: mark bind_stage() as inline

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11403>
This commit is contained in:
Mike Blumenkrantz 2021-01-23 11:03:52 -05:00 committed by Marge Bot
parent 1672056ee8
commit 84bce72014

View file

@ -981,7 +981,7 @@ zink_create_vs_state(struct pipe_context *pctx,
return zink_shader_create(zink_screen(pctx->screen), nir, &shader->stream_output);
}
static void
static inline void
bind_stage(struct zink_context *ctx, enum pipe_shader_type stage,
struct zink_shader *shader)
{