Home
last modified time | relevance | path

Searched refs:cached_blob (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c103 struct dzn_cached_blob *cached_blob = in dzn_cached_blob_serialize() local
106 blob_write_bytes(blob, cached_blob->data, cached_blob->size); in dzn_cached_blob_serialize()
545 struct dzn_cached_blob *cached_blob = in dzn_pipeline_cache_lookup_dxil_shader() local
549 assert(sizeof(struct dzn_cached_dxil_shader_header) <= cached_blob->size); in dzn_pipeline_cache_lookup_dxil_shader()
552 (struct dzn_cached_dxil_shader_header *)(cached_blob->data); in dzn_pipeline_cache_lookup_dxil_shader()
554 assert(sizeof(struct dzn_cached_dxil_shader_header) + info->size <= cached_blob->size); in dzn_pipeline_cache_lookup_dxil_shader()
589 struct dzn_cached_blob *cached_blob = in dzn_pipeline_cache_add_dxil_shader() local
592 (struct dzn_cached_dxil_shader_header *)(cached_blob->data); in dzn_pipeline_cache_add_dxil_shader()
628 struct dzn_cached_blob *cached_blob = in dzn_pipeline_cache_lookup_gfx_pipeline() local
634 (const struct dzn_cached_gfx_pipeline_header *)(cached_blob->data); in dzn_pipeline_cache_lookup_gfx_pipeline()
[all …]