/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_disk_cache.c | 44 cache_key cache_key; in lima_vs_disk_cache_store() local 72 cache_key cache_key; in lima_fs_disk_cache_store() local 100 cache_key cache_key; in lima_vs_disk_cache_retrieve() local 152 cache_key cache_key; in lima_fs_disk_cache_retrieve() local
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_disk_cache.c | 51 const struct panfrost_shader_key *shader_key, cache_key cache_key) in panfrost_disk_cache_compute_key() argument 77 cache_key cache_key; in panfrost_disk_cache_store() local 119 cache_key cache_key; in panfrost_disk_cache_retrieve() local
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_disk_cache.c | 80 cache_key cache_key) in compute_variant_key() argument 129 cache_key cache_key; in etna_disk_cache_retrieve() local 165 cache_key cache_key; in etna_disk_cache_store() local
|
/external/mesa3d/src/gallium/drivers/asahi/ |
D | agx_disk_cache.c | 32 cache_key cache_key) in agx_disk_cache_compute_key() argument 159 cache_key cache_key; in agx_disk_cache_store() local 185 cache_key cache_key; in agx_disk_cache_retrieve() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_module_group.h | 94 absl::string_view cache_key() const { return cache_key_; } in cache_key() function 95 void set_cache_key(absl::string_view cache_key) { in set_cache_key()
|
D | compiler.h | 153 absl::string_view cache_key() const { return cache_key_; } in cache_key() function 154 void set_cache_key(absl::string_view cache_key) { in set_cache_key()
|
/external/cronet/stable/net/ssl/ |
D | ssl_client_session_cache.cc | 67 const Key& cache_key) { in Lookup() 90 void SSLClientSessionCache::Insert(const Key& cache_key, in Insert() 98 void SSLClientSessionCache::ClearEarlyData(const Key& cache_key) { in ClearEarlyData()
|
/external/cronet/tot/net/ssl/ |
D | ssl_client_session_cache.cc | 67 const Key& cache_key) { in Lookup() 90 void SSLClientSessionCache::Insert(const Key& cache_key, in Insert() 98 void SSLClientSessionCache::ClearEarlyData(const Key& cache_key) { in ClearEarlyData()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_disk_cache.c | 91 cache_key cache_key) in compute_variant_key() argument 204 cache_key cache_key; in ir3_disk_cache_retrieve() local 243 cache_key cache_key; in ir3_disk_cache_store() local
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_disk_cache.c | 73 cache_key cache_key, in v3d_disk_cache_compute_key() argument 110 cache_key cache_key; in v3d_disk_cache_retrieve() local 196 cache_key cache_key; in v3d_disk_cache_store() local
|
/external/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_disk_cache.c | 52 cache_key cache_key) in crocus_disk_cache_compute_key() argument 92 cache_key cache_key; in crocus_disk_cache_store() local 145 cache_key cache_key; in crocus_disk_cache_retrieve() local
|
/external/tensorflow/tensorflow/core/tfrt/eager/ |
D | op_cache.cc | 29 CacheKey cache_key{op_name, op_handler, in GetOrAddOp() local 62 CacheKey cache_key{op_name, nullptr, "", {}}; in GetOrAddXlaOp() local
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_disk_cache.c | 54 cache_key cache_key) in iris_disk_cache_compute_key() argument 95 cache_key cache_key; in iris_disk_cache_store() local 189 cache_key cache_key; in iris_disk_cache_retrieve() local
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/ |
D | op_builder.cc | 172 OpBuilder* GraphBuilder::LookupConstData(uint64_t cache_key) { in LookupConstData() 178 void GraphBuilder::AddToCache(uint64_t cache_key, OpBuilder* value) { in AddToCache() 184 auto cache_key = ComputeHash(shape, data, data_size); in AddConstNodeWithData() local 209 auto cache_key = ComputeHash(tensor, shape, int8_to_uint8 ? 1 : 0); in AddConstNodeWithData() local
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_server_id.h | 44 const std::string& cache_key() const { return cache_key_; } in cache_key() function
|
D | quic_server_id.cc | 66 std::string cache_key) in QuicServerId()
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_server_id.h | 44 const std::string& cache_key() const { return cache_key_; } in cache_key() function
|
D | quic_server_id.cc | 66 std::string cache_key) in QuicServerId()
|
/external/mesa3d/src/gallium/frontends/rusticl/mesa/util/ |
D | disk_cache.rs | 26 pub fn put(&self, data: &[u8], key: &mut cache_key) { in put() 53 pub fn gen_key(&self, data: &[u8]) -> cache_key { in gen_key()
|
/external/mesa3d/src/compiler/clc/ |
D | nir_load_libclc.c | 90 unsigned char cache_key[20]; member 321 cache_key cache_key; in nir_load_libclc_shader() local
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/integration/ |
D | node_expansion_pass.cc | 65 Fprint128 cache_key = in Run() local
|
/external/mesa3d/src/vulkan/runtime/ |
D | vk_meta.c | 37 struct cache_key { struct 43 static struct cache_key * argument
|
/external/tensorflow/tensorflow/dtensor/cc/ |
D | dtensor_graph_to_mlir_pass.cc | 70 absl::flat_hash_set<Node*>& control_ret_nodes, Fprint128 cache_key) { in RunOnGraph()
|
/external/pytorch/torch/csrc/jit/passes/ |
D | symbolic_shape_cache.cpp | 106 auto cache_key = get_cache_key(schema, arg_vec, ss_map, /* deep_copy */ true); in cache_shape_function() local 119 auto cache_key = in get_cached_shape_function() local
|
/external/tensorflow/tensorflow/lite/delegates/ |
D | serialization.cc | 299 std::string cache_key = delegate_id + kDelegatedNodesSuffix; in SaveDelegatedNodes() local 310 std::string cache_key = delegate_id + kDelegatedNodesSuffix; in GetDelegatedNodes() local
|