Searched defs:bind_sampler_states (Results 1 – 3 of 3) sorted by relevance
52 bind_sampler_states(struct fd_texture_stateobj *tex, unsigned start, in bind_sampler_states() function
337 void (*bind_sampler_states)(struct pipe_context *, member
287 def bind_sampler_states(self, shader, start, num_states, states): member in Context