freedreno: move bind_sampler_states to per-generation
[mesa.git] / src / gallium / drivers / freedreno / freedreno_texture.h
index f73110dde123b89951d17b8ca1204751641dfea9..388b980d8575841a46ff2629ab35be4dfd766e28 100644 (file)
 
 #include "pipe/p_context.h"
 
+void fd_sampler_states_bind(struct pipe_context *pctx,
+               unsigned shader, unsigned start,
+               unsigned nr, void **hwcso);
+
 void fd_texture_init(struct pipe_context *pctx);
 
 #endif /* FREEDRENO_TEXTURE_H_ */