Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h71 typedef std::map<const TTypeList*, std::map<size_t, const TTypeList*>> TStructRecord; typedef
461 const TTypeList* recordStructCopy(TStructRecord&, const TType*, const TType*);
547 TStructRecord matrixFixRecord;
548 TStructRecord packingFixRecord;
DParseHelper.cpp9441 const TTypeList* TParseContext::recordStructCopy(TStructRecord& record, const TType* originType, co… in recordStructCopy()