Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.h149 struct cso_cache *cso_cache_create(void);
Dcso_cache.c246 struct cso_cache *cso_cache_create(void) in cso_cache_create() function
Dcso_context.c297 ctx->cache = cso_cache_create(); in cso_create_context()
/external/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c313 mgr->cso_cache = cso_cache_create(); in u_vbuf_create()