Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_cache.c37 struct cache_item struct
42 struct cache_item *next; argument
47 struct cache_item **items;
48 struct cache_item *last;
84 struct cache_item **items; in rehash()
85 struct cache_item *c, *next; in rehash()
91 items = (struct cache_item**) malloc(size * sizeof(*items)); in rehash()
111 struct cache_item *c, *next; in clear_cache()
144 cache->items = (struct cache_item **) in _mesa_new_program_cache()
145 calloc(1, cache->size * sizeof(struct cache_item)); in _mesa_new_program_cache()
[all …]