Searched defs:translate_cache (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_cache.c31 #include "translate_cache.h"
36 struct translate_cache { struct
40 struct translate_cache * translate_cache_create( void )
42 struct translate_cache *cache = MALLOC_STRUCT(translate_cache);
52 static INLINE void delete_translates(struct translate_cache *cache)
65 void translate_cache_destroy(struct translate_cache *cache)
90 struct translate * translate_cache_find(struct translate_cache *cache,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c36 #include "translate/translate_cache.h"
85 struct translate_cache *translate_cache; member in struct:u_vbuf
184 mgr->translate_cache = translate_cache_create();
253 translate_cache_destroy(mgr->translate_cache);
274 tr = translate_cache_find(mgr->translate_cache, key);

Completed in 133 milliseconds