Home
last modified time | relevance | path

Searched defs:cache_key (Results 1 – 25 of 39) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_disk_cache.c44 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
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_disk_cache.c51 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
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disk_cache.c80 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
Detnaviv_shader.h92 cache_key cache_key; /* shader disk-cache key */ member
/third_party/libcoap/src/
Dcoap_cache.c81 coap_cache_key_t *cache_key; in coap_cache_derive_key_w_ignore() local
147 coap_delete_cache_key(coap_cache_key_t *cache_key) { in coap_delete_cache_key()
195 coap_cache_get_by_key(coap_context_t *ctx, const coap_cache_key_t *cache_key) { in coap_cache_get_by_key()
213 coap_cache_key_t *cache_key = coap_cache_derive_key(session, request, session_based); in coap_cache_get_by_pdu() local
Dcoap_resource.c709 const coap_cache_key_t *cache_key) {
730 coap_cache_key_t *cache_key = NULL; local
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_disk_cache.c32 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
/third_party/mesa3d/src/freedreno/ir3/
Dir3_disk_cache.c91 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
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_disk_cache.c52 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
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_disk_cache.c73 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
Dv3d_program.c479 struct v3d_cache_key cache_key; in v3d_get_compiled_shader() local
1065 const struct v3d_cache_key *cache_key = entry->key; in v3d_shader_state_delete() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_disk_cache.c56 cache_key cache_key) in iris_disk_cache_compute_key() argument
101 cache_key cache_key; in iris_disk_cache_store() local
203 cache_key cache_key; in iris_disk_cache_retrieve() local
/third_party/mesa3d/src/gallium/frontends/rusticl/mesa/util/
Ddisk_cache.rs26 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()
/third_party/libcoap/include/coap3/
Dcoap_subscribe_internal.h66 coap_cache_key_t *cache_key; /** cache_key to identify requester */ member
Dcoap_cache_internal.h43 coap_cache_key_t *cache_key; member
/third_party/mesa3d/src/compiler/clc/
Dnir_load_libclc.c90 unsigned char cache_key[20]; member
321 cache_key cache_key; in nir_load_libclc_shader() local
/third_party/mesa3d/src/vulkan/runtime/
Dvk_meta.c37 struct cache_key { struct
43 static struct cache_key * argument
Dvk_pipeline_cache.c370 cache_key cache_key; in vk_pipeline_cache_lookup_object() local
443 cache_key cache_key; in vk_pipeline_cache_add_object() local
465 cache_key cache_key; in vk_pipeline_cache_create_and_insert_object() local
Dvk_shader.h91 struct vk_shader_pipeline_cache_key cache_key; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture_handle.c300 uint8_t cache_key[SHA1_DIGEST_LENGTH]; in compile_image_function() local
455 uint8_t cache_key[SHA1_DIGEST_LENGTH]; in compile_sample_function() local
605 uint8_t cache_key[SHA1_DIGEST_LENGTH]; in compile_jit_sample_function() local
711 uint8_t cache_key[SHA1_DIGEST_LENGTH]; in compile_size_function() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/function/
Dfunc_grad.h83 … const ValuePtr &op_output, size_t output_size, std::string cache_key, bool is_control_flow, in GraphBackwardNode()
/third_party/mesa3d/src/util/
Ddisk_cache.h50 typedef uint8_t cache_key[CACHE_KEY_SIZE]; typedef
Dfossilize_db.c70 truncate_hash_to_64bits(const uint8_t *cache_key) in truncate_hash_to_64bits()
/third_party/rust/rust/compiler/rustc_data_structures/src/obligation_forest/
Dmod.rs339 let cache_key = obligation.as_cache_key(); in register_obligation_at() localVariable
663 let cache_key = node.obligation.as_cache_key(); in compress() localVariable
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline_cache.c309 cache_key cache_key; in v3dv_pipeline_cache_search_for_pipeline() local
479 cache_key cache_key; in pipeline_cache_upload_shared_data() local

12