OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:translate_key
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate.h
64
struct
translate_key
{
struct
99
struct
translate_key
key;
117
struct translate *translate_create( const struct
translate_key
*key );
121
static INLINE int translate_keysize( const struct
translate_key
*key )
126
static INLINE int translate_key_compare( const struct
translate_key
*a,
127
const struct
translate_key
*b )
139
static INLINE void translate_key_sanitize( struct
translate_key
*a )
150
struct translate *translate_sse2_create( const struct
translate_key
*key );
152
struct translate *translate_generic_create( const struct
translate_key
*key );
/external/mesa3d/src/gallium/auxiliary/translate/
translate.h
64
struct
translate_key
{
struct
99
struct
translate_key
key;
117
struct translate *translate_create( const struct
translate_key
*key );
121
static INLINE int translate_keysize( const struct
translate_key
*key )
126
static INLINE int translate_key_compare( const struct
translate_key
*a,
127
const struct
translate_key
*b )
139
static INLINE void translate_key_sanitize( struct
translate_key
*a )
150
struct translate *translate_sse2_create( const struct
translate_key
*key );
152
struct translate *translate_generic_create( const struct
translate_key
*key );
Completed in 134 milliseconds