Lines Matching defs:translate
71 struct translate;
74 typedef void (PIPE_CDECL *run_elts_func)(struct translate *,
80 typedef void (PIPE_CDECL *run_elts16_func)(struct translate *,
86 typedef void (PIPE_CDECL *run_elts8_func)(struct translate *,
92 typedef void (PIPE_CDECL *run_func)(struct translate *,
98 struct translate {
101 void (*release)( struct translate * );
103 void (*set_buffer)( struct translate *,
117 struct translate *translate_create( const struct translate_key *key );
150 struct translate *translate_sse2_create( const struct translate_key *key );
152 struct translate *translate_generic_create( const struct translate_key *key );