Home
last modified time | relevance | path

Searched refs:cache_obj (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c456 struct vk_pipeline_cache_object *cache_obj = NULL; in dzn_pipeline_cache_lookup_dxil_shader() local
458 cache_obj = in dzn_pipeline_cache_lookup_dxil_shader()
462 if (!cache_obj) in dzn_pipeline_cache_lookup_dxil_shader()
466 container_of(cache_obj, struct dzn_cached_blob, base); in dzn_pipeline_cache_lookup_dxil_shader()
491 vk_pipeline_cache_object_unref(cache_obj); in dzn_pipeline_cache_lookup_dxil_shader()
504 struct vk_pipeline_cache_object *cache_obj = in dzn_pipeline_cache_add_dxil_shader() local
506 if (!cache_obj) in dzn_pipeline_cache_add_dxil_shader()
510 container_of(cache_obj, struct dzn_cached_blob, base); in dzn_pipeline_cache_add_dxil_shader()
517 cache_obj = vk_pipeline_cache_add_object(cache, cache_obj); in dzn_pipeline_cache_add_dxil_shader()
537 struct vk_pipeline_cache_object *cache_obj = NULL; dzn_pipeline_cache_lookup_gfx_pipeline() local
615 struct vk_pipeline_cache_object *cache_obj = dzn_pipeline_cache_add_gfx_pipeline() local
2020 struct vk_pipeline_cache_object *cache_obj = NULL; dzn_pipeline_cache_lookup_compute_pipeline() local
2059 struct vk_pipeline_cache_object *cache_obj = dzn_pipeline_cache_add_compute_pipeline() local
[all...]

Completed in 2 milliseconds