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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_screen.c168 void *pipeline_data = malloc(size); local in function:cache_put_job
169 if (!pipeline_data)
171 if (VKSCR(GetPipelineCacheData)(screen->dev, pg->pipeline_cache, &size, pipeline_data) == VK_SUCCESS) {
176 disk_cache_put_nocopy(screen->disk_cache, key, pipeline_data, size, NULL);

Completed in 4 milliseconds