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

/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline_cache.c228 struct cache_entry *dest_entry; local in function:tu_pipeline_cache_load
233 dest_entry =
235 if (dest_entry) {
236 memcpy(dest_entry, entry, size);
238 dest_entry->variants[i] = NULL;
239 tu_pipeline_cache_add_entry(cache, dest_entry);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pipeline_cache.c271 struct cache_entry *dest_entry; local in function:tu_pipeline_cache_load
276 dest_entry =
278 if (dest_entry) {
279 memcpy(dest_entry, entry, size);
281 dest_entry->variants[i] = NULL;
282 tu_pipeline_cache_add_entry(cache, dest_entry);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline_cache.c523 struct cache_entry *dest_entry; local in function:radv_pipeline_cache_load
528 dest_entry = vk_alloc(&cache->alloc, size_of_entry, 8, VK_SYSTEM_ALLOCATION_SCOPE_CACHE);
529 if (dest_entry) {
530 memcpy(dest_entry, entry, size_of_entry);
532 dest_entry->variants[i] = NULL;
533 radv_pipeline_cache_add_entry(cache, dest_entry);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline_cache.c489 struct cache_entry *dest_entry; local in function:radv_pipeline_cache_load
494 dest_entry = vk_alloc(&cache->alloc, size,
496 if (dest_entry) {
497 memcpy(dest_entry, entry, size);
499 dest_entry->variants[i] = NULL;
500 radv_pipeline_cache_add_entry(cache, dest_entry);

Completed in 5 milliseconds