Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DStaticType.h44 unsigned char primarySize, in BuildStaticMangledName()
68 unsigned char primarySize, in BuildStaticArrayMangledName()
222 constexpr const TType *GetForVecMatHelper(unsigned char primarySize) in GetForVecMatHelper()
Dbuiltin_variables.json248 "primarySize":3 number
258 "primarySize":3 number
477 "primarySize":4 number
493 "primarySize":2 number
502 "primarySize":4 number
535 "primarySize":4 number
572 "primarySize":4 number
592 "primarySize":4 number
630 "primarySize":4 number
768 "primarySize":3 number
[all …]
DTypes.h245 static constexpr char GetSizeMangledName(unsigned char primarySize, unsigned char secondarySize) in GetSizeMangledName()
364 unsigned char primarySize; // size of vector or cols matrix variable
394 unsigned char primarySize; // size of vector or cols of matrix member
/external/swiftshader/src/OpenGL/compiler/
DTypes.h537 unsigned char primarySize = 0; // size of vector or matrix, not size of array variable
569 int primarySize; // size of vector or matrix, not size of array member
DIntermediate.cpp971 int primarySize = std::max(left->getNominalSize(), right->getNominalSize()); in promote() local