Searched refs:globalTypes (Results 1 – 1 of 1) sorted by relevance
1204 …bool spirvbin_t::matchType(const spirvbin_t::globaltypes_t& globalTypes, spv::Id lt, spv::Id gt) c… in matchType() argument1214 const auto gtype = globalTypes.find(gt); in matchType()1215 if (gtype == globalTypes.end()) in matchType()1232 if (!matchType(globalTypes, asId(typeStart+x), gdata[x])) in matchType()1263 spv::Id spirvbin_t::findType(const spirvbin_t::globaltypes_t& globalTypes, spv::Id lt) const in findType() argument1266 for (const auto& gt : globalTypes) in findType()1267 if (matchType(globalTypes, lt, gt.first)) in findType()