Home
last modified time | relevance | path

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

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