Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTypes.cpp728 TFieldListCollection::TFieldListCollection(const TFieldList *fields) in TFieldListCollection() function in sh::TFieldListCollection
732 bool TFieldListCollection::containsArrays() const in containsArrays()
743 bool TFieldListCollection::containsMatrices() const in containsMatrices()
754 bool TFieldListCollection::containsType(TBasicType type) const in containsType()
765 bool TFieldListCollection::containsSamplers() const in containsSamplers()
776 TString TFieldListCollection::buildMangledFieldList() const in buildMangledFieldList()
786 size_t TFieldListCollection::calculateObjectSize() const in calculateObjectSize()
800 size_t TFieldListCollection::objectSize() const in objectSize()
807 int TFieldListCollection::getLocationCount() const in getLocationCount()
825 int TFieldListCollection::deepestNesting() const in deepestNesting()
[all …]
DSymbol.cpp95 : TSymbol(symbolTable, name, symbolType, SymbolClass::Struct), TFieldListCollection(fields) in TStructure()
103 TFieldListCollection(fields) in TStructure()
141 TFieldListCollection(fields), in TInterfaceBlock()
153 TFieldListCollection(fields), in TInterfaceBlock()
DSymbol.h112 class TStructure : public TSymbol, public TFieldListCollection
149 class TInterfaceBlock : public TSymbol, public TFieldListCollection
DTypes.h57 class TFieldListCollection : angle::NonCopyable
74 TFieldListCollection(const TFieldList *fields);
/external/swiftshader/src/OpenGL/compiler/
DTypes.h71 class TFieldListCollection
74 virtual ~TFieldListCollection() { } in ~TFieldListCollection()
98 TFieldListCollection(const TString *name, TFieldList *fields) in TFieldListCollection() function
116 class TStructure : public TFieldListCollection
121 : TFieldListCollection(name, fields), in POOL_ALLOCATOR_NEW_DELETE()
185 class TInterfaceBlock : public TFieldListCollection
191 : TFieldListCollection(name, fields), in POOL_ALLOCATOR_NEW_DELETE()
DSymbolTable.cpp149 TString TFieldListCollection::buildMangledName() const in buildMangledName()
161 size_t TFieldListCollection::calculateObjectSize() const in calculateObjectSize()