Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_cache.c36 struct translate_cache { struct
40 struct translate_cache * translate_cache_create( void ) in translate_cache_create() argument
42 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()
Dtranslate_cache.h36 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,
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_private.h277 struct translate_cache *fetch_cache;
279 struct translate_cache *emit_cache;
Ddraw_pt_fetch.c45 struct translate_cache *cache;
Ddraw_pt_emit.c43 struct translate_cache *cache;
Ddraw_pt_fetch_emit.c86 struct translate_cache *cache;
Ddraw_pipe_vbuf.c81 struct translate_cache *cache;
/external/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c148 struct translate_cache *translate_cache; member
312 mgr->translate_cache = translate_cache_create(); in u_vbuf_create()
386 translate_cache_destroy(mgr->translate_cache); in u_vbuf_destroy()
405 tr = translate_cache_find(mgr->translate_cache, key); in u_vbuf_translate_buffers()
/external/mesa3d/src/gallium/auxiliary/
DMakefile.sources180 translate/translate_cache.c \
181 translate/translate_cache.h \
Dmeson.build200 'translate/translate_cache.c',
201 'translate/translate_cache.h',