Searched defs:translate_key (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
H A Dtranslate.h64 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/
H A Dtranslate.h64 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 880 milliseconds