Home
last modified time | relevance | path

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

12

/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
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/translate/
Dtranslate_cache.c82 unsigned hash_key; in create_key() local
93 unsigned hash_key = create_key(key); in translate_cache_find() local
/external/cronet/net/disk_cache/simple/
Dsimple_util.cc30 std::string ConvertEntryHashKeyToHexString(uint64_t hash_key) { in ConvertEntryHashKeyToHexString()
43 bool GetEntryHashKeyFromHexString(base::StringPiece hash_key, in GetEntryHashKeyFromHexString()
Dsimple_util_unittest.cc50 uint64_t hash_key = 0; in TEST_F() local
Dsimple_index_file.cc154 uint64_t hash_key = 0; in ProcessEntryFile() local
568 uint64_t hash_key; in Deserialize() local
Dsimple_index_unittest.cc156 void InsertIntoIndexFileReturn(uint64_t hash_key, in InsertIntoIndexFileReturn()
721 uint64_t hash_key = kHash1; in TEST_F() local
/external/cronet/third_party/boringssl/src/crypto/pool/
Dinternal.h42 const uint64_t hash_key[2]; member
/external/boringssl/src/crypto/pool/
Dinternal.h42 const uint64_t hash_key[2]; member
/external/expat/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/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtimer_mim_reject.c54 int hash_key = HASH_KEY; in BPF_PROG() local
Dtimer_mim.c71 int hash_key = HASH_KEY; in BPF_PROG() local
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_array_ops.py765 def cross_hashed(inputs, num_buckets=0, hash_key=None, name=None): argument
806 hash_key=None, argument
Dragged_cross_op_test.py297 hash_key=None, argument
/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()
/external/tensorflow/tensorflow/python/ops/
Dsparse_ops.py658 def sparse_cross_hashed(inputs, num_buckets=0, hash_key=None, name=None): argument
738 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.cc659 string hash_key = HashShapeAndType("input_tensors_dtype_", iter.second, in GroupTensorsForInputPacking() local
699 string hash_key = in GroupTensorsForInputPacking() local
733 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

12