Lines Matching defs:translate
79 struct translate;
82 typedef void (PIPE_CDECL *run_elts_func)(struct translate *,
89 typedef void (PIPE_CDECL *run_elts16_func)(struct translate *,
96 typedef void (PIPE_CDECL *run_elts8_func)(struct translate *,
103 typedef void (PIPE_CDECL *run_func)(struct translate *,
110 struct translate {
113 void (*release)( struct translate * );
115 void (*set_buffer)( struct translate *,
129 struct translate *translate_create( const struct translate_key *key );
162 struct translate *translate_sse2_create( const struct translate_key *key );
164 struct translate *translate_generic_create( const struct translate_key *key );