HomeSort by relevance Sort by last modified time
    Searched refs:isMatrix (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/angle/src/third_party/compiler/
ArrayBoundsClamper.cpp 55 if (left->isArray() || left->isVector() || left->isMatrix())
  /external/chromium_org/third_party/angle/src/compiler/translator/
Types.h 304 ASSERT(isMatrix());
309 ASSERT(isMatrix());
324 bool isMatrix() const
554 bool isMatrix() const
566 ASSERT(isMatrix());
572 ASSERT(isMatrix());
583 return array || isMatrix() || isVector();
StructureHLSL.cpp 35 if (type.getBasicType() == EbtStruct || type.isMatrix() || type.isArray())
86 if (!type.isMatrix() && !type.isArray() && type.getBasicType() != EbtStruct)
94 if (type.isMatrix())
299 if (ctorType.isMatrix() && ctorParameters.size() == 1)
320 else if (parameter.isMatrix())
395 else if (parameter.isMatrix())
IntermNode.cpp 454 if (!mLeft->isMatrix() && mRight->isMatrix())
469 else if (mLeft->isMatrix() && !mRight->isMatrix())
482 else if (mLeft->isMatrix() && mRight->isMatrix())
488 else if (!mLeft->isMatrix() && !mRight->isMatrix())
515 if (!mLeft->isMatrix() && mRight->isMatrix())
    [all...]
VersionGLSL.cpp 102 if (typed && typed->isMatrix())
Types.cpp 68 if (isMatrix())
148 if (isMatrix())
ScalarizeVecAndMatConstructorArgs.cpp 23 if (node && node->isMatrix())
197 ASSERT(node->isMatrix());
243 ASSERT(original->isMatrix());
Intermediate.cpp 60 if (left->isMatrix() || left->isArray() || left->isVector() ||
70 left->isMatrix() || left->isArray() || left->isVector())
188 child->getType().isMatrix() ||
InitializeVariables.cpp 17 if (myType.isMatrix())
UtilsHLSL.cpp 105 else if (type.isMatrix())
UniformHLSL.cpp 41 if (fieldType.isMatrix())
parseConst.cpp 126 if (node->getType().isMatrix())
util.cpp 51 else if (type.isMatrix())
ParseContext.cpp 499 if (constructingMatrix && param.type->isMatrix())
541 if (!type->isMatrix() || !matrixInMatrix) {
586 if (type->getBasicType() != EbtBool || type->isArray() || type->isMatrix() || type->isVector()) {
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayable.h 79 bool isMatrix() const { return getType() == SkType_Matrix; }
SkMatrixParts.cpp 29 if (parent->isMatrix() == false)
  /external/skia/src/animator/
SkDisplayable.h 79 bool isMatrix() const { return getType() == SkType_Matrix; }
SkMatrixParts.cpp 29 if (parent->isMatrix() == false)
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType1PatternDictionary_autogen.cpp 110 if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->matrixValue();
SkPdfType1FormDictionary_autogen.cpp 86 if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->matrixValue();
SkPdfType3FontDictionary_autogen.cpp 62 if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->matrixValue();
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType1PatternDictionary_autogen.cpp 110 if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->matrixValue();
SkPdfType1FormDictionary_autogen.cpp 86 if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->matrixValue();
SkPdfType3FontDictionary_autogen.cpp 62 if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->matrixValue();
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 739 const bool isMatrix = glu::isDataTypeMatrix(entry.type);
740 const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu::getDataTypeMatrixNumColumns(entry.type)) : 1;
758 deUint8* const vecPtr = elemPtr + (isMatrix ? vecNdx*entry.matrixStride : 0);
    [all...]

Completed in 947 milliseconds

1 2