Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c601 struct dzn_cached_gfx_pipeline_header { struct
633 const struct dzn_cached_gfx_pipeline_header *info = in dzn_pipeline_cache_lookup_gfx_pipeline()
634 (const struct dzn_cached_gfx_pipeline_header *)(cached_blob->data); in dzn_pipeline_cache_lookup_gfx_pipeline()
688 ALIGN_POT(sizeof(struct dzn_cached_gfx_pipeline_header), alignof(D3D12_INPUT_ELEMENT_DESC)) + in dzn_pipeline_cache_add_gfx_pipeline()
708 struct dzn_cached_gfx_pipeline_header *info = in dzn_pipeline_cache_add_gfx_pipeline()
709 (struct dzn_cached_gfx_pipeline_header *)(cached_blob->data); in dzn_pipeline_cache_add_gfx_pipeline()