Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp205 Ty = DTy->getBaseType(); in stripQualifiers()
214 Ty = DTy->getBaseType(); in stripQualifiers()
376 return stripQualifiers(PtrTy->getBaseType()) == CType; in IsValidAIChain()
396 return PTy->getBaseType() == CTy->getBaseType(); in IsValidAIChain()
400 Ty = PTy->getBaseType(); in IsValidAIChain()
551 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
570 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
593 BaseTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
596 BaseTy = stripQualifiers(MemberTy->getBaseType()); in GetFieldInfo()
606 BaseTy = stripQualifiers(CompTy->getBaseType()); in GetFieldInfo()
[all …]
DBTFDebug.cpp79 const DIType *ResolvedType = DTy->getBaseType(); in completeType()
246 const auto *BaseTy = DDTy->getBaseType(); in completeType()
478 const DIType *ElemType = CTy->getBaseType(); in visitArrayType()
560 const DIType *Base = DTy->getBaseType(); in visitDerivedType()
594 visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false); in visitDerivedType()
596 visitTypeEntry(DTy->getBaseType(), TempTypeId, CheckPointer, SeenPointer); in visitDerivedType()
658 visitTypeEntry(MemberType->getBaseType()); in visitMapDefType()
/third_party/vk-gl-cts/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()
DrsgBinaryOps.cpp174 DE_ASSERT(dst.getType().getBaseType() == VariableType::TYPE_FLOAT); in evaluate()
187 DE_ASSERT(dst.getType().getBaseType() == VariableType::TYPE_BOOL); in evaluate()
393 VariableType::Type baseType = this->m_type.getBaseType(); in BinaryVecOp()
440 switch (dst.getType().getBaseType()) in evaluate()
697 switch (a.getType().getBaseType()) in evaluate()
721 …(valueRange.getType().getBaseType() == VariableType::TYPE_BOOL && valueRange.getType().getNumEleme… in getWeight()
1003 …(valueRange.getType().getBaseType() == VariableType::TYPE_BOOL && valueRange.getType().getNumEleme… in getWeight()
1042 switch (a.getType().getBaseType()) in evaluate()
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()
681 …convTable[getBaseTypeConvNdx(src.getType().getBaseType())][getBaseTypeConvNdx(dst.getType().getBas… in convertValueRange()
694 …convTable[getBaseTypeConvNdx(src.getType().getBaseType())][getBaseTypeConvNdx(dst.getType().getBas… in convertExecValue()
714 VariableType::Type baseType = type.getBaseType(); in ConstructorOp()
981 return type.getBaseType() == VariableType::TYPE_FLOAT; in isShaderInOutSupportedType()
1030 switch (type.getBaseType()) in computeEntryReadWeight()
1343 …VariableType inVarType = VariableType(m_outValueRange.getType().getBaseType(), m_numInputElements… in createNextChild()
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp222 MDNodeTy *getBaseType() const { in getBaseType() function in __anon7776703e0111::TBAAStructTagNodeImpl
591 if (BaseTag.getAccessType() == BaseTag.getBaseType() && in mayBeAccessToSubobjectOf()
605 TBAAStructTypeNode BaseType(BaseTag.getBaseType()); in mayBeAccessToSubobjectOf()
616 if (BaseType.getNode() == SubobjectTag.getBaseType()) { in mayBeAccessToSubobjectOf()
640 TBAAStructTypeNode FieldType(SubobjectTag.getBaseType()); in mayBeAccessToSubobjectOf()
/third_party/vk-gl-cts/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp489 assert(DTy->getBaseType() && "Expected valid base type"); in isUnsignedDIType()
490 return isUnsignedDIType(DD, DTy->getBaseType()); in isUnsignedDIType()
688 return getOrCreateTypeDIE(cast<DIDerivedType>(Ty)->getBaseType()); in getOrCreateTypeDIE()
692 return getOrCreateTypeDIE(cast<DIDerivedType>(Ty)->getBaseType()); in getOrCreateTypeDIE()
795 const DIType *FromTy = DTy->getBaseType(); in constructTypeDIE()
924 addType(ElemDie, DDTy->getBaseType(), dwarf::DW_AT_friend); in constructTypeDIE()
933 if (isUnsignedDIType(DD, Discriminator->getBaseType())) in constructTypeDIE()
1374 DIType *BaseTy = CTy->getBaseType(); in hasVectorBeenPadded()
1402 addType(Buffer, CTy->getBaseType()); in constructArrayTypeDIE()
1420 const DIType *DTy = CTy->getBaseType(); in constructEnumTypeDIE()
[all …]
DCodeViewDebug.cpp1459 T = DT->getBaseType(); in shouldEmitUdt()
1542 TypeIndex UnderlyingTypeIndex = getTypeIndex(Ty->getBaseType()); in lowerTypeAlias()
1558 const DIType *ElementType = Ty->getBaseType(); in lowerTypeArray()
1698 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType()); in lowerTypePointer()
1771 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType()); in lowerTypeMemberPointer()
1774 bool IsPMF = isa<DISubroutineType>(Ty->getBaseType()); in lowerTypeMemberPointer()
1826 BaseTy = cast<DIDerivedType>(BaseTy)->getBaseType(); in lowerTypeModifier()
2078 getTypeIndex(Ty->getBaseType())); in lowerTypeEnum()
2140 const DIType *Ty = DDTy->getBaseType(); in collectMemberInfo()
2148 Ty = cast<DIDerivedType>(Ty)->getBaseType(); in collectMemberInfo()
[all …]
DDebugHandlerBase.cpp156 DIType *BaseType = DDTy->getBaseType(); in getBaseTypeSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSafepointIRVerifier.cpp327 static enum BaseType getBaseType(const Value *Val) { in getBaseType() function
382 return getBaseType(V) == BaseType::NonConstant; in isNotExclusivelyConstantDerived()
813 enum BaseType baseTyLHS = getBaseType(LHS), in verifyInstruction()
814 baseTyRHS = getBaseType(RHS); in verifyInstruction()
DDebugInfo.cpp134 processType(DCT->getBaseType()); in processType()
144 processType(DDT->getBaseType()); in processType()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp344 GLenum getBaseType() const in getBaseType() function in glcts::__anonc35e850c0111::UniformType
547 if (type.getBaseType() == GL_SAMPLER) in streamValue()
583 if (type.getBaseType() == GL_INT || type.getBaseType() == GL_SAMPLER) in getPtr()
587 else if (type.getBaseType() == GL_UNSIGNED_INT) in getPtr()
591 else if (type.getBaseType() == GL_FLOAT) in getPtr()
609 if (type.getBaseType() == GL_INT) in UniformValue()
618 else if (type.getBaseType() == GL_UNSIGNED_INT) in UniformValue()
627 else if (type.getBaseType() == GL_FLOAT) in UniformValue()
635 else if (type.getBaseType() == GL_SAMPLER) in UniformValue()
1043 if (uniform.type.getBaseType() == GL_SAMPLER) in streamUniformValidator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp530 printTypeIndex("BaseType", Base.getBaseType()); in visitKnownMember()
539 printTypeIndex("BaseType", Base.getBaseType()); in visitKnownMember()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp3887 const auto baseType = getBaseType (currentTestItem.type); in init()
4333 const auto baseDataType = getBaseType (currentItem.type); in verifyResultBuffer()
4513 BaseType getBaseType(const VariableType& type) const in getBaseType() function in vkt::RayTracing::__anon51acda2a0111::ShaderRecordBlockTest
5436 const auto baseType = getBaseType (currentTestItem.type); in initTestItems()
5700 const auto baseType = getBaseType (currentItem.type); in setExplicitScalarOffsetBufferOffsets()
5744 const auto baseType = getBaseType (currentItem.type); in setExplicitSTD430OffsetBufferOffsets()
5820 const auto baseType = getBaseType (currentItem.type); in setSTD430ArrayStrides()
5856 const auto baseType = getBaseType (currentItem.type); in setSTD430BufferOffsets()
5920 const auto baseType = getBaseType (currentItem.type); in setScalarArrayStrides()
5947 const auto baseType = getBaseType (currentItem.type); in setScalarBufferOffsets()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h881 TypeIndex getBaseType() const { return Type; } in getBaseType() function
906 TypeIndex getBaseType() const { return BaseType; } in getBaseType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h348 uint8_t getBaseType() const { return getType() & 0x0F; } in getBaseType() function
396 return isExternal() && getBaseType() == COFF::IMAGE_SYM_TYPE_NULL && in isFunctionDefinition()

12