Searched defs:delete_sampler_state (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c106 static void delete_sampler_state(void *state, void *data) function
137 delete_sampler_state(state, 0);
291 cso_for_each_state(sc, CSO_SAMPLER, delete_sampler_state, 0);
H A Dcso_context.c151 static boolean delete_sampler_state(struct cso_context *ctx, void *state) function
194 return delete_sampler_state(ctx, state);
992 (cso_state_callback) ctx->pipe->delete_sampler_state;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h150 void (*delete_sampler_state)(struct pipe_context *, void *); member in struct:pipe_context

Completed in 111 milliseconds