Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline_cache.c228 struct cache_entry *dest_entry; in tu_pipeline_cache_load() local
233 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()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c485 struct cache_entry *dest_entry; in radv_pipeline_cache_load() local
490 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()