Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c257 VkPipelineCacheCreateInfo pcci; in cache_get_job() local
258 pcci.sType = VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO; in cache_get_job()
259 pcci.pNext = NULL; in cache_get_job()
260 pcci.flags = screen->info.have_EXT_pipeline_creation_cache_control ? VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT : 0; in cache_get_job()
261 pcci.initialDataSize = 0; in cache_get_job()
262 pcci.pInitialData = NULL; in cache_get_job()
266 pcci.pInitialData = disk_cache_get(screen->disk_cache, key, &pg->pipeline_cache_size); in cache_get_job()
267 pcci.initialDataSize = pg->pipeline_cache_size; in cache_get_job()
269 VkResult res = VKSCR(CreatePipelineCache)(screen->dev, &pcci, NULL, &pg->pipeline_cache); in cache_get_job()
273 free((void*)pcci in cache_get_job()
[all...]

Completed in 2 milliseconds