Searched refs:isStructureContainingMatrices (Results 1 – 5 of 5) sorted by relevance
50 return type->isMatrix() || type->isStructureContainingMatrices(); in DoesFieldContainRowMajorMatrix()448 if (type.isStructSpecifier() && type.isStructureContainingMatrices()) in visitDeclaration()742 if (fieldType->isStructureContainingMatrices()) in convertField()950 if (!ancestorType.isMatrix() && !ancestorType.isStructureContainingMatrices()) in transformExpression()
404 bool TType::isStructureContainingMatrices() const in isStructureContainingMatrices() function in sh::TType814 if (fieldType->isMatrix() || fieldType->isStructureContainingMatrices()) in containsMatrices()
336 bool isStructureContainingMatrices() const;
308 if (!field->type()->isMatrix() && !field->type()->isStructureContainingMatrices() && in writeFieldLayoutQualifier()318 if (field->type()->isMatrix() || field->type()->isStructureContainingMatrices()) in writeFieldLayoutQualifier()
481 fieldType.isStructureContainingMatrices(); in onBlockFieldSelection()