Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_cache.c48 static unsigned hash_key(const void *key, unsigned key_size) in hash_key() function
65 static unsigned hash_key(const unsigned char *p, int n) in hash_key() function
189 unsigned hash_key, enum cso_cache_type type, in cso_insert_state()
200 unsigned hash_key, enum cso_cache_type type) in cso_find_state()
209 unsigned hash_key, in cso_hash_find_data_from_template()
228 unsigned hash_key, enum cso_cache_type type, in cso_find_state_template()
242 unsigned hash_key, enum cso_cache_type type) in cso_take_state()
/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/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/tensorflow/tensorflow/python/ops/ragged/
Dragged_array_ops.py736 def cross_hashed(inputs, num_buckets=0, hash_key=None, name=None): argument
777 hash_key=None, argument
Dragged_cross_op_test.py298 hash_key=None, argument
/external/expat/fuzz/
Dxml_parse_fuzzer.c36 static unsigned char hash_key[16] = "FUZZING IS FUN!"; variable
Dxml_parsebuffer_fuzzer.c37 static unsigned char hash_key[16] = "FUZZING IS FUN!"; variable
/external/boringssl/src/crypto/pool/
Dinternal.h42 const uint64_t hash_key[2]; member
/external/bcc/tests/cc/
Dtest_map_in_map.cc180 struct custom_key hash_key = {1, 1}; variable
/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/core/kernels/
Dragged_cross_op.cc179 uint64 hash_key, const Tensor* splits_out, in OutputWriterImpl()
263 uint64 hash_key, in MakeOutputWriter()
Dsparse_cross_op.cc329 const int64_t num_buckets, const uint64 hash_key, in HashCrosser()
/external/tensorflow/tensorflow/python/ops/
Dsparse_ops.py662 def sparse_cross_hashed(inputs, num_buckets=0, hash_key=None, name=None): argument
742 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/tpu/kernels/
Dtpu_functional_ops.cc609 string hash_key = HashShapeAndType("input_tensors_dtype_", iter.second, in GroupTensorsForInputPacking() local
649 string hash_key = in GroupTensorsForInputPacking() local
683 string hash_key = in GroupTensorsForOutputPacking() local
/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/core/common_runtime/eager/
Dcontext.cc972 const uint64 hash_key = Fingerprint64(absl::StrJoin(underlying_devices, ",")); in FindOrCreateCompositeDevice() local
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py1571 def _crossed_column(keys, hash_bucket_size, hash_key=None): argument
Dfeature_column_v2.py1799 def crossed_column(keys, hash_bucket_size, hash_key=None): argument
/external/rust/crates/hashlink/src/
Dlinked_hash_map.rs2079 fn hash_key<S, Q>(s: &S, k: &Q) -> u64 in hash_key() function