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

123

/external/deqp/framework/randomshaders/
H A DrsgUtils.cpp61 switch (type.getBaseType())
127 switch (valueRange.getType().getBaseType())
132 bool isFloat = valueRange.getType().getBaseType() == VariableType::TYPE_FLOAT;
190 switch (type.getBaseType())
244 switch (type.getBaseType())
254 switch (memberType.getBaseType())
299 switch (type.getBaseType())
H A DrsgProgramExecutor.cpp140 TCU_CHECK(valueRange.getType().getBaseType() == VariableType::TYPE_FLOAT);
153 TCU_CHECK(dst.getType().getBaseType() == VariableType::TYPE_FLOAT);
162 TCU_CHECK(dst.getType().getBaseType() == VariableType::TYPE_FLOAT);
H A DrsgExecutionContext.cpp125 switch (type.getBaseType())
H A DrsgVariableType.hpp137 Type getBaseType (void) const { return m_baseType; } function in class:rsg::VariableType
H A DrsgVariableValue.cpp58 switch (a.getType().getBaseType())
220 switch (a.getType().getBaseType())
H A DrsgBinaryOps.cpp143 VariableType::Type baseType = this->m_type.getBaseType();
190 switch (dst.getType().getBaseType())
447 switch (a.getType().getBaseType())
471 (valueRange.getType().getBaseType() == VariableType::TYPE_BOOL && valueRange.getType().getNumElements() == 1))
753 (valueRange.getType().getBaseType() == VariableType::TYPE_BOOL && valueRange.getType().getNumElements() == 1))
792 switch (a.getType().getBaseType())
H A DrsgExpression.cpp169 switch (type.getBaseType())
227 switch (type.getBaseType())
656 convTable[getBaseTypeConvNdx(src.getType().getBaseType())][getBaseTypeConvNdx(dst.getType().getBaseType())](src, dst);
669 convTable[getBaseTypeConvNdx(src.getType().getBaseType())][getBaseTypeConvNdx(dst.getType().getBaseType())](src, dst);
689 VariableType::Type baseType = type.getBaseType();
956 return type.getBaseType() == VariableType::TYPE_FLOAT;
1005 switch (type.getBaseType())
1313 VariableType inVarType = VariableType(m_outValueRange.getType().getBaseType(), m_numInputElement
[all...]
H A DrsgShaderGenerator.cpp139 VariableType::Type baseType = valueRange.getType().getBaseType();
H A DrsgVariableManager.cpp72 switch (curItem.getType().getBaseType())
/external/deqp/modules/glshared/
H A DglsRandomShaderProgram.cpp59 else if (varType.getBaseType() == rsg::VariableType::TYPE_SAMPLER_2D)
61 else if (varType.getBaseType() == rsg::VariableType::TYPE_SAMPLER_CUBE)
141 TCU_CHECK_INTERNAL(m_positionVar && m_positionVar->getType().getBaseType() == rsg::VariableType::TYPE_FLOAT && m_positionVar->getType().getNumElements() == 4);
142 TCU_CHECK_INTERNAL(m_fragColorVar && m_fragColorVar->getType().getBaseType() == rsg::VariableType::TYPE_FLOAT && m_fragColorVar->getType().getNumElements() == 4);
H A DglsRandomShaderCase.cpp165 TCU_CHECK(input->getVariable()->getType().getBaseType() == rsg::VariableType::TYPE_FLOAT);
376 switch (value.getType().getBaseType())
413 switch (value.getType().getBaseType())
435 switch (value.getType().getBaseType())
H A DglsFragOpInteractionCase.cpp92 TCU_CHECK_INTERNAL(type.getBaseType() == rsg::VariableType::TYPE_FLOAT && de::inRange(type.getNumElements(), 1, 4));
333 switch (value.getType().getBaseType())
545 DE_ASSERT(varType.getBaseType() == rsg::VariableType::TYPE_FLOAT);
/external/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp191 const MDNode *getBaseType() const { function in class:__anon10375::TBAAStructTagNode
412 const MDNode *BaseA = TagA.getBaseType();
413 const MDNode *BaseB = TagB.getBaseType();
/external/llvm/lib/IR/
H A DDebugInfo.cpp68 return getDICompositeType(D->getBaseType().resolve(EmptyMap));
166 processType(DCT->getBaseType().resolve(TypeIdentifierMap));
179 processType(DDT->getBaseType().resolve(TypeIdentifierMap));
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp531 TmpTy = resolve(DTy->getBaseType());
620 if (DITypeRef Deriv = DTy->getBaseType())
654 auto *BaseType = DD->resolve(Ty->getBaseType());
817 resolve(DITypeRef(cast<MDDerivedType>(Ty)->getBaseType())));
958 DIType FromTy = resolve(DTy->getBaseType());
1052 addType(ElemDie, resolve(DDTy->getBaseType()), dwarf::DW_AT_friend);
1398 addType(Buffer, resolve(CTy->getBaseType()));
1431 DIType DTy = resolve(CTy->getBaseType());
1465 addType(MemberDie, resolve(DT->getBaseType()));
1564 DIType Ty = resolve(DT->getBaseType());
[all...]
/external/clang/lib/AST/
H A DTypePrinter.cpp813 print(T->getBaseType(), OS, StringRef());
819 printBefore(T->getBaseType(), OS);
830 printAfter(T->getBaseType(), OS);
1277 return printBefore(T->getBaseType(), OS);
1279 print(T->getBaseType(), OS, StringRef());
1295 return printAfter(T->getBaseType(), OS);
H A DType.cpp939 return cast<ObjCObjectType>(CanonicalType)->getBaseType()
2079 Profile(ID, getBaseType(), qual_begin(), getNumProtocols());
2230 return Cache::get(cast<ObjCObjectType>(T)->getBaseType());
2312 return computeLinkageInfo(cast<ObjCObjectType>(T)->getBaseType());
/external/clang/include/clang/AST/
H A DCanonicalType.h522 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
559 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
H A DType.h1119 const Type *getBaseType() const { return BaseType; } function in class:clang::ExtQuals
1123 Profile(ID, getBaseType(), Quals);
3357 QualType getBaseType() const { return BaseType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
4379 /// getBaseType - Gets the base type of this object type. This is
4385 QualType getBaseType() const { return BaseType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
4388 return getBaseType()->isSpecificBuiltinType(BuiltinType::ObjCId);
4391 return getBaseType()->isSpecificBuiltinType(BuiltinType::ObjCClass);
4397 if (const BuiltinType *T = getBaseType()->getAs<BuiltinType>())
4477 /// T->getBaseType() == QualType(T, 0).
4514 getBaseType()
[all...]
H A 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())
H A DRecursiveASTVisitor.h963 TRY_TO(TraverseType(T->getBaseType()));
1009 if (T->getBaseType().getTypePtr() != T)
1010 TRY_TO(TraverseType(T->getBaseType()));
1235 if (TL.getTypePtr()->getBaseType().getTypePtr() != TL.getTypePtr())
/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp196 Sym.SimpleType = COFF::SymbolBaseType(Symbol.getBaseType());
/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h304 QualType getBaseType() const { return BaseType; } function in class:clang::CodeCompletionContext
/external/llvm/include/llvm/Object/
H A DCOFF.h311 uint8_t getBaseType() const { return getType() & 0x0F; } function in class:llvm::object::COFFSymbolRef
336 return isExternal() && getBaseType() == COFF::IMAGE_SYM_TYPE_NULL &&
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp380 Type getBaseType() const { return BaseType; } function in class:__anon2837::Intrinsic
1674 Type T = Intr.getBaseType();
1696 for (unsigned I = 0; I < Intr.getBaseType().getNumElements(); ++I) {
1701 return std::make_pair(Intr.getBaseType(), S);
2103 if (Def->getBaseType().getElementSizeInBits() == 32)

Completed in 464 milliseconds

123