Home
last modified time | relevance | path

Searched defs:TTypeSpecifierNonArray (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/compiler/translator/
DTypes.h410 struct TTypeSpecifierNonArray struct
412 TBasicType type;
413 unsigned char primarySize; // size of vector or cols of matrix
414 unsigned char secondarySize; // rows of matrix
415 const TStructure *userDef;
416 TSourceLoc line;
419 bool isStructSpecifier;
421 void initialize(TBasicType aType, const TSourceLoc &aLine) in initialize()
432 void initializeStruct(const TStructure *aUserDef, in initializeStruct()
444 void setAggregate(unsigned char size) { primarySize = size; } in setAggregate()
[all …]