Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c168 void *pipeline_data = malloc(size); in cache_put_job() local
169 if (!pipeline_data) in cache_put_job()
171 …if (VKSCR(GetPipelineCacheData)(screen->dev, pg->pipeline_cache, &size, pipeline_data) == VK_SUCCE… in cache_put_job()
176 disk_cache_put_nocopy(screen->disk_cache, key, pipeline_data, size, NULL); in cache_put_job()