Searched refs:isMatrix (Results 1 – 16 of 16) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | Intermediate.cpp | 158 …if (left->isMatrix() || left->isArray() || left->isVector() || left->getBasicType() == EbtStruct) { in addBinaryMath() 165 … if (left->getBasicType() != EbtBool || left->isMatrix() || left->isArray() || left->isVector()) { in addBinaryMath() 293 …if (child->getType().getBasicType() != EbtBool || child->getType().isMatrix() || child->getType().… in addUnaryMath() 324 child->isMatrix(), in addUnaryMath() 520 …teTo, node->getPrecision(), EvqTemporary, node->getNominalSize(), node->isMatrix(), node->isArray(… in addConversion() 942 if (!left->isMatrix() && right->isMatrix()) { in promote() 949 } else if (left->isMatrix() && !right->isMatrix()) { in promote() 956 } else if (left->isMatrix() && right->isMatrix()) { in promote() 958 } else if (!left->isMatrix() && !right->isMatrix()) { in promote() 971 if (!left->isMatrix() && right->isMatrix()) { in promote() [all …]
|
D | parseConst.cpp | 25 isMatrix(false), in TConstTraverser() 49 bool isMatrix; member in TConstTraverser 120 if (node->getType().isMatrix()) { in visitAggregate() 121 isMatrix = true; in visitAggregate() 139 isMatrix = false; in visitAggregate() 174 if (!isMatrix) { in visitConstantUnion()
|
D | VariableInfo.cpp | 21 if (type.isMatrix()) { in getVariableDataType() 39 if (type.isMatrix()) { in getVariableDataType() 52 if (type.isMatrix()) { in getVariableDataType()
|
D | OutputHLSL.cpp | 92 int elementSize = type.isMatrix() ? type.getNominalSize() : 1; in vectorSize() 826 if (node->getLeft()->isMatrix()) in visitBinary() 1799 else if (type.isMatrix()) in typeString() 1966 if (ctorType.isMatrix() && ctorParameters.size() == 1) in addConstructor() 1986 else if (parameter.isMatrix()) in addConstructor() 2047 else if (parameter.isMatrix() || parameter.getStruct()) in addConstructor()
|
D | intermediate.h | 252 bool isMatrix() const { return type.isMatrix(); } in isMatrix() function
|
D | glslang.y | 224 if (!$1->isArray() && !$1->isMatrix() && !$1->isVector()) { 239 } else if ($1->isMatrix()) { // constant folding for matrices 244 …if (($1->isVector() || $1->isMatrix()) && $1->getType().getNominalSize() <= $3->getAsConstantUnion… 281 …TType($1->getBasicType(), $1->getPrecision(), EvqTemporary, $1->getNominalSize(), $1->isMatrix())); 285 } else if ($1->isMatrix() && $1->getType().getQualifier() == EvqConst) 287 else if ($1->isMatrix()) 335 } else if ($1->isMatrix()) {
|
D | SymbolTable.cpp | 25 if (isMatrix()) in buildMangledName()
|
D | ParseHelper.cpp | 511 if (constructingMatrix && param.type->isMatrix()) in constructorErrorCheck() 553 if (!type->isMatrix()) { in constructorErrorCheck() 598 … if (type->getBasicType() != EbtBool || type->isArray() || type->isMatrix() || type->isVector()) { in boolErrorCheck()
|
D | Types.h | 189 bool isMatrix() const { return matrix ? true : false; } in isMatrix() function
|
D | glslang_tab.cpp | 2205 …ermTypedNode)->isArray() && !(yyvsp[(1) - (4)].interm.intermTypedNode)->isMatrix() && !(yyvsp[(1) … 2220 …} else if ((yyvsp[(1) - (4)].interm.intermTypedNode)->isMatrix()) { // constant folding for matric… 2225 …ermTypedNode)->isVector() || (yyvsp[(1) - (4)].interm.intermTypedNode)->isMatrix()) && (yyvsp[(1) … 2262 …interm.intermTypedNode)->getNominalSize(), (yyvsp[(1) - (4)].interm.intermTypedNode)->isMatrix())); 2266 …} else if ((yyvsp[(1) - (4)].interm.intermTypedNode)->isMatrix() && (yyvsp[(1) - (4)].interm.inter… 2268 else if ((yyvsp[(1) - (4)].interm.intermTypedNode)->isMatrix()) 2324 } else if ((yyvsp[(1) - (3)].interm.intermTypedNode)->isMatrix()) {
|
D | OutputGLSL.cpp | 15 if (type.isMatrix()) in getTypeName()
|
/external/skia/src/animator/ |
D | SkDisplayable.h | 79 bool isMatrix() const { return getType() == SkType_Matrix; } in isMatrix() function
|
D | SkMatrixParts.cpp | 29 if (parent->isMatrix() == false) in setParent()
|
/external/skia/legacy/src/animator/ |
D | SkDisplayable.h | 79 bool isMatrix() const { return getType() == SkType_Matrix; } in isMatrix() function
|
D | SkMatrixParts.cpp | 29 if (parent->isMatrix() == false) in setParent()
|
/external/webkit/Source/ThirdParty/ANGLE/ |
D | ChangeLog | 730 (TType::isMatrix): 764 (TIntermTyped::isMatrix):
|