Searched refs:dest_entry (Results 1 – 1 of 1) sorted by relevance
466 struct cache_entry *dest_entry; in radv_pipeline_cache_load() local471 dest_entry = vk_alloc(&cache->alloc, size, in radv_pipeline_cache_load()473 if (dest_entry) { in radv_pipeline_cache_load()474 memcpy(dest_entry, entry, size); in radv_pipeline_cache_load()476 dest_entry->variants[i] = NULL; in radv_pipeline_cache_load()477 radv_pipeline_cache_add_entry(cache, dest_entry); in radv_pipeline_cache_load()