Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
Dcontext.rs311 pub fn bind_sampler_states(&self, samplers: &[*mut c_void]) { in bind_sampler_states() method
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h369 void (*bind_sampler_states)(struct pipe_context *, member
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py307 def bind_sampler_states(self, shader, start, num_states, states): member in Context