Searched refs:translate_cache (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/
H A 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,
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,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/
H A 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,
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,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_private.h277 struct translate_cache *fetch_cache;
279 struct translate_cache *emit_cache;
H A Ddraw_pt_emit.c35 #include "translate/translate_cache.h"
43 struct translate_cache *cache;
H A Ddraw_pt_fetch.c35 #include "translate/translate_cache.h"
45 struct translate_cache *cache;
H A Ddraw_pipe_vbuf.c45 #include "translate/translate_cache.h"
81 struct translate_cache *cache;
H A Ddraw_pt_fetch_emit.c41 #include "translate/translate_cache.h"
86 struct translate_cache *cache;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_private.h323 struct translate_cache *fetch_cache;
325 struct translate_cache *emit_cache;
H A Ddraw_pt_emit.c35 #include "translate/translate_cache.h"
43 struct translate_cache *cache;
H A Ddraw_pt_fetch.c35 #include "translate/translate_cache.h"
45 struct translate_cache *cache;
H A Ddraw_pipe_vbuf.c45 #include "translate/translate_cache.h"
81 struct translate_cache *cache;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c96 #include "translate/translate_cache.h"
148 struct translate_cache *translate_cache; member in struct:u_vbuf
309 mgr->translate_cache = translate_cache_create();
383 translate_cache_destroy(mgr->translate_cache);
402 tr = translate_cache_find(mgr->translate_cache, key);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c100 #include "translate/translate_cache.h"
155 struct translate_cache *translate_cache; member in struct:u_vbuf
357 mgr->translate_cache = translate_cache_create();
443 translate_cache_destroy(mgr->translate_cache);
463 tr = translate_cache_find(mgr->translate_cache, key);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/
H A DMakefile.sources199 translate/translate_cache.c \
200 translate/translate_cache.h \

Completed in 13 milliseconds