Home
last modified time | relevance | path

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

/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/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.h88 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/freedreno/ir3/
Dir3_disk_cache.c109 cache_key cache_key) in compute_variant_key() argument
222 cache_key cache_key; in ir3_disk_cache_retrieve() local
261 cache_key cache_key; in ir3_disk_cache_store() local
Dir3_shader.h858 cache_key cache_key; /* shader disk-cache key */ member
/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.c81 cache_key cache_key) in v3d_disk_cache_compute_key() argument
121 cache_key cache_key; in v3d_disk_cache_retrieve() local
205 cache_key cache_key; in v3d_disk_cache_store() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_disk_cache.c52 cache_key cache_key) in iris_disk_cache_compute_key() argument
91 cache_key cache_key; in iris_disk_cache_store() local
159 cache_key cache_key; in iris_disk_cache_retrieve() local
/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/spirv/
Dnir_load_libclc.c89 unsigned char cache_key[20]; member
313 cache_key cache_key; in nir_load_libclc_shader() 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.h49 typedef uint8_t cache_key[CACHE_KEY_SIZE]; typedef
Dfossilize_db.c63 truncate_hash_to_64bits(const uint8_t *cache_key) in truncate_hash_to_64bits()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_pipeline_cache.c341 cache_key cache_key; in vk_pipeline_cache_lookup_object() local
430 cache_key cache_key; in vk_pipeline_cache_add_object() local
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline_cache.c309 cache_key cache_key; in v3dv_pipeline_cache_search_for_pipeline() local
480 cache_key cache_key; in pipeline_cache_upload_shared_data() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c392 const struct ir3_cache_key *cache_key, in setup_stateobj()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/ir/
Dir_grad.cc42 …etJitCallGraph(const CNodePtr &cnode, const FuncGraphPtr &call_graph, const std::string &cache_key, in SetJitCallGraph()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c526 } cache_key; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/
Dpynative_utils.cc2381 …lBackFn AutoGrad::CreateGraphCallBack(const FuncGraphPtr &call_graph, const std::string &cache_key, in CreateGraphCallBack()