Searched refs:isPerPrimitive (Results 1 – 3 of 3) sorted by relevance
302 …void checkIoArraysConsistency(const TSourceLoc&, bool tailOnly = false, bool isPerPrimitive = fals…303 int getIoArrayImplicitSize(bool isPerPrimitive = false) const;
578 int newSize = getIoArrayImplicitSize(symbolNode->getType().getQualifier().isPerPrimitive()); in handleIoResizeArrayAccess()592 … TParseContext::checkIoArraysConsistency(const TSourceLoc& loc, bool tailOnly, bool isPerPrimitive) in checkIoArraysConsistency() argument594 int requiredSize = getIoArrayImplicitSize(isPerPrimitive); in checkIoArraysConsistency()610 feature = isPerPrimitive ? "max_primitives" : "max_vertices"; in checkIoArraysConsistency()625 int TParseContext::getIoArrayImplicitSize(bool isPerPrimitive) const in getIoArrayImplicitSize()635 if (isPerPrimitive) { in getIoArrayImplicitSize()1376 length = getIoArrayImplicitSize(type.getQualifier().isPerPrimitive()); in handleLengthMethod()3717 checkIoArraysConsistency(loc, true, type.getQualifier().isPerPrimitive()); in declareArray()3770 checkIoArraysConsistency(loc, false, type.getQualifier().isPerPrimitive()); in declareArray()4168 … if (oldType.getQualifier().isPerPrimitive() && ! newType.getQualifier().isPerPrimitive()) in redeclareBuiltinBlock()[all …]
630 bool isPerPrimitive() const in isPerPrimitive() function