/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 205 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 …]
|
D | BTFDebug.cpp | 79 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/ |
D | rsgUtils.cpp | 61 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()
|
D | rsgBinaryOps.cpp | 174 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()
|
D | rsgProgramExecutor.cpp | 140 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()
|
D | rsgExpression.cpp | 169 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()
|
D | rsgVariableValue.cpp | 58 switch (a.getType().getBaseType()) in compareValueRangesAllTrue() 220 switch (a.getType().getBaseType()) in computeIntersection()
|
D | rsgExecutionContext.cpp | 125 switch (type.getBaseType()) in assignMasked()
|
D | rsgVariableType.hpp | 137 Type getBaseType (void) const { return m_baseType; } in getBaseType() function in rsg::VariableType
|
D | rsgShaderGenerator.cpp | 139 VariableType::Type baseType = valueRange.getType().getBaseType(); in fillUndefinedComponents()
|
D | rsgVariableManager.cpp | 72 switch (curItem.getType().getBaseType()) in next()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TypeBasedAliasAnalysis.cpp | 222 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/ |
D | glsRandomShaderProgram.cpp | 59 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()
|
D | glsRandomShaderCase.cpp | 165 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 <<()
|
D | glsFragOpInteractionCase.cpp | 92 …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/ |
D | DwarfUnit.cpp | 489 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 …]
|
D | CodeViewDebug.cpp | 1459 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 …]
|
D | DebugHandlerBase.cpp | 156 DIType *BaseType = DDTy->getBaseType(); in getBaseTypeSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | SafepointIRVerifier.cpp | 327 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()
|
D | DebugInfo.cpp | 134 processType(DCT->getBaseType()); in processType() 144 processType(DDT->getBaseType()); in processType()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 344 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/ |
D | TypeDumpVisitor.cpp | 530 printTypeIndex("BaseType", Base.getBaseType()); in visitKnownMember() 539 printTypeIndex("BaseType", Base.getBaseType()); in visitKnownMember()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingMiscTests.cpp | 3887 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/ |
D | TypeRecord.h | 881 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/ |
D | COFF.h | 348 uint8_t getBaseType() const { return getType() & 0x0F; } in getBaseType() function 396 return isExternal() && getBaseType() == COFF::IMAGE_SYM_TYPE_NULL && in isFunctionDefinition()
|