Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DTypes.h391 struct TTypeSpecifierNonArray struct
393 TBasicType type;
394 unsigned char primarySize; // size of vector or cols of matrix
395 unsigned char secondarySize; // rows of matrix
396 const TStructure *userDef;
397 TSourceLoc line;
400 bool isStructSpecifier;
402 void initialize(TBasicType aType, const TSourceLoc &aLine) in initialize()
413 void initializeStruct(const TStructure *aUserDef, in initializeStruct()
425 void setAggregate(unsigned char size) { primarySize = size; } in setAggregate()
[all …]