Home
last modified time | relevance | path

Searched defs:hash_key (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c48 static unsigned hash_key(const void *key, unsigned key_size) in hash_key() function
63 static unsigned hash_key(const unsigned char *p, int n) in hash_key() function
185 unsigned hash_key, enum cso_cache_type type, in cso_insert_state()
196 unsigned hash_key, enum cso_cache_type type) in cso_find_state()
205 unsigned hash_key, in cso_hash_find_data_from_template()
224 unsigned hash_key, enum cso_cache_type type, in cso_find_state_template()
238 unsigned hash_key, enum cso_cache_type type) in cso_take_state()
Dcso_cache.h132 unsigned hash_key; member
Dcso_context.c501 unsigned key_size, hash_key; in cso_set_blend() local
566 unsigned hash_key = cso_construct_key((void*)templ, key_size); in cso_set_depth_stencil_alpha() local
631 unsigned hash_key = cso_construct_key((void*)templ, key_size); in cso_set_rasterizer() local
1044 unsigned key_size, hash_key; in cso_set_vertex_elements_direct() local
1272 unsigned hash_key = cso_construct_key((void*)templ, key_size); in cso_single_sampler() local
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_cache.c48 static unsigned hash_key(const void *key, unsigned key_size) in hash_key() function
63 static unsigned hash_key(const unsigned char *p, int n) in hash_key() function
187 unsigned hash_key, enum cso_cache_type type, in cso_insert_state()
198 unsigned hash_key, enum cso_cache_type type) in cso_find_state()
207 unsigned hash_key, in cso_hash_find_data_from_template()
226 unsigned hash_key, enum cso_cache_type type, in cso_find_state_template()
240 unsigned hash_key, enum cso_cache_type type) in cso_take_state()
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_cache.c82 unsigned hash_key; in create_key() local
93 unsigned hash_key = create_key(key); in translate_cache_find() local
/external/vboot_reference/tests/
Dvb21_api_tests.c66 const struct vb2_private_key *hash_key; in reset_common_data() local
/external/mesa3d/src/mesa/program/
Dprog_cache.c60 hash_key(const void *key, GLuint key_size) in hash_key() function
/external/tensorflow/tensorflow/python/ops/
Dsparse_ops.py557 def sparse_cross_hashed(inputs, num_buckets=0, hash_key=None, name=None): argument
611 hash_key=None, argument
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program_cache.c99 hash_key(struct brw_cache_item *item) in hash_key() function
/external/tensorflow/tensorflow/core/kernels/
Dsparse_cross_op.cc197 const int64 num_buckets, const uint64 hash_key) in HashCrosser()
/external/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c344 unsigned key_size, hash_key; in u_vbuf_set_vertex_elements_internal() local
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py1566 def _crossed_column(keys, hash_bucket_size, hash_key=None): argument
Dfeature_column_v2.py2056 def crossed_column(keys, hash_bucket_size, hash_key=None): argument