Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.h149 struct cso_cache *cso_cache_create(void);
Dcso_cache.c244 struct cso_cache *cso_cache_create(void) in cso_cache_create() function
Dcso_context.c315 ctx->cache = cso_cache_create(); in cso_create_context()
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_cache.h148 struct cso_cache *cso_cache_create(void);
Dcso_cache.c248 struct cso_cache *cso_cache_create(void) in cso_cache_create() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c325 mgr->cso_cache = cso_cache_create(); in u_vbuf_create()