Home
last modified time | relevance | path

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

/third_party/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,
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_private.h323 struct translate_cache *fetch_cache;
325 struct translate_cache *emit_cache;
Ddraw_pt_fetch.c45 struct translate_cache *cache;
Ddraw_pt_emit.c43 struct translate_cache *cache;
Ddraw_pipe_vbuf.c81 struct translate_cache *cache;
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c157 struct translate_cache *translate_cache; member
367 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()
/third_party/mesa3d/src/gallium/auxiliary/
Dmeson.build217 'translate/translate_cache.c',
218 'translate/translate_cache.h',
/third_party/mesa3d/ohos/
Ddependency_inputs.gni1842 "../src/gallium/auxiliary/translate/translate_cache.c",
1843 "../src/gallium/auxiliary/translate/translate_cache.h",