HomeSort by relevance Sort by last modified time
    Searched refs:translate_cache (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/auxiliary/translate/
translate_cache.h 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,
translate_cache.c 31 #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/draw/
draw_private.h 277 struct translate_cache *fetch_cache;
279 struct translate_cache *emit_cache;
draw_pt_emit.c 35 #include "translate/translate_cache.h"
43 struct translate_cache *cache;
draw_pt_fetch.c 35 #include "translate/translate_cache.h"
45 struct translate_cache *cache;
draw_pipe_vbuf.c 45 #include "translate/translate_cache.h"
81 struct translate_cache *cache;
draw_pt_fetch_emit.c 41 #include "translate/translate_cache.h"
86 struct translate_cache *cache;
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 96 #include "translate/translate_cache.h"
148 struct translate_cache *translate_cache; member in struct:u_vbuf
312 mgr->translate_cache = translate_cache_create();
386 translate_cache_destroy(mgr->translate_cache);
405 tr = translate_cache_find(mgr->translate_cache, key);
    [all...]

Completed in 225 milliseconds