Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_cache.c54 hash_key(struct brw_cache_item *item) in hash_key()
72 brw_cache_item_equals(const struct brw_cache_item *a, in brw_cache_item_equals()
73 const struct brw_cache_item *b) in brw_cache_item_equals()
81 static struct brw_cache_item *
83 struct brw_cache_item *lookup) in search_cache()
85 struct brw_cache_item *c; in search_cache()
109 struct brw_cache_item **items; in rehash()
110 struct brw_cache_item *c, *next; in rehash()
114 items = (struct brw_cache_item**) calloc(1, size * sizeof(*items)); in rehash()
139 struct brw_cache_item *item; in brw_search_cache()
[all …]
Dbrw_context.h602 struct brw_cache_item { struct
618 struct brw_cache_item *next; argument
626 struct brw_cache_item **items;
Dbrw_vs.c315 struct brw_cache_item *c = NULL; in brw_vs_debug_recompile()
Dbrw_wm.c390 struct brw_cache_item *c = NULL; in brw_wm_debug_recompile()
Dbrw_state_dump.c501 struct brw_cache_item *item; in dump_prog_cache()