Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline_cache.h156 bool weak_ref; member
197 bool weak_ref; member
Dvk_pipeline_cache.c162 if (!cache->weak_ref) in vk_pipeline_cache_remove_object()
303 assert(!cache->weak_ref); in vk_pipeline_cache_insert_object()
313 if (!cache->weak_ref) in vk_pipeline_cache_insert_object()
621 cache->weak_ref = info->weak_ref; in vk_pipeline_cache_create()
661 if (!cache->weak_ref) { in vk_pipeline_cache_destroy()
801 assert(!dst->weak_ref); in vk_common_MergePipelineCaches()