Home
last modified time | relevance | path

Searched refs:translate_key (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/translate/
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 ) in translate_keysize()
146 static inline int translate_key_compare( const struct translate_key *a, in translate_key_compare()
147 const struct translate_key *b ) in translate_key_compare()
159 static inline void translate_key_sanitize( struct translate_key *a ) in translate_key_sanitize()
170 struct translate *translate_sse2_create( const struct translate_key *key );
172 struct translate *translate_generic_create( const struct translate_key *key );
Dtranslate_cache.c73 static inline unsigned translate_hash_key_size(struct translate_key *key) in translate_hash_key_size()
75 unsigned size = sizeof(struct translate_key) - in translate_hash_key_size()
80 static inline unsigned create_key(struct translate_key *key) in create_key()
91 struct translate_key *key) in translate_cache_find()
Dtranslate_cache.h38 struct translate_key;
52 struct translate_key *key);
Dtranslate.c37 struct translate *translate_create( const struct translate_key *key ) in translate_create()
Dtranslate_sse.c1479 translate_sse2_create(const struct translate_key *key) in translate_sse2_create()
1582 translate_sse2_create(const struct translate_key *key) in translate_sse2_create()
Dtranslate_generic.c779 translate_generic_create(const struct translate_key *key) in translate_generic_create()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs.h179 struct translate_key;
182 struct translate_key *key );
186 struct translate_key *key );
Ddraw_vs.c237 struct translate_key *key ) in draw_vs_get_fetch()
251 struct translate_key *key ) in draw_vs_get_emit()
Ddraw_pt_fetch.c65 struct translate_key key; in draw_pt_fetch_prepare()
Ddraw_pt_emit.c61 struct translate_key hw_key; in draw_pt_emit_prepare()
Ddraw_pipe_vbuf.c188 struct translate_key hw_key; in vbuf_start_prim()
Ddraw_vs_variant.c304 struct translate_key fetch, emit; in draw_vs_create_variant_generic()
/third_party/mesa3d/src/gallium/tests/unit/
Dtranslate_test.c51 struct translate *(*create_fn)(const struct translate_key *key) = 0; in main()
54 struct translate_key key; in main()
/third_party/python/Lib/idlelib/
Dconfig_key.py24 def translate_key(key, modifiers): function
243 final_key = translate_key(final_key, modifiers)
/third_party/python/Lib/idlelib/idle_test/
Dtest_config_key.py272 tr = config_key.translate_key
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c449 u_vbuf_translate_buffers(struct u_vbuf *mgr, struct translate_key *key, in u_vbuf_translate_buffers()
674 struct translate_key key[VB_NUM]; in u_vbuf_translate_begin()
731 struct translate_key *k; in u_vbuf_translate_begin()
/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexdeclaration9.c477 struct translate_key transkey; in NineVertexDeclaration9_ConvertStreamOutput()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vbo.c261 struct translate_key transkey;
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_vbo.c54 struct translate_key transkey; in nv50_vertex_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c55 struct translate_key transkey; in nvc0_vertex_state_create()