Lines Matching defs:cache_obj
456 struct vk_pipeline_cache_object *cache_obj = NULL;
458 cache_obj =
462 if (!cache_obj)
466 container_of(cache_obj, struct dzn_cached_blob, base);
491 vk_pipeline_cache_object_unref(cache_obj);
504 struct vk_pipeline_cache_object *cache_obj =
506 if (!cache_obj)
510 container_of(cache_obj, struct dzn_cached_blob, base);
517 cache_obj = vk_pipeline_cache_add_object(cache, cache_obj);
518 vk_pipeline_cache_object_unref(cache_obj);
537 struct vk_pipeline_cache_object *cache_obj = NULL;
539 cache_obj =
543 if (!cache_obj)
547 container_of(cache_obj, struct dzn_cached_blob, base);
592 vk_pipeline_cache_object_unref(cache_obj);
615 struct vk_pipeline_cache_object *cache_obj =
617 if (!cache_obj)
621 container_of(cache_obj, struct dzn_cached_blob, base);
645 cache_obj = vk_pipeline_cache_add_object(cache, cache_obj);
646 vk_pipeline_cache_object_unref(cache_obj);
2020 struct vk_pipeline_cache_object *cache_obj = NULL;
2022 cache_obj =
2026 if (!cache_obj)
2030 container_of(cache_obj, struct dzn_cached_blob, base);
2050 vk_pipeline_cache_object_unref(cache_obj);
2059 struct vk_pipeline_cache_object *cache_obj =
2061 if (!cache_obj)
2065 container_of(cache_obj, struct dzn_cached_blob, base);
2069 cache_obj = vk_pipeline_cache_add_object(cache, cache_obj);
2070 vk_pipeline_cache_object_unref(cache_obj);