Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_cache.c589 struct cache_entry *dest_entry; in radv_pipeline_cache_load() local
594 dest_entry = vk_alloc(&cache->alloc, size_of_entry, 8, VK_SYSTEM_ALLOCATION_SCOPE_CACHE); in radv_pipeline_cache_load()
595 if (dest_entry) { in radv_pipeline_cache_load()
596 memcpy(dest_entry, entry, size_of_entry); in radv_pipeline_cache_load()
598 dest_entry->shaders[i] = NULL; in radv_pipeline_cache_load()
599 dest_entry->slab = NULL; in radv_pipeline_cache_load()
600 radv_pipeline_cache_add_entry(cache, dest_entry); in radv_pipeline_cache_load()

Completed in 1 milliseconds