Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSPVRemapper.cpp805 std::unordered_map<int, int> opCounter; in mapFnBodies() local
815 opCounter.clear(); in mapFnBodies()
839 ++opCounter[opCode]; in mapFnBodies()
857 static_cast<unsigned int>(opCounter[thisOpCode]) in mapFnBodies()