Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DStaticType.h44 unsigned char primarySize, in BuildStaticMangledName()
68 unsigned char primarySize, in BuildStaticArrayMangledName()
235 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
834 "primarySize":4 number
881 "primarySize":4 number
901 "primarySize":4 number
949 "primarySize":2, number
[all …]
DTypes.h260 static constexpr char GetSizeMangledName(unsigned char primarySize, unsigned char secondarySize) in GetSizeMangledName()
381 unsigned char primarySize; // size of vector or cols matrix variable
415 unsigned char primarySize; // size of vector or cols of matrix member
DBuildSPIRV.h95 uint8_t primarySize = 1; member
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DStaticType.h44 unsigned char primarySize, in BuildStaticMangledName()
140 constexpr const TType *GetForVecMatHelper(unsigned char primarySize) in GetForVecMatHelper()
Dbuiltin_variables.json247 "primarySize":3 number
257 "primarySize":3 number
476 "primarySize":4 number
492 "primarySize":2 number
501 "primarySize":4 number
528 "primarySize":4 number
568 "primarySize":4 number
589 "primarySize":4 number
628 "primarySize":4 number
746 "primarySize":3 number
[all …]
DTypes.h234 static constexpr char GetSizeMangledName(unsigned char primarySize, unsigned char secondarySize) in GetSizeMangledName()
345 unsigned char primarySize; // size of vector or cols matrix variable
370 unsigned char primarySize; // size of vector or cols of matrix member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DFixTypeConstructors.cpp36 size_t primarySize = retType.getNominalSize() * retType.getArraySizeProduct(); in visitAggregate() local
/third_party/skia/third_party/externals/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