Searched refs:pipelineLayoutInfoIt (Results 1 – 1 of 1) sorted by relevance
4192 auto pipelineLayoutInfoIt = mPipelineLayoutInfo.find(pipelineLayout); in destroyPipelineLayoutLocked() local4193 if (pipelineLayoutInfoIt == mPipelineLayoutInfo.end()) return; in destroyPipelineLayoutLocked()4194 auto& pipelineLayoutInfo = pipelineLayoutInfoIt->second; in destroyPipelineLayoutLocked()