Home
last modified time | relevance | path

Searched refs:isAggregate (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h448 bool isAggregate() const;
DTypes.cpp968 bool TPublicType::isAggregate() const in isAggregate() function in sh::TPublicType
DParseContext.cpp92 if (type.isAggregate()) in CanSetDefaultPrecisionOnType()
898 if (pType.getBasicType() != EbtBool || pType.isAggregate()) in checkIsScalarBool()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h493 bool isAggregate() const;
DTypes.cpp975 bool TPublicType::isAggregate() const in isAggregate() function in sh::TPublicType
DParseContext.cpp92 if (type.isAggregate()) in CanSetDefaultPrecisionOnType()
960 if (pType.getBasicType() != EbtBool || pType.isAggregate()) in checkIsScalarBool()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DTypes.h667 bool isAggregate() const in isAggregate() function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2318 || ((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
/third_party/glslang/SPIRV/
DSpvBuilder.h211 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate() function
DGlslangToSpv.cpp5596 … && (builder.isVector(left) || builder.isMatrix(left) || builder.isAggregate(left))) { in createBinaryOperation()