Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c466 struct cache_entry *dest_entry; in radv_pipeline_cache_load() local
471 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()