Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp1159 std::unordered_map<spv::Id, int> typeUseCount; in dceTypes() local
1167 typeUseCount.clear(); in dceTypes()
1171 [&](spv::Id& id) { if (isType[id]) ++typeUseCount[id]; } in dceTypes()
1180 if (typeUseCount[typeId] == 1) { in dceTypes()
1182 --typeUseCount[typeId]; in dceTypes()