Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_cache.c187 coap_cache_entry_t *cache_entry = NULL; in coap_cache_get_by_key() local
205 coap_cache_entry_t *cache_entry; in coap_cache_get_by_pdu() local
220 coap_delete_cache_entry(coap_context_t *ctx, coap_cache_entry_t *cache_entry) { in coap_delete_cache_entry()
238 coap_cache_get_pdu(const coap_cache_entry_t *cache_entry) { in coap_cache_get_pdu()
243 coap_cache_set_app_data(coap_cache_entry_t *cache_entry, in coap_cache_set_app_data()
251 coap_cache_get_app_data(const coap_cache_entry_t *cache_entry) { in coap_cache_get_app_data()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline_cache.c36 struct cache_entry struct
38 union {
42 uint32_t code_sizes[MESA_SHADER_STAGES];
43 struct tu_shader_variant *variants[MESA_SHADER_STAGES];
44 char code[0];
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c34 struct cache_entry { struct
35 union {
39 uint32_t binary_sizes[MESA_SHADER_STAGES];
40 uint32_t num_stack_sizes;
41 struct radv_shader_variant *variants[MESA_SHADER_STAGES];
42 char code[0];
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline_cache.c269 struct v3dv_pipeline_shared_data *cache_entry = in v3dv_pipeline_cache_search_for_pipeline() local
665 struct v3dv_pipeline_shared_data *cache_entry = in pipeline_cache_load() local
731 struct v3dv_pipeline_shared_data *cache_entry = entry->data; in v3dv_pipeline_cache_finish() local
806 struct v3dv_pipeline_shared_data *cache_entry = entry->data; in v3dv_MergePipelineCaches() local
853 v3dv_pipeline_shared_data_write_to_blob(const struct v3dv_pipeline_shared_data *cache_entry, in v3dv_pipeline_shared_data_write_to_blob()
987 struct v3dv_pipeline_shared_data *cache_entry = entry->data; in v3dv_GetPipelineCacheData() local
/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.h100 struct pb_cache_entry cache_entry[]; member
Dzink_program.c720 struct gfx_pipeline_cache_entry *cache_entry = entry->data; in zink_get_gfx_pipeline() local
759 struct compute_pipeline_cache_entry *cache_entry = entry->data; in zink_get_compute_pipeline() local
/third_party/libcoap/examples/
Dcoap-server.c495 coap_cache_entry_t *cache_entry = coap_cache_get_by_pdu(session, in hnd_put_example_data() local
1428 coap_cache_entry_t *cache_entry = coap_cache_get_by_pdu(session, in hnd_put() local