Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp4192 auto pipelineLayoutInfoIt = mPipelineLayoutInfo.find(pipelineLayout); in destroyPipelineLayoutLocked() local
4193 if (pipelineLayoutInfoIt == mPipelineLayoutInfo.end()) return; in destroyPipelineLayoutLocked()
4194 auto& pipelineLayoutInfo = pipelineLayoutInfoIt->second; in destroyPipelineLayoutLocked()