Home
last modified time | relevance | path

Searched refs:getSecondarySize (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp40 left.getSecondarySize() == right.getSecondarySize(); in ValidateMultiplication()
45 return left.getNominalSize() == right.getSecondarySize(); in ValidateMultiplication()
47 return left.getNominalSize() == right.getSecondarySize() && in ValidateMultiplication()
55 return left.getNominalSize() == right.getSecondarySize(); in ValidateMultiplication()
58 left.getSecondarySize() == right.getSecondarySize(); in ValidateMultiplication()
75 switch(type.getSecondarySize()) in TypeToConstructorOperator()
89 switch(type.getSecondarySize()) in TypeToConstructorOperator()
103 switch(type.getSecondarySize()) in TypeToConstructorOperator()
1027 …t<unsigned char>(right->getNominalSize()), static_cast<unsigned char>(right->getSecondarySize()))); in promote()
1033 static_cast<unsigned char>(left->getSecondarySize()), 1)); in promote()
[all …]
DOutputASM.cpp57 switch(type.getSecondarySize()) in glVariableType()
62 default: UNREACHABLE(type.getSecondarySize()); in glVariableType()
65 switch(type.getSecondarySize()) in glVariableType()
70 default: UNREACHABLE(type.getSecondarySize()); in glVariableType()
73 switch(type.getSecondarySize()) in glVariableType()
78 default: UNREACHABLE(type.getSecondarySize()); in glVariableType()
357 const int numRegisters = isRowMajorMatrix ? type.getSecondarySize() : type.getNominalSize(); in getBlockLayoutInfo()
387 const int numRegisters = isRowMajorMatrix ? type.getSecondarySize() : type.getNominalSize(); in advanceOffset()
1199 int numRows = arg->getSecondarySize(); in visitUnary()
1215 ASSERT(size == arg->getSecondarySize()); in visitUnary()
[all …]
DSymbolTable.cpp87 mangledName += static_cast<char>('0' + getSecondarySize()); in buildMangledName()
DparseConst.cpp127 matrixRows = node->getType().getSecondarySize(); in visitAggregate()
Dintermediate.h318 int getSecondarySize() const { return type.getSecondarySize(); } in getSecondarySize() function
DParseHelper.cpp2609 static_cast<unsigned char>(baseExpression->getSecondarySize()))); in addIndexExpression()
2621 qualifier, static_cast<unsigned char>(baseExpression->getSecondarySize()))); in addIndexExpression()
3231 (left->getSecondarySize() != right->getSecondarySize())) in binaryOpCommonCheck()
3260 …>getNominalSize() != right->getNominalSize() || left->getSecondarySize() != right->getSecondarySiz… in binaryOpCommonCheck()
DTypes.h429 int getSecondarySize() const { return secondarySize; } in getSecondarySize() function