Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DStaticType.h45 unsigned char secondarySize) in BuildStaticMangledName()
69 unsigned char secondarySize, in BuildStaticArrayMangledName()
DTypes.h245 static constexpr char GetSizeMangledName(unsigned char primarySize, unsigned char secondarySize) in GetSizeMangledName()
365 unsigned char secondarySize; // rows of a matrix variable
395 unsigned char secondarySize; // rows of matrix member
DIntermNode.cpp1708 const int secondarySize = in promote() local
/external/swiftshader/src/OpenGL/compiler/
DTypes.h538 unsigned char secondarySize = 0; // 1 for vectors, > 1 for matrices variable
570 int secondarySize; // 1 for scalars/vectors, >1 for matrices member
DIntermediate.cpp1142 const int secondarySize = std::max( in promote() local