Home
last modified time | relevance | path

Searched defs:cache_entry (Results 1 – 14 of 14) sorted by relevance

/third_party/libcoap/src/
Dcoap_cache.c196 coap_cache_entry_t *cache_entry = NULL; in coap_cache_get_by_key() local
214 coap_cache_entry_t *cache_entry; in coap_cache_get_by_pdu() local
229 coap_delete_cache_entry(coap_context_t *ctx, coap_cache_entry_t *cache_entry) { in coap_delete_cache_entry()
247 coap_cache_get_pdu(const coap_cache_entry_t *cache_entry) { in coap_cache_get_pdu()
252 coap_cache_set_app_data(coap_cache_entry_t *cache_entry, in coap_cache_set_app_data()
260 coap_cache_get_app_data(const coap_cache_entry_t *cache_entry) { in coap_cache_get_app_data()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c35 struct cache_entry { struct
36 union {
40 uint32_t binary_sizes[MESA_VULKAN_SHADER_STAGES];
41 uint32_t num_stack_sizes;
42 struct radv_shader *shaders[MESA_VULKAN_SHADER_STAGES];
43 struct radv_pipeline_slab *slab;
44 char code[0];
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline_cache.c271 struct v3dv_pipeline_shared_data *cache_entry = in v3dv_pipeline_cache_search_for_pipeline() local
693 struct v3dv_pipeline_shared_data *cache_entry = in pipeline_cache_load() local
759 struct v3dv_pipeline_shared_data *cache_entry = entry->data; in v3dv_pipeline_cache_finish() local
834 struct v3dv_pipeline_shared_data *cache_entry = entry->data; in v3dv_MergePipelineCaches() local
881 v3dv_pipeline_shared_data_write_to_blob(const struct v3dv_pipeline_shared_data *cache_entry, in v3dv_pipeline_shared_data_write_to_blob()
1015 struct v3dv_pipeline_shared_data *cache_entry = entry->data; in v3dv_GetPipelineCacheData() local
/third_party/node/deps/v8/src/objects/
Dcompilation-cache-table.cc23 int SearchLiteralsMapEntry(CompilationCacheTable cache, int cache_entry, in SearchLiteralsMapEntry()
46 void AddToFeedbackCellsMap(Handle<CompilationCacheTable> cache, int cache_entry, in AddToFeedbackCellsMap()
115 FeedbackCell SearchLiteralsMap(CompilationCacheTable cache, int cache_entry, in SearchLiteralsMap()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.h39 struct pb_cache_entry cache_entry; member
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
Dvirgl_vtest_winsys.h72 struct virgl_resource_cache_entry cache_entry; member
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_cache.c56 struct pb_cache_entry cache_entry; member
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.h110 struct pb_cache_entry cache_entry[]; member
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.h46 struct virgl_resource_cache_entry cache_entry; member
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.h111 struct pb_cache_entry cache_entry[]; member
Dzink_program.c882 struct gfx_pipeline_cache_entry *cache_entry = entry->data; in zink_get_gfx_pipeline() local
924 struct compute_pipeline_cache_entry *cache_entry = entry->data; in zink_get_compute_pipeline() local
/third_party/libcoap/examples/
Dcoap-server.c534 coap_cache_entry_t *cache_entry = coap_cache_get_by_pdu(session, in hnd_put_example_data() local
1383 coap_cache_entry_t *cache_entry = coap_cache_get_by_pdu(session, in hnd_put_post() local
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc718 auto cache_entry = state_values_cache_.find(key); in AddInputsToFrameStateDescriptor() local
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc2757 base::HashMap::Entry* cache_entry = in GetStringId() local