Searched refs:globalTypes (Results 1 – 1 of 1) sorted by relevance
1193 …bool spirvbin_t::matchType(const spirvbin_t::globaltypes_t& globalTypes, spv::Id lt, spv::Id gt) c… in matchType() argument1203 const auto gtype = globalTypes.find(gt); in matchType()1204 if (gtype == globalTypes.end()) in matchType()1221 if (!matchType(globalTypes, asId(typeStart+x), gdata[x])) in matchType()1252 spv::Id spirvbin_t::findType(const spirvbin_t::globaltypes_t& globalTypes, spv::Id lt) const in findType() argument1255 for (const auto& gt : globalTypes) in findType()1256 if (matchType(globalTypes, lt, gt.first)) in findType()