Searched refs:translate_cache (Results 1 – 9 of 9) sorted by relevance
36 struct translate_cache { struct40 struct translate_cache * translate_cache_create( void ) in translate_cache_create() argument42 struct translate_cache *cache = MALLOC_STRUCT(translate_cache); in translate_cache_create()52 static inline void delete_translates(struct translate_cache *cache) in delete_translates()65 void translate_cache_destroy(struct translate_cache *cache) in translate_cache_destroy()90 struct translate * translate_cache_find(struct translate_cache *cache, in translate_cache_find()
36 struct translate_cache;41 struct translate_cache *translate_cache_create( void );42 void translate_cache_destroy(struct translate_cache *cache);51 struct translate *translate_cache_find(struct translate_cache *cache,
323 struct translate_cache *fetch_cache;325 struct translate_cache *emit_cache;
45 struct translate_cache *cache;
43 struct translate_cache *cache;
81 struct translate_cache *cache;
157 struct translate_cache *translate_cache; member367 mgr->translate_cache = translate_cache_create(); in u_vbuf_create()453 translate_cache_destroy(mgr->translate_cache); in u_vbuf_destroy()473 tr = translate_cache_find(mgr->translate_cache, key); in u_vbuf_translate_buffers()
217 'translate/translate_cache.c',218 'translate/translate_cache.h',
1842 "../src/gallium/auxiliary/translate/translate_cache.c",1843 "../src/gallium/auxiliary/translate/translate_cache.h",