Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h71 typedef std::map<const TTypeList*, std::map<size_t, const TTypeList*>> TStructRecord; typedef
433 const TTypeList* recordStructCopy(TStructRecord&, const TType*, const TType*);
495 TStructRecord matrixFixRecord;
496 TStructRecord packingFixRecord;
DParseHelper.cpp8748 const TTypeList* TParseContext::recordStructCopy(TStructRecord& record, const TType* originType, co… in recordStructCopy()