Searched refs:translate_key (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/
H A Dtranslate_cache.h31 * translate's if one suitable for a given translate_key has already been
38 struct translate_key;
52 struct translate_key *key);
H A Dtranslate.h72 struct translate_key { struct
111 struct translate_key key;
129 struct translate *translate_create( const struct translate_key *key );
133 static inline int translate_keysize( const struct translate_key *key )
138 static inline int translate_key_compare( const struct translate_key *a,
139 const struct translate_key *b )
151 static inline void translate_key_sanitize( struct translate_key *a )
162 struct translate *translate_sse2_create( const struct translate_key *key );
164 struct translate *translate_generic_create( const struct translate_key *key );
H A Dtranslate.c37 struct translate *translate_create( const struct translate_key *key )
H A Dtranslate_cache.c73 static inline unsigned translate_hash_key_size(struct translate_key *key)
75 unsigned size = sizeof(struct translate_key) -
80 static inline unsigned create_key(struct translate_key *key)
91 struct translate_key *key)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/
H A Dtranslate_cache.h31 * translate's if one suitable for a given translate_key has already been
38 struct translate_key;
52 struct translate_key *key);
H A Dtranslate.h79 struct translate_key { struct
118 struct translate_key key;
136 struct translate *translate_create( const struct translate_key *key );
140 static inline int translate_keysize( const struct translate_key *key )
146 static inline int translate_key_compare( const struct translate_key *a,
147 const struct translate_key *b )
159 static inline void translate_key_sanitize( struct translate_key *a )
170 struct translate *translate_sse2_create( const struct translate_key *key );
172 struct translate *translate_generic_create( const struct translate_key *key );
H A Dtranslate.c37 struct translate *translate_create( const struct translate_key *key )
H A Dtranslate_cache.c73 static inline unsigned translate_hash_key_size(struct translate_key *key)
75 unsigned size = sizeof(struct translate_key) -
80 static inline unsigned create_key(struct translate_key *key)
91 struct translate_key *key)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs.h179 struct translate_key;
182 struct translate_key *key );
186 struct translate_key *key );
H A Ddraw_vs.c222 struct translate_key *key )
236 struct translate_key *key )
H A Ddraw_pt_emit.c61 struct translate_key hw_key;
H A Ddraw_pt_fetch.c70 struct translate_key key;
H A Ddraw_pipe_vbuf.c188 struct translate_key hw_key;
H A Ddraw_pt_fetch_emit.c99 struct translate_key key;
H A Ddraw_vs_variant.c302 struct translate_key fetch, emit;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs.h179 struct translate_key;
182 struct translate_key *key );
186 struct translate_key *key );
H A Ddraw_vs.c237 struct translate_key *key )
251 struct translate_key *key )
H A Ddraw_pt_emit.c61 struct translate_key hw_key;
H A Ddraw_pt_fetch.c65 struct translate_key key;
H A Ddraw_pipe_vbuf.c188 struct translate_key hw_key;
H A Ddraw_vs_variant.c304 struct translate_key fetch, emit;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
H A Dtranslate_test.c51 struct translate *(*create_fn)(const struct translate_key *key) = 0;
53 struct translate_key key;
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/
H A Dtranslate_test.c51 struct translate *(*create_fn)(const struct translate_key *key) = 0;
54 struct translate_key key;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c389 u_vbuf_translate_buffers(struct u_vbuf *mgr, struct translate_key *key,
575 struct translate_key key[VB_NUM];
632 struct translate_key *k;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c449 u_vbuf_translate_buffers(struct u_vbuf *mgr, struct translate_key *key,
675 struct translate_key key[VB_NUM];
732 struct translate_key *k;

Completed in 17 milliseconds

12