Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRemoveUnreferencedVariables.cpp74 auto structIter = mStructIdRefCounts.find(structure->uniqueId().get()); in incrementStructTypeRefCount() local
75 if (structIter == mStructIdRefCounts.end()) in incrementStructTypeRefCount()
86 ++(structIter->second); in incrementStructTypeRefCount()