OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:translate_cache
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/translate/
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/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 296 milliseconds