Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSPVRemapper.cpp1190 std::unordered_map<spv::Id, int> typeUseCount; in dceTypes() local
1198 typeUseCount.clear(); in dceTypes()
1202 [&](spv::Id& id) { if (isType[id]) ++typeUseCount[id]; } in dceTypes()
1211 if (typeUseCount[typeId] == 1) { in dceTypes()
1213 --typeUseCount[typeId]; in dceTypes()