Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate.h64 struct translate_key { struct
99 struct translate_key key;
117 struct translate *translate_create( const struct translate_key *key );
121 static INLINE int translate_keysize( const struct translate_key *key ) in translate_keysize()
126 static INLINE int translate_key_compare( const struct translate_key *a, in translate_key_compare()
127 const struct translate_key *b ) in translate_key_compare()
139 static INLINE void translate_key_sanitize( struct translate_key *a ) in translate_key_sanitize()
150 struct translate *translate_sse2_create( const struct translate_key *key );
152 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.c1454 struct translate *translate_sse2_create( const struct translate_key *key ) in translate_sse2_create()
1548 struct translate *translate_sse2_create( const struct translate_key *key ) in translate_sse2_create()
Dtranslate_generic.c788 struct translate *translate_generic_create( const struct translate_key *key ) in translate_generic_create()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs.h182 struct translate_key;
185 struct translate_key *key );
189 struct translate_key *key );
Ddraw_vs.c271 struct translate_key *key ) in draw_vs_get_fetch()
285 struct translate_key *key ) in draw_vs_get_emit()
Ddraw_pt_fetch.c70 struct translate_key key; in draw_pt_fetch_prepare()
Ddraw_pt_emit.c57 struct translate_key hw_key; in draw_pt_emit_prepare()
Ddraw_pt_fetch_emit.c99 struct translate_key key; in fetch_emit_prepare()
Ddraw_vs_variant.c273 struct translate_key fetch, emit; in draw_vs_create_variant_generic()
Ddraw_pipe_vbuf.c205 struct translate_key hw_key; in vbuf_start_prim()
/external/mesa3d/src/gallium/tests/unit/
Dtranslate_test.c51 struct translate *(*create_fn)(const struct translate_key *key) = 0; in main()
53 struct translate_key key; in main()
/external/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c260 u_vbuf_translate_buffers(struct u_vbuf *mgr, struct translate_key *key, in u_vbuf_translate_buffers()
425 struct translate_key key[VB_NUM]; in u_vbuf_translate_begin()
480 struct translate_key *k; in u_vbuf_translate_begin()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_vbo.c252 struct translate_key transkey; in nv30_vertex_state_create()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_vbo.c51 struct translate_key transkey; in nv50_vertex_state_create()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_vbo.c53 struct translate_key transkey; in nvc0_vertex_state_create()