Home
last modified time | relevance | path

Searched refs:getBaseType (Results 1 – 25 of 57) sorted by relevance

123

/external/deqp/framework/randomshaders/
DrsgUtils.cpp61 switch (type.getBaseType()) in computeRandomValue()
127 switch (valueRange.getType().getBaseType()) in isUndefinedValueRange()
132 bool isFloat = valueRange.getType().getBaseType() == VariableType::TYPE_FLOAT; in isUndefinedValueRange()
190 switch (type.getBaseType()) in computeRandomValueRange()
244 switch (type.getBaseType()) in getTypeConstructorDepth()
254 switch (memberType.getBaseType()) in getTypeConstructorDepth()
299 switch (type.getBaseType()) in computeRangeLengthSum()
DrsgProgramExecutor.cpp140 TCU_CHECK(valueRange.getType().getBaseType() == VariableType::TYPE_FLOAT); in interpolateVertexInput()
153 TCU_CHECK(dst.getType().getBaseType() == VariableType::TYPE_FLOAT); in interpolateFragmentInput()
162 TCU_CHECK(dst.getType().getBaseType() == VariableType::TYPE_FLOAT); in copyVarying()
DrsgExpression.cpp169 switch (type.getBaseType()) in computeRandomValueRangeForInfElements()
227 switch (type.getBaseType()) in setInfiniteRange()
656 …convTable[getBaseTypeConvNdx(src.getType().getBaseType())][getBaseTypeConvNdx(dst.getType().getBas… in convertValueRange()
669 …convTable[getBaseTypeConvNdx(src.getType().getBaseType())][getBaseTypeConvNdx(dst.getType().getBas… in convertExecValue()
689 VariableType::Type baseType = type.getBaseType(); in ConstructorOp()
956 return type.getBaseType() == VariableType::TYPE_FLOAT; in isShaderInOutSupportedType()
1005 switch (type.getBaseType()) in computeEntryReadWeight()
1313 …VariableType inVarType = VariableType(m_outValueRange.getType().getBaseType(), m_numInputElements… in createNextChild()
DrsgBinaryOps.cpp143 VariableType::Type baseType = this->m_type.getBaseType(); in BinaryVecOp()
190 switch (dst.getType().getBaseType()) in evaluate()
447 switch (a.getType().getBaseType()) in evaluate()
471 …(valueRange.getType().getBaseType() == VariableType::TYPE_BOOL && valueRange.getType().getNumEleme… in getWeight()
753 …(valueRange.getType().getBaseType() == VariableType::TYPE_BOOL && valueRange.getType().getNumEleme… in getWeight()
792 switch (a.getType().getBaseType()) in evaluate()
DrsgVariableValue.cpp58 switch (a.getType().getBaseType()) in compareValueRangesAllTrue()
220 switch (a.getType().getBaseType()) in computeIntersection()
DrsgExecutionContext.cpp125 switch (type.getBaseType()) in assignMasked()
DrsgVariableType.hpp137 Type getBaseType (void) const { return m_baseType; } in getBaseType() function in rsg::VariableType
DrsgShaderGenerator.cpp139 VariableType::Type baseType = valueRange.getType().getBaseType(); in fillUndefinedComponents()
DrsgVariableManager.cpp72 switch (curItem.getType().getBaseType()) in next()
/external/deqp/modules/glshared/
DglsRandomShaderProgram.cpp59 else if (varType.getBaseType() == rsg::VariableType::TYPE_SAMPLER_2D) in mapToBasicType()
61 else if (varType.getBaseType() == rsg::VariableType::TYPE_SAMPLER_CUBE) in mapToBasicType()
141 …TCU_CHECK_INTERNAL(m_positionVar && m_positionVar->getType().getBaseType() == rsg::VariableType::T… in RandomShaderProgram()
142 …TCU_CHECK_INTERNAL(m_fragColorVar && m_fragColorVar->getType().getBaseType() == rsg::VariableType:… in RandomShaderProgram()
DglsRandomShaderCase.cpp165 TCU_CHECK(input->getVariable()->getType().getBaseType() == rsg::VariableType::TYPE_FLOAT); in init()
376 switch (value.getType().getBaseType()) in setUniformValue()
413 switch (value.getType().getBaseType()) in operator <<()
435 switch (value.getType().getBaseType()) in operator <<()
DglsFragOpInteractionCase.cpp92 …TCU_CHECK_INTERNAL(type.getBaseType() == rsg::VariableType::TYPE_FLOAT && de::inRange(type.getNumE… in computeVertexLayout()
333 switch (value.getType().getBaseType()) in setUniformValue()
545 DE_ASSERT(varType.getBaseType() == rsg::VariableType::TYPE_FLOAT); in iterate()
/external/llvm/lib/IR/
DDebugInfo.cpp68 return getDICompositeType(D->getBaseType().resolve(EmptyMap)); in getDICompositeType()
166 processType(DCT->getBaseType().resolve(TypeIdentifierMap)); in processType()
179 processType(DDT->getBaseType().resolve(TypeIdentifierMap)); in processType()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp531 TmpTy = resolve(DTy->getBaseType()); in addBlockByrefAddress()
620 if (DITypeRef Deriv = DTy->getBaseType()) in isUnsignedDIType()
654 auto *BaseType = DD->resolve(Ty->getBaseType()); in getBaseTypeSize()
817 resolve(DITypeRef(cast<MDDerivedType>(Ty)->getBaseType()))); in getOrCreateTypeDIE()
958 DIType FromTy = resolve(DTy->getBaseType()); in constructTypeDIE()
1052 addType(ElemDie, resolve(DDTy->getBaseType()), dwarf::DW_AT_friend); in constructTypeDIE()
1398 addType(Buffer, resolve(CTy->getBaseType())); in constructArrayTypeDIE()
1431 DIType DTy = resolve(CTy->getBaseType()); in constructEnumTypeDIE()
1465 addType(MemberDie, resolve(DT->getBaseType())); in constructMemberDIE()
1564 DIType Ty = resolve(DT->getBaseType()); in getOrCreateStaticMemberDIE()
/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp191 const MDNode *getBaseType() const { in getBaseType() function in __anond7c1edd40111::TBAAStructTagNode
412 const MDNode *BaseA = TagA.getBaseType(); in PathAliases()
413 const MDNode *BaseB = TagB.getBaseType(); in PathAliases()
/external/clang/lib/AST/
DTypePrinter.cpp813 print(T->getBaseType(), OS, StringRef()); in printUnaryTransformBefore()
819 printBefore(T->getBaseType(), OS); in printUnaryTransformBefore()
830 printAfter(T->getBaseType(), OS); in printUnaryTransformAfter()
1277 return printBefore(T->getBaseType(), OS); in printObjCObjectBefore()
1279 print(T->getBaseType(), OS, StringRef()); in printObjCObjectBefore()
1295 return printAfter(T->getBaseType(), OS); in printObjCObjectAfter()
DType.cpp939 return cast<ObjCObjectType>(CanonicalType)->getBaseType() in isIncompleteType()
2079 Profile(ID, getBaseType(), qual_begin(), getNumProtocols()); in Profile()
2230 return Cache::get(cast<ObjCObjectType>(T)->getBaseType()); in computeCachedProperties()
2312 return computeLinkageInfo(cast<ObjCObjectType>(T)->getBaseType()); in computeLinkageInfo()
/external/clang/include/clang/AST/
DCanonicalType.h522 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
559 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
DType.h1119 const Type *getBaseType() const { return BaseType; }
1123 Profile(ID, getBaseType(), Quals);
3357 QualType getBaseType() const { return BaseType; }
4385 QualType getBaseType() const { return BaseType; }
4388 return getBaseType()->isSpecificBuiltinType(BuiltinType::ObjCId);
4391 return getBaseType()->isSpecificBuiltinType(BuiltinType::ObjCClass);
4397 if (const BuiltinType *T = getBaseType()->getAs<BuiltinType>())
4514 getBaseType()->getAs<ObjCInterfaceType>())
4575 return getObjectType()->getBaseType()->getAs<ObjCInterfaceType>();
4696 return extQuals->getBaseType();
[all …]
DDataRecursiveASTVisitor.h898 TRY_TO(TraverseType(T->getBaseType()));
944 if (T->getBaseType().getTypePtr() != T)
945 TRY_TO(TraverseType(T->getBaseType()));
1170 if (TL.getTypePtr()->getBaseType().getTypePtr() != TL.getTypePtr())
/external/clang/utils/TableGen/
DNeonEmitter.cpp380 Type getBaseType() const { return BaseType; } in getBaseType() function in __anon985e31310111::Intrinsic
1674 Type T = Intr.getBaseType(); in emitDagDup()
1696 for (unsigned I = 0; I < Intr.getBaseType().getNumElements(); ++I) { in emitDagSplat()
1701 return std::make_pair(Intr.getBaseType(), S); in emitDagSplat()
2103 if (Def->getBaseType().getElementSizeInBits() == 32) in genIntrinsicRangeCheckCode()
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp196 Sym.SimpleType = COFF::SymbolBaseType(Symbol.getBaseType()); in dumpSymbols()
/external/llvm/include/llvm/Object/
DCOFF.h311 uint8_t getBaseType() const { return getType() & 0x0F; } in getBaseType() function
336 return isExternal() && getBaseType() == COFF::IMAGE_SYM_TYPE_NULL && in isFunctionDefinition()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h304 QualType getBaseType() const { return BaseType; } in getBaseType() function

123