/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_disk_cache.c | 32 cache_key cache_key) in agx_disk_cache_compute_key() argument 160 cache_key cache_key; in agx_disk_cache_store() local 186 cache_key cache_key; in agx_disk_cache_retrieve() local
|
/aosp_15_r20/external/cronet/net/ssl/ |
H A D | ssl_client_session_cache.cc | 62 const Key& cache_key) { in Lookup() 85 void SSLClientSessionCache::Insert(const Key& cache_key, in Insert() 93 void SSLClientSessionCache::ClearEarlyData(const Key& cache_key) { in ClearEarlyData()
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/ |
H A 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 194 cache_key cache_key; in v3d_disk_cache_store() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_meta.c | 37 struct cache_key { struct 43 static struct cache_key * argument
|
H A D | vk_pipeline_cache.c | 361 cache_key cache_key; in vk_pipeline_cache_lookup_object() local 434 cache_key cache_key; in vk_pipeline_cache_add_object() local 456 cache_key cache_key; in vk_pipeline_cache_create_and_insert_object() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A 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()
|
H A 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()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture_handle.c | 300 uint8_t cache_key[SHA1_DIGEST_LENGTH]; in compile_image_function() local 458 uint8_t cache_key[SHA1_DIGEST_LENGTH]; in compile_sample_function() local 610 uint8_t cache_key[SHA1_DIGEST_LENGTH]; in compile_jit_sample_function() local 716 uint8_t cache_key[SHA1_DIGEST_LENGTH]; in compile_size_function() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/util/ |
H A 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()
|
/aosp_15_r20/external/mesa3d/src/compiler/clc/ |
H A D | nir_load_libclc.c | 90 unsigned char cache_key[20]; member 321 cache_key cache_key; in nir_load_libclc_shader() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A 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
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_cache_unittest.cc | 2323 std::string cache_key = request.CacheKey(); in TEST_F() local 3039 std::string cache_key = request.CacheKey(); in TEST_F() local 3228 std::string cache_key = request2.CacheKey(); in TEST_F() local 3295 std::string cache_key = request.CacheKey(); in TEST_F() local 3628 std::string cache_key = request1.CacheKey(); in TEST_F() local 3732 std::string cache_key = request1.CacheKey(); in TEST_F() local 4219 std::string cache_key = request.CacheKey(); in TEST_F() local 4269 std::string cache_key = request.CacheKey(); in TEST_F() local 4331 std::string cache_key = request.CacheKey(); in TEST_F() local 4382 std::string cache_key = request.CacheKey(); in TEST_F() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/ |
H A D | scale.rs | 222 cache_key: Option<UniqueId>, field 242 pub fn cache_key(mut self, key: Option<UniqueId>) -> Self { in cache_key() method
|
/aosp_15_r20/tools/asuite/adevice/src/ |
H A D | fingerprint.rs | 61 pub cache_key: String, field 262 let cache_key = cache.cache_key(file_path, metadata)?; in get_or_compute_digest() localVariable 288 pub fn cache_key(&self, file_path: &Path, metadata: &fs::Metadata) -> Result<String> { in cache_key() method
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/ |
H A D | asm_compiler.cc | 132 PtxCacheKey cache_key{device_ordinal, std::string(ptx), in CompileGpuAsmOrGetCached() local 180 auto cache_key = std::make_pair(binary_name, preferred_cuda_dir); in FindCudaExecutable() local
|
/aosp_15_r20/external/cronet/components/nacl/browser/ |
H A D | pnacl_host.cc | 248 std::string cache_key(disk_cache_->GetKey(cache_info)); in GetNexeFd() local 267 void PnaclHost::SendCacheQueryAndTempFileRequest(const std::string& cache_key, in SendCacheQueryAndTempFileRequest()
|