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

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_private.h 260 struct translate_cache *fetch_cache;
262 struct translate_cache *emit_cache;
draw_pt_emit.c 35 #include "translate/translate_cache.h"
42 struct translate_cache *cache;
draw_pt_fetch.c 35 #include "translate/translate_cache.h"
45 struct translate_cache *cache;
draw_pipe_vbuf.c 46 #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/draw/
draw_private.h 260 struct translate_cache *fetch_cache;
262 struct translate_cache *emit_cache;
draw_pt_emit.c 35 #include "translate/translate_cache.h"
42 struct translate_cache *cache;
draw_pt_fetch.c 35 #include "translate/translate_cache.h"
45 struct translate_cache *cache;
draw_pipe_vbuf.c 46 #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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_vbuf.c 36 #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);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 36 #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);
    [all...]

Completed in 1065 milliseconds