Home
last modified time | relevance | path

Searched refs:isStructureContainingMatrices (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteRowMajorMatrices.cpp50 return type->isMatrix() || type->isStructureContainingMatrices(); in DoesFieldContainRowMajorMatrix()
448 if (type.isStructSpecifier() && type.isStructureContainingMatrices()) in visitDeclaration()
742 if (fieldType->isStructureContainingMatrices()) in convertField()
949 if (!ancestorType.isMatrix() && !ancestorType.isStructureContainingMatrices()) in transformExpression()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.cpp404 bool TType::isStructureContainingMatrices() const in isStructureContainingMatrices() function in sh::TType
814 if (fieldType->isMatrix() || fieldType->isStructureContainingMatrices()) in containsMatrices()
DTypes.h335 bool isStructureContainingMatrices() const;
DOutputGLSLBase.cpp292 if (!field->type()->isMatrix() && !field->type()->isStructureContainingMatrices()) in writeFieldLayoutQualifier()
DBuildSPIRV.cpp455 fieldType.isStructureContainingMatrices(); in onBlockFieldSelection()