Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSPVRemapper.cpp1053 for (const auto& idPair : idMap) { in optLoadStore() local
1054 spv::Id id = idPair.first; in optLoadStore()
1058 idMap[idPair.first] = id; // replace with final result in optLoadStore()