Home
last modified time | relevance | path

Searched defs:bind_sampler_states (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_texture.c52 bind_sampler_states(struct fd_texture_stateobj *tex, unsigned start, in bind_sampler_states() function
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h337 void (*bind_sampler_states)(struct pipe_context *, member
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py287 def bind_sampler_states(self, shader, start, num_states, states): member in Context