Home
last modified time | relevance | path

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

12

/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()
DrsgVariableType.hpp137 Type getBaseType (void) const { return m_baseType; } in getBaseType() function in rsg::VariableType
DrsgExecutionContext.cpp125 switch (type.getBaseType()) in assignMasked()
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/Analysis/
DTypeBasedAliasAnalysis.cpp189 const MDNode *getBaseType() const { in getBaseType() function in __anon142ace200111::TBAAStructTagNode
544 const MDNode *BaseA = TagA.getBaseType(); in PathAliases()
545 const MDNode *BaseB = TagB.getBaseType(); in PathAliases()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp449 TmpTy = resolve(DTy->getBaseType()); in addBlockByrefAddress()
542 DITypeRef Deriv = DTy->getBaseType(); in isUnsignedDIType()
573 auto *BaseType = DD->resolve(Ty->getBaseType()); in getBaseTypeSize()
728 return getOrCreateTypeDIE(resolve(cast<DIDerivedType>(Ty)->getBaseType())); in getOrCreateTypeDIE()
846 const DIType *FromTy = resolve(DTy->getBaseType()); in constructTypeDIE()
947 addType(ElemDie, resolve(DDTy->getBaseType()), dwarf::DW_AT_friend); in constructTypeDIE()
1310 addType(Buffer, resolve(CTy->getBaseType())); in constructArrayTypeDIE()
1342 const DIType *DTy = resolve(CTy->getBaseType()); in constructEnumTypeDIE()
1369 addType(MemberDie, resolve(DT->getBaseType())); in constructMemberDIE()
1486 const DIType *Ty = resolve(DT->getBaseType()); in getOrCreateStaticMemberDIE()
/external/llvm/lib/IR/
DDebugInfo.cpp158 processType(DCT->getBaseType().resolve(TypeIdentifierMap)); in processType()
168 processType(DDT->getBaseType().resolve(TypeIdentifierMap)); in processType()
/external/clang/lib/AST/
DType.cpp577 if (auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized()
595 if (auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs()
612 if (auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType()
630 SplitQualType splitBaseType = getBaseType().split(); in stripObjCKindOfTypeAndQuals()
981 QualType baseType = recurse(T->getBaseType()); in TRIVIAL_TYPE_CLASS()
999 if (baseType.getAsOpaquePtr() == T->getBaseType().getAsOpaquePtr() && in TRIVIAL_TYPE_CLASS()
1106 QualType resultTy = ctx.getObjCObjectType(obj->getBaseType(), in substObjCTypeArgs()
1216 objcObjectType->getBaseType(), { }, in substObjCTypeArgs()
1231 return ctx.getObjCObjectType(objcObjectType->getBaseType(), in substObjCTypeArgs()
1264 = objType->getBaseType().stripObjCKindOfType(ctx); in stripObjCKindOfType()
[all …]
DTypePrinter.cpp813 print(T->getBaseType(), OS, StringRef()); in printUnaryTransformBefore()
819 printBefore(T->getBaseType(), OS); in printUnaryTransformBefore()
830 printAfter(T->getBaseType(), OS); in printUnaryTransformAfter()
1330 return printBefore(T->getBaseType(), OS); in printObjCObjectBefore()
1335 print(T->getBaseType(), OS, StringRef()); in printObjCObjectBefore()
1370 return printAfter(T->getBaseType(), OS); in printObjCObjectAfter()
/external/clang/include/clang/AST/
DCanonicalType.h522 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
559 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
DType.h1186 const Type *getBaseType() const { return BaseType; }
1190 Profile(ID, getBaseType(), Quals);
3511 QualType getBaseType() const { return BaseType; }
4611 QualType getBaseType() const { return BaseType; }
4614 return getBaseType()->isSpecificBuiltinType(BuiltinType::ObjCId);
4617 return getBaseType()->isSpecificBuiltinType(BuiltinType::ObjCClass);
4623 if (const BuiltinType *T = getBaseType()->getAs<BuiltinType>())
4800 QualType baseType = getBaseType();
4805 baseType = ObjT->getBaseType();
5033 return extQuals->getBaseType();
[all …]
DRecursiveASTVisitor.h923 TRY_TO(TraverseType(T->getBaseType()));
969 if (T->getBaseType().getTypePtr() != T)
970 TRY_TO(TraverseType(T->getBaseType()));
1198 if (TL.getTypePtr()->getBaseType().getTypePtr() != TL.getTypePtr())
/external/clang/utils/TableGen/
DNeonEmitter.cpp391 Type getBaseType() const { return BaseType; } in getBaseType() function in __anonb7c1857d0111::Intrinsic
1689 Type T = Intr.getBaseType(); in emitDagDup()
1711 for (unsigned I = 0; I < Intr.getBaseType().getNumElements(); ++I) { in emitDagSplat()
1716 return std::make_pair(Intr.getBaseType(), S); in emitDagSplat()
2117 if (Def->getBaseType().getElementSizeInBits() == 32) in genIntrinsicRangeCheckCode()
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp199 Sym.SimpleType = COFF::SymbolBaseType(Symbol.getBaseType()); in dumpSymbols()
/external/llvm/include/llvm/Object/
DCOFF.h326 uint8_t getBaseType() const { return getType() & 0x0F; } in getBaseType() function
355 return isExternal() && getBaseType() == COFF::IMAGE_SYM_TYPE_NULL && in isFunctionDefinition()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h304 QualType getBaseType() const { return BaseType; } in getBaseType() function
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h691 getScope(), getBaseType(), getSizeInBits(),
716 DITypeRef getBaseType() const { return DITypeRef(getRawBaseType()); }
793 getScope(), getBaseType(), getSizeInBits(),
825 DITypeRef getBaseType() const { return DITypeRef(getRawBaseType()); }

12