Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp1193 …bool spirvbin_t::matchType(const spirvbin_t::globaltypes_t& globalTypes, spv::Id lt, spv::Id gt) c… in matchType() argument
1203 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() argument
1255 for (const auto& gt : globalTypes) in findType()
1256 if (matchType(globalTypes, lt, gt.first)) in findType()