Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DStaticType.h45 unsigned char secondarySize) in BuildStaticMangledName()
69 unsigned char secondarySize, in BuildStaticArrayMangledName()
DTypes.h258 static constexpr char GetSizeMangledName(unsigned char primarySize, unsigned char secondarySize) in GetSizeMangledName()
380 unsigned char secondarySize; // rows of a matrix variable
414 unsigned char secondarySize; // rows of matrix member
DBuildSPIRV.h89 uint8_t secondarySize = 1; member
DIntermNode.cpp1791 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