Searched defs:bind_sampler_states (Results 1 – 4 of 4) sorted by relevance
52 static void bind_sampler_states(struct fd_texture_stateobj *tex, in bind_sampler_states() function
142 void (*bind_sampler_states)(struct pipe_context *, member
207 void (*bind_sampler_states)(struct pipe_context *, member
285 def bind_sampler_states(self, shader, start, num_states, states): member in Context