Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
* If none is found an empty slot is initialized with a
* template and returned instead.
*/
-struct pipe_sampler_view **
+static struct pipe_sampler_view **
st_texture_get_sampler_view(struct st_context *st,
struct st_texture_object *stObj)
{
}
-extern struct pipe_sampler_view **
-st_texture_get_sampler_view(struct st_context *st,
- struct st_texture_object *stObj);
-
extern void
st_texture_release_sampler_view(struct st_context *st,
struct st_texture_object *stObj);