Searched refs:isMatrix (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DparseConst.cpp25 isMatrix(false),
49 bool isMatrix; member in class:TConstTraverser
120 if (node->getType().isMatrix()) {
121 isMatrix = true;
139 isMatrix = false;
174 if (!isMatrix) {
H A DIntermediate.cpp158 if (left->isMatrix() || left->isArray() || left->isVector() || left->getBasicType() == EbtStruct) {
165 if (left->getBasicType() != EbtBool || left->isMatrix() || left->isArray() || left->isVector()) {
293 if (child->getType().getBasicType() != EbtBool || child->getType().isMatrix() || child->getType().isArray() || child->getType().isVector()) {
324 child->isMatrix(),
520 TType type(promoteTo, node->getPrecision(), EvqTemporary, node->getNominalSize(), node->isMatrix(), node->isArray());
942 if (!left->isMatrix() && right->isMatrix()) {
949 } else if (left->isMatrix() && !right->isMatrix()) {
956 } else if (left->isMatrix()
[all...]
H A DVariableInfo.cpp21 if (type.isMatrix()) {
39 if (type.isMatrix()) {
52 if (type.isMatrix()) {
H A DOutputHLSL.cpp92 int elementSize = type.isMatrix() ? type.getNominalSize() : 1;
826 if (node->getLeft()->isMatrix())
1799 else if (type.isMatrix())
1966 if (ctorType.isMatrix() && ctorParameters.size() == 1)
1986 else if (parameter.isMatrix())
2047 else if (parameter.isMatrix() || parameter.getStruct())
H A Dintermediate.h252 bool isMatrix() const { return type.isMatrix(); } function in class:TIntermTyped
H A DSymbolTable.cpp25 if (isMatrix())
H A DTypes.h189 bool isMatrix() const { return matrix ? true : false; } function in class:TType
H A DParseHelper.cpp511 if (constructingMatrix && param.type->isMatrix())
553 if (!type->isMatrix()) {
598 if (type->getBasicType() != EbtBool || type->isArray() || type->isMatrix() || type->isVector()) {
H A Dglslang.y224 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()->getUnionArrayPointer()->getIConst() && !$1->isArray() ) {
281 $$->setType(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()) {
H A DOutputGLSL.cpp15 if (type.isMatrix())
/external/skia/legacy/src/animator/
H A DSkDisplayable.h79 bool isMatrix() const { return getType() == SkType_Matrix; } function in class:SkDisplayable
H A DSkMatrixParts.cpp29 if (parent->isMatrix() == false)
/external/skia/src/animator/
H A DSkDisplayable.h79 bool isMatrix() const { return getType() == SkType_Matrix; } function in class:SkDisplayable
H A DSkMatrixParts.cpp29 if (parent->isMatrix() == false)

Completed in 142 milliseconds