HomeSort by relevance Sort by last modified time
    Searched refs:TFieldList (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
Types.h 64 typedef TVector<TField *> TFieldList;
65 inline TFieldList *NewPoolTFieldList()
67 void *memory = GetGlobalPoolAllocator()->allocate(sizeof(TFieldList));
68 return new(memory)TFieldList;
79 const TFieldList &fields() const
98 TFieldListCollection(const TString *name, TFieldList *fields)
109 TFieldList *mFields;
120 TStructure(const TString *name, TFieldList *fields)
189 TInterfaceBlock(const TString *name, TFieldList *fields, const TString *instanceName,
344 const TFieldList& fields = isInterfaceBlock() ? interfaceBlock->fields() : structure->fields()
    [all...]
ParseHelper.h 205 TFieldList *addStructDeclaratorList(const TPublicType &typeSpecifier, TFieldList *fieldList);
206 TPublicType addStructure(const TSourceLoc &structLine, const TSourceLoc &nameLine, const TString *structName, TFieldList *fieldList);
208 TIntermAggregate* addInterfaceBlock(const TPublicType& typeQualifier, const TSourceLoc& nameLine, const TString& blockName, TFieldList* fieldList,
glslang_tab.h 218 TFieldList* fieldList;
OutputASM.cpp     [all...]
ParseHelper.cpp     [all...]
glslang_tab.cpp 305 TFieldList* fieldList;
    [all...]
Initialize.cpp 445 TFieldList *fields = NewPoolTFieldList();
    [all...]
glslang.y 98 TFieldList* fieldList;
    [all...]
Intermediate.cpp 1201 const TFieldList& fields = leftNodeType.getStruct()->fields();
    [all...]

Completed in 53 milliseconds