Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DStaticType.h44 unsigned char primarySize, in BuildStaticMangledName()
68 unsigned char primarySize, in BuildStaticArrayMangledName()
228 constexpr const TType *GetForVecMatHelper(unsigned char primarySize) in GetForVecMatHelper()
Dbuiltin_variables.json266 "primarySize":3 number
276 "primarySize":3 number
762 "primarySize":4 number
778 "primarySize":2 number
787 "primarySize":4 number
820 "primarySize":4 number
867 "primarySize":4 number
887 "primarySize":4 number
935 "primarySize":2, number
978 "primarySize":4 number
[all …]
DTypes.h258 static constexpr char GetSizeMangledName(unsigned char primarySize, unsigned char secondarySize) in GetSizeMangledName()
379 unsigned char primarySize; // size of vector or cols matrix variable
413 unsigned char primarySize; // size of vector or cols of matrix member
DBuildSPIRV.h88 uint8_t primarySize = 1; member
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DFixTypeConstructors.cpp36 size_t primarySize = retType.getNominalSize() * retType.getArraySizeProduct(); in visitAggregate() local
/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