Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h367 struct TTypeSpecifierNonArray struct
369 TBasicType type;
370 unsigned char primarySize; // size of vector or cols of matrix
371 unsigned char secondarySize; // rows of matrix
372 const TStructure *userDef;
373 TSourceLoc line;
376 bool isStructSpecifier;
378 void initialize(TBasicType aType, const TSourceLoc &aLine) in initialize()
389 void initializeStruct(const TStructure *aUserDef, in initializeStruct()
401 void setAggregate(unsigned char size) { primarySize = size; } in setAggregate()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h412 struct TTypeSpecifierNonArray struct
414 TBasicType type;
415 unsigned char primarySize; // size of vector or cols of matrix
416 unsigned char secondarySize; // rows of matrix
417 const TStructure *userDef;
418 TSourceLoc line;
421 bool isStructSpecifier;
423 void initialize(TBasicType aType, const TSourceLoc &aLine) in initialize()
434 void initializeStruct(const TStructure *aUserDef, in initializeStruct()
446 void setAggregate(unsigned char size) { primarySize = size; } in setAggregate()
[all …]