Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp4137 auto pipelineCacheInfoIt = mPipelineCacheInfo.find(pipelineCache); in destroyPipelineCacheLocked() local
4138 if (pipelineCacheInfoIt == mPipelineCacheInfo.end()) return; in destroyPipelineCacheLocked()
4139 auto& pipelineCacheInfo = pipelineCacheInfoIt->second; in destroyPipelineCacheLocked()