Home
last modified time | relevance | path

Searched refs:cso_cache_init (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.h149 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe);
Dcso_cache.c159 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe) in cso_cache_init() function
Dcso_context.c254 cso_cache_init(&ctx->cache, pipe); in cso_create_context()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c375 cso_cache_init(&mgr->cso_cache, pipe); in u_vbuf_create()