Lines Matching refs:translate
86 struct translate;
89 typedef void (PIPE_CDECL *run_elts_func)(struct translate *,
96 typedef void (PIPE_CDECL *run_elts16_func)(struct translate *,
103 typedef void (PIPE_CDECL *run_elts8_func)(struct translate *,
110 typedef void (PIPE_CDECL *run_func)(struct translate *,
117 struct translate {
120 void (*release)( struct translate * );
122 void (*set_buffer)( struct translate *,
136 struct translate *translate_create( const struct translate_key *key );
170 struct translate *translate_sse2_create( const struct translate_key *key );
172 struct translate *translate_generic_create( const struct translate_key *key );