Searched refs:dest_entry (Results 1 – 2 of 2) sorted by relevance
228 struct cache_entry *dest_entry; in tu_pipeline_cache_load() local233 dest_entry = in tu_pipeline_cache_load()235 if (dest_entry) { in tu_pipeline_cache_load()236 memcpy(dest_entry, entry, size); in tu_pipeline_cache_load()238 dest_entry->variants[i] = NULL; in tu_pipeline_cache_load()239 tu_pipeline_cache_add_entry(cache, dest_entry); in tu_pipeline_cache_load()
485 struct cache_entry *dest_entry; in radv_pipeline_cache_load() local490 dest_entry = vk_alloc(&cache->alloc, size, in radv_pipeline_cache_load()492 if (dest_entry) { in radv_pipeline_cache_load()493 memcpy(dest_entry, entry, size); in radv_pipeline_cache_load()495 dest_entry->variants[i] = NULL; in radv_pipeline_cache_load()496 radv_pipeline_cache_add_entry(cache, dest_entry); in radv_pipeline_cache_load()