Home
last modified time | relevance | path

Searched refs:globaltypes_t (Results 1 – 2 of 2) 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()
1252 spv::Id spirvbin_t::findType(const spirvbin_t::globaltypes_t& globalTypes, spv::Id lt) const in findType()
1366 globaltypes_t globalTypeMap; in mapTypeConst()
DSPVRemapper.h161 typedef std::map<spv::Id, typeentry_t> globaltypes_t; typedef