HomeSort by relevance Sort by last modified time
    Searched refs:translate_key (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_cache.h 31 * translate's if one suitable for a given translate_key has already been
38 struct translate_key;
52 struct translate_key *key);
translate.h 64 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 )
126 static INLINE int translate_key_compare( const struct translate_key *a,
127 const struct translate_key *b )
139 static INLINE void translate_key_sanitize( struct translate_key *a )
150 struct translate *translate_sse2_create( const struct translate_key *key );
152 struct translate *translate_generic_create( const struct translate_key *key );
translate.c 37 struct translate *translate_create( const struct translate_key *key )
translate_cache.c 73 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)
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_cache.h 31 * translate's if one suitable for a given translate_key has already been
38 struct translate_key;
52 struct translate_key *key);
translate.h 64 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 )
126 static INLINE int translate_key_compare( const struct translate_key *a,
127 const struct translate_key *b )
139 static INLINE void translate_key_sanitize( struct translate_key *a )
150 struct translate *translate_sse2_create( const struct translate_key *key );
152 struct translate *translate_generic_create( const struct translate_key *key );
translate.c 37 struct translate *translate_create( const struct translate_key *key )
translate_cache.c 73 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)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs.h 182 struct translate_key;
185 struct translate_key *key );
189 struct translate_key *key );
draw_vs.c 271 struct translate_key *key )
285 struct translate_key *key )
draw_pt_emit.c 57 struct translate_key hw_key;
draw_pt_fetch.c 70 struct translate_key key;
draw_pipe_vbuf.c 205 struct translate_key hw_key;
draw_pt_fetch_emit.c 99 struct translate_key key;
draw_vs_variant.c 273 struct translate_key fetch, emit;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs.h 182 struct translate_key;
185 struct translate_key *key );
189 struct translate_key *key );
draw_vs.c 271 struct translate_key *key )
285 struct translate_key *key )
draw_pt_emit.c 57 struct translate_key hw_key;
draw_pt_fetch.c 70 struct translate_key key;
draw_pipe_vbuf.c 205 struct translate_key hw_key;
draw_pt_fetch_emit.c 99 struct translate_key key;
draw_vs_variant.c 273 struct translate_key fetch, emit;
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
translate_test.c 51 struct translate *(*create_fn)(const struct translate_key *key) = 0;
53 struct translate_key key;
  /external/mesa3d/src/gallium/tests/unit/
translate_test.c 51 struct translate *(*create_fn)(const struct translate_key *key) = 0;
53 struct translate_key key;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_vbuf.c 260 u_vbuf_translate_buffers(struct u_vbuf *mgr, struct translate_key *key,
425 struct translate_key key[VB_NUM];
480 struct translate_key *k;
    [all...]

Completed in 484 milliseconds

1 2