Home
last modified time | relevance | path

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

/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c108 static void delete_sampler_state(void *state, UNUSED void *data) in delete_sampler_state() function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dcontext.rs313 pub fn delete_sampler_state(&self, ptr: *mut c_void) { in delete_sampler_state() method
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h373 void (*delete_sampler_state)(struct pipe_context *, void *); member
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py304 def delete_sampler_state(self, state): member in Context