Home
last modified time | relevance | path

Searched refs:cso_delete_state (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c45 void cso_delete_state(struct pipe_context *pipe, void *state, in cso_delete_state() function
169 sc->delete_cso = (cso_delete_cso_callback)cso_delete_state; in cso_cache_init()
Dcso_cache.h168 void cso_delete_state(struct pipe_context *pipe, void *state,
Dcso_context.c158 cso_delete_state(ctx->pipe, state, type); in delete_cso()