Home
last modified time | relevance | path

Searched refs:isArrayType (Results 1 – 25 of 63) sorted by relevance

123

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp64 if (varType.isArrayType()) in containsMatchingSubtype()
141 else if (varType.isArrayType()) in isIllegalVertexOutput()
183 else if (varType.isArrayType()) in isIllegalFragmentOutput()
202 else if (varType.isArrayType()) in isTypeIntegerOrContainsIntegers()
344 …bles[varNdx].storage == glu::STORAGE_IN && !m_defaultBlock.variables[varNdx].varType.isArrayType()) in isValid()
366 …bles[varNdx].storage == glu::STORAGE_IN && !m_defaultBlock.variables[varNdx].varType.isArrayType()) in isValid()
369 …les[varNdx].storage == glu::STORAGE_OUT && !m_defaultBlock.variables[varNdx].varType.isArrayType()) in isValid()
391 …bles[varNdx].storage == glu::STORAGE_IN && !m_defaultBlock.variables[varNdx].varType.isArrayType()) in isValid()
419 if (type.isArrayType()) in collectStructPtrs()
Des31fProgramInterfaceDefinitionUtil.cpp185 else if (type.isArrayType()) in generateVariableTypeResourceNames()
292 else if (type.isArrayType()) in collectNamedStructureDefinitions()
431 else if (varType.isArrayType()) in writeVariableReadAccumulateExpression()
590 else if (varType.isArrayType()) in writeVariableWriteExpression()
715 else if (type.isArrayType() && tokenizer.getToken() == glu::VarTokenizer::TOKEN_LEFT_BRACKET) in traverseVariablePath()
824 else if (complexType.isArrayType()) in containsSubType()
883 else if (complexType.isArrayType()) in accumulateComplexType()
1091 else if (type.isArrayType()) in getBufferVariableSize()
1243 const int locationSlotsTaken = (shader->getDefaultBlock().variables[ndx].varType.isArrayType()) in getFragmentOutputMaxLocation()
Des31fSSBOLayoutCase.cpp391 else if (type.isArrayType()) in computeStd140BaseAlignment()
432 else if (type.isArrayType()) in computeStd430BaseAlignment()
517 else if (type.isArrayType()) in computeReferenceLayout()
569 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeReferenceLayout()
594 if (varType.isArrayType()) in computeReferenceLayout()
659 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeReferenceLayout()
879 else if (type.isArrayType()) in collectUniqueBasicTypes()
1131 if (curType.isArrayType()) in generateCompareSrc()
1215 if (curType.isArrayType()) in generateWriteSrc()
1574 if (curType.isArrayType()) in copyNonWrittenData()
Des31fProgramInterfaceQueryTestCase.cpp124 else if (type.isArrayType()) in getVarTypeSize()
450 …ay = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType(); in validateSingleVariable()
527 …ay = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType(); in validateSingleVariable()
809 else if (type.isArrayType()) in getVariableLocationLength()
825 else if (path[startNdx].getVariableType()->isArrayType()) in getIOSubVariableLocation()
984 …ay = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType(); in validateSingleVariable()
1338 if (!path[1].getDeclaration()->varType.isArrayType()) in validateSingleVariable()
1387 if (!path[1].getDeclaration()->varType.isArrayType()) in validateSingleVariable()
1529 …const int arraySize = (path.back().getVariableType()->isArrayType()) ? (path.back().getVariableTyp… in validateSingleVariable()
1622 …const glu::VarType& elementType = (variable.isArrayType()) ? (variable.getElementType()) : (variab… in validateSingleVariable()
Des31fProgramUniformTests.cpp222 else if (type.isArrayType()) in typeContainsMatchingBasicType()
243 else if (type.isArrayType()) in getDistinctSamplerTypes()
258 else if (type.isArrayType()) in getNumSamplersInType()
1012 else if (varType.isArrayType()) in generateBasicUniforms()
Des31fTextureMultisampleTests.cpp1842 bool isArrayType; in iterate() member
1855 …if (types[m_iteration].isArrayType && !m_context.getContextInfo().isExtensionSupported("GL_OES_tex… in iterate()
1869 if (types[m_iteration].isArrayType) in iterate()
/external/deqp/framework/opengl/
DgluVarType.hpp59 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType() function in glu::VarType
65 …const VarType& getElementType (void) const { DE_ASSERT(isArrayType()); return *m_data.array.eleme… in getElementType()
66 int getArraySize (void) const { DE_ASSERT(isArrayType()); return m_data.array.size; } in getArraySize()
DgluVarTypeUtil.hpp259 DE_ASSERT(parentType.isArrayType()); in removeTraversed()
303 else if (curType.isArrayType()) in findNext()
330 …if (!curType->isArrayType() || (curType->getArraySize() != VarType::UNSIZED_ARRAY && !de::inBounds… in isValidTypePath()
DgluVarTypeUtil.cpp135 if (curType.isArrayType()) in parseTypePath()
DgluVarType.cpp364 while (curType->isArrayType()) in operator <<()
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp433 else if (type.isArrayType()) in computeStd140BaseAlignment()
510 else if (type.isArrayType()) in computeStd140Layout()
560 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeStd140Layout()
757 else if (type.isArrayType()) in collectUniqueBasicTypes()
862 else if (type.isArrayType()) in generateDeclaration()
866 while (curType->isArrayType()) in generateDeclaration()
1002 if (type.isBasicType() || (type.isArrayType() && type.getElementType().isBasicType())) in generateCompareSrc()
1005 bool isArray = type.isArrayType(); in generateCompareSrc()
1028 else if (type.isArrayType()) in generateCompareSrc()
DglsUniformBlockCase.hpp82 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType() function in deqp::gls::ub::VarType
/external/clang/lib/AST/
DExprClassification.cpp80 if (T->isArrayType()) in ClassifyTemporary()
612 if (CT->isArrayType()) in IsModifiable()
DType.cpp57 else if (ty->isArrayType()) in getBaseTypeIdentifier()
1027 if ((*this)->isArrayType()) in isTrivialType()
1084 if ((*this)->isArrayType()) in isTriviallyCopyableType()
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1315 if (RTy->isArrayType()) { in getBinding()
1901 if (Ty->isArrayType()) in bind()
1936 else if (T->isStructureOrClassType() || T->isArrayType()) { in setImplicitDefaultValue()
2001 else if (ElementTy->isArrayType()) in bindArray()
2046 if (ElemType->isArrayType()) in bindVector()
2145 if (FTy->isArrayType()) in bindStruct()
DExprEngineC.cpp436 if (CL->isGLValue() || CL->getType()->isArrayType()) in VisitCompoundLiteralExpr()
596 (T->isArrayType() || T->isRecordType() || T->isVectorType() || in VisitInitListExpr()
/external/clang/lib/CodeGen/
DCGDecl.cpp898 if (D.getInit() && (Ty->isArrayType() || Ty->isRecordType()) && in EmitAutoVarAlloca()
1262 assert(!type->isArrayType()); in emitAutoVarTypeCleanup()
1461 assert(!type->isArrayType()); in emitArrayDestroy()
DCGExpr.cpp264 if (E->getType()->isArrayType()) { in pushTemporaryCleanup()
310 (Ty->isArrayType() || Ty->isRecordType()) && in createReferenceTemporary()
1750 LV.setObjCArray(E->getType()->isArrayType()); in setObjCGCLValueClass()
1761 LV.setObjCArray(E->getType()->isArrayType()); in setObjCGCLValueClass()
1821 LV.setObjCArray(E->getType()->isArrayType()); in setObjCGCLValueClass()
2509 assert(Array->getType()->isArrayType() && in EmitArraySubscriptExpr()
DCGExprAgg.cpp1131 if (E->getType()->isArrayType()) { in VisitInitListExpr()
1487 } else if (Ty->isArrayType()) { in EmitAggregateCopy()
/external/clang/lib/Sema/
DSemaInit.cpp697 if (T->isArrayType()) in CheckImplicitInitList()
743 if (T->isArrayType() || T->isRecordType()) { in CheckImplicitInitList()
838 if (!ExprTy->isArrayType()) in CheckExplicitInitList()
873 CurrentObjectType->isArrayType()? 0 : in CheckExplicitInitList()
926 } else if (DeclType->isArrayType()) { in CheckListElementTypes()
2409 if (!ResultType->isArrayType()) in getStructuredSubobjectInit()
3997 (InitCategory.isPRValue() && T2->isArrayType()))) { in TryReferenceInitializationCore()
4743 Initializer->getType()->isArrayType()) { in InitializeFrom()
5665 if (ILE->getType()->isArrayType()) { in performLifetimeExtension()
5822 if (Args.size() == 1 && Args[0]->getType()->isArrayType() && in Perform()
DSemaExprCXX.cpp1036 if (Ty->isArrayType()) { in BuildCXXTypeConstructExpr()
1561 if (ResultType->isArrayType() || ArraySize) { in BuildCXXNew()
2463 if (Pointee->isArrayType() && !ArrayForm) { in ActOnCXXDelete()
2568 else if (T->isArrayType()) in CheckConditionVariable()
3389 return T->isArrayType(); in EvaluateUnaryTypeTrait()
3963 if (RhsT->isFunctionType() || RhsT->isArrayType()) in EvaluateBinaryTypeTrait()
4088 if (T->isArrayType()) { in EvaluateArrayTypeTrait()
4112 if (T->isArrayType()) { in EvaluateArrayTypeTrait()
4124 if (Matched && T->isArrayType()) { in EvaluateArrayTypeTrait()
/external/clang/include/clang/AST/
DCanonicalType.h285 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isArrayType)
DType.h1559 bool isArrayType() const;
4911 return isArrayType() ||
4971 inline bool Type::isArrayType() const {
5208 return isFunctionType() || isArrayType();
5247 template <typename T, bool isArrayType = (std::is_same<T, ArrayType>::value ||
/external/clang/lib/ARCMigrate/
DTransforms.cpp375 if (T->isArrayType()) in isGCOwnedNonObjC()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp158 else if (type.isArrayType()) in typeContainsMatchingBasicType()
179 else if (type.isArrayType()) in getDistinctSamplerTypes()
194 else if (type.isArrayType()) in getNumSamplersInType()
1024 else if (varType.isArrayType()) in generateBasicUniforms()

123