Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_texture.c52 static void bind_sampler_states(struct fd_texture_stateobj *tex, in bind_sampler_states() function
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h142 void (*bind_sampler_states)(struct pipe_context *, member
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h207 void (*bind_sampler_states)(struct pipe_context *, member
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py285 def bind_sampler_states(self, shader, start, num_states, states): member in Context