Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/vkscserver/
DvksCacheBuilder.cpp471 Move<VkDevice> pcDevice; in buildPipelineCache() local
507 …if (pcDevice.get() == DE_NULL || deviceFeatures != pipeline.deviceFeatures || deviceExtensions != … in buildPipelineCache()
510 if (pcDevice.get() != DE_NULL) in buildPipelineCache()
514 VK_CHECK(getPipelineCacheDataFunc(*pcDevice, pipelineCache, &cacheSize, DE_NULL)); in buildPipelineCache()
516 … VK_CHECK(getPipelineCacheDataFunc(*pcDevice, pipelineCache, &cacheSize, resultCacheData.data())); in buildPipelineCache()
519 …for (auto&& it : falseToRealPipelineLayouts) destroyPipelineLayoutFunc(*pcDevice, it.second, DE_… in buildPipelineCache()
520 …for (auto&& it : falseToRealDescriptorSetLayouts) destroyDescriptorSetLayoutFunc(*pcDevice, it.se… in buildPipelineCache()
521 … for (auto&& it : falseToRealRenderPasses) destroyRenderPassFunc(*pcDevice, it.second, DE_NULL); in buildPipelineCache()
522 …for (auto&& it : falseToRealShaderModules) destroyShaderModuleFunc(*pcDevice, it.second, DE_NUL… in buildPipelineCache()
523 for (auto&& it : falseToRealSamplers) destroySamplerFunc(*pcDevice, it.second, DE_NULL); in buildPipelineCache()
[all …]