Searched refs:isAggregate (Results 1 – 10 of 10) sorted by relevance
448 bool isAggregate() const;
968 bool TPublicType::isAggregate() const in isAggregate() function in sh::TPublicType
92 if (type.isAggregate()) in CanSetDefaultPrecisionOnType()898 if (pType.getBasicType() != EbtBool || pType.isAggregate()) in checkIsScalarBool()
493 bool isAggregate() const;
975 bool TPublicType::isAggregate() const in isAggregate() function in sh::TPublicType
92 if (type.isAggregate()) in CanSetDefaultPrecisionOnType()960 if (pType.getBasicType() != EbtBool || pType.isAggregate()) in checkIsScalarBool()
667 bool isAggregate() const in isAggregate() function
2318 || ((filter == SearchFilter.AGGREGATES_ONLY) && isAggregate(result))) { in findSymbol()2328 || ((filter == SearchFilter.AGGREGATES_ONLY) && isAggregate(result))) { in findSymbol()2343 boolean isAggregate(GenericDescriptor descriptor) { in isAggregate() method in Descriptors.DescriptorPool
211 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate() function
5596 … && (builder.isVector(left) || builder.isMatrix(left) || builder.isAggregate(left))) { in createBinaryOperation()