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()949 if (!ancestorType.isMatrix() && !ancestorType.isStructureContainingMatrices()) in transformExpression()
404 bool TType::isStructureContainingMatrices() const in isStructureContainingMatrices() function in sh::TType807 if (fieldType->isMatrix() || fieldType->isStructureContainingMatrices()) in containsMatrices()
333 bool isStructureContainingMatrices() const;
296 if (!field->type()->isMatrix() && !field->type()->isStructureContainingMatrices()) in writeFieldLayoutQualifier()
354 fieldType.isStructureContainingMatrices(); in onBlockFieldSelection()