/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeArray.cpp | 32 dumpSymbolIdField(OS, "elementTypeId", getTypeId(), Indent, Session, in dump() 57 Session.getSymbolCache().getNativeSymbolById(getTypeId()); in getCount() 61 SymIndexId NativeTypeArray::getTypeId() const { in getTypeId() function in NativeTypeArray
|
D | NativeSymbolEnumerator.cpp | 38 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 56 SymIndexId NativeSymbolEnumerator::getTypeId() const { in getTypeId() function in NativeSymbolEnumerator 57 return Parent.getTypeId(); in getTypeId()
|
D | NativeTypeTypedef.cpp | 19 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 25 SymIndexId NativeTypeTypedef::getTypeId() const { in getTypeId() function in NativeTypeTypedef
|
D | NativeTypeFunctionSig.cpp | 37 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 41 SymIndexId getTypeId() const override { return RealType->getSymIndexId(); } in getTypeId() function in __anonaa33a16b0111::NativeTypeFunctionArg 120 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 160 SymIndexId NativeTypeFunctionSig::getTypeId() const { in getTypeId() function in NativeTypeFunctionSig
|
D | NativeTypeEnum.cpp | 139 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 340 SymIndexId NativeTypeEnum::getTypeId() const { in getTypeId() function in NativeTypeEnum 342 return UnmodifiedType->getTypeId(); in getTypeId() 380 getTypeId()); in getUnderlyingBuiltinType()
|
D | NativeTypePointer.cpp | 47 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 100 SymIndexId NativeTypePointer::getTypeId() const { in getTypeId() function in NativeTypePointer
|
/third_party/glslang/SPIRV/ |
D | SpvBuilder.h | 191 Id getTypeId(Id resultId) const { return module.getTypeId(resultId); } in getTypeId() function 196 int getNumComponents(Id resultId) const { return getNumTypeComponents(getTypeId(resultId)); } in getNumComponents() 206 bool isPointer(Id resultId) const { return isPointerType(getTypeId(resultId)); } in isPointer() 207 bool isScalar(Id resultId) const { return isScalarType(getTypeId(resultId)); } in isScalar() 208 bool isVector(Id resultId) const { return isVectorType(getTypeId(resultId)); } in isVector() 209 bool isMatrix(Id resultId) const { return isMatrixType(getTypeId(resultId)); } in isMatrix() 210 …bool isCooperativeMatrix(Id resultId)const { return isCooperativeMatrixType(getTypeId(resultId)); } in isCooperativeMatrix() 211 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate() 212 bool isSampledImage(Id resultId) const { return isSampledImageType(getTypeId(resultId)); } in isSampledImage() 249 …StorageClass getStorageClass(Id resultId) const { return getTypeStorageClass(getTypeId(resultId));… in getStorageClass() [all …]
|
D | SpvPostProcess.cpp | 238 Id typeId = base->getTypeId(); in postProcess() 312 if (inst.getTypeId() != NoType) in postProcess() 313 postProcessType(inst, inst.getTypeId()); in postProcess() 318 if (getTypeId(inst.getIdOperand(op)) != NoType) in postProcess() 319 postProcessType(inst, getTypeId(inst.getIdOperand(op))); in postProcess()
|
D | spvIR.h | 148 Id getTypeId() const { return typeId; } in getTypeId() function 338 Id getParamType(int p) const { return parameterInstructions[p]->getTypeId(); } in getParamType() 354 Id getReturnType() const { return functionInstruction.getTypeId(); } in getReturnType() 430 spv::Id getTypeId(Id resultId) const { in getTypeId() function 431 … return idToInstruction[resultId] == nullptr ? NoType : idToInstruction[resultId]->getTypeId(); in getTypeId()
|
D | SpvBuilder.cpp | 639 Id typeId = getTypeId(resultId); in getDerefTypeId() 809 constant->getTypeId() == typeId && in findScalarConstant() 824 constant->getTypeId() == typeId && in findScalarConstant() 884 if (constant->getTypeId() == typeId && constant->getOpCode() == opcode) in makeBoolConstant() 1071 if (constant->getTypeId() != typeId) in findCompositeConstant() 1564 spv::Id typeId = getTypeId(base); in createAccessChain() 1909 … left = smearScalar(precision, left, makeVectorType(getTypeId(left), getNumComponents(right))); in promoteScalar() 1911 … right = smearScalar(precision, right, makeVectorType(getTypeId(right), getNumComponents(left))); in promoteScalar() 1920 assert(getTypeId(scalar) == getScalarTypeId(vectorType)); in smearScalar() 2227 resultType = makeVectorType(getScalarTypeId(getTypeId(parameters.coords)), 2); in createTextureQueryCall() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolTypeFunctionSig.cpp | 46 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex() 53 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()
|
D | UDTLayout.cpp | 36 uint32_t TypeId = RawSymbol.getTypeId(); in getSymbolType()
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | message_set.js | 45 itemMap.set(item.getTypeId(), item); 264 getTypeId() { method in Item
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeTypeTypedef.h | 32 SymIndexId getTypeId() const override;
|
D | NativeTypeArray.h | 38 SymIndexId getTypeId() const override;
|
D | NativeSymbolEnumerator.h | 34 SymIndexId getTypeId() const override;
|
D | NativeTypePointer.h | 42 SymIndexId getTypeId() const override;
|
D | NativeTypeFunctionSig.h | 47 SymIndexId getTypeId() const override;
|
D | NativeTypeEnum.h | 56 SymIndexId getTypeId() const override;
|
D | NativeRawSymbol.h | 123 SymIndexId getTypeId() const override;
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | WireFormatTest.java | 318 assertEquals(TYPE_ID_1, raw.getItem(0).getTypeId()); in testSerializeMessageSetWithFlag() 319 assertEquals(TYPE_ID_2, raw.getItem(1).getTypeId()); in testSerializeMessageSetWithFlag() 320 assertEquals(UNKNOWN_TYPE_ID, raw.getItem(2).getTypeId()); in testSerializeMessageSetWithFlag() 485 output.writeInt32(2, item.getTypeId()); in testMergeMessageSetExtensionWithFlag()
|
D | WireFormatLiteTest.java | 313 assertEquals(TYPE_ID_1, raw.getItem(0).getTypeId()); in testSerializeMessageSetWithFlag() 314 assertEquals(TYPE_ID_2, raw.getItem(1).getTypeId()); in testSerializeMessageSetWithFlag() 315 assertEquals(UNKNOWN_TYPE_ID, raw.getItem(2).getTypeId()); in testSerializeMessageSetWithFlag() 472 output.writeInt32(2, item.getTypeId()); in testMergeMessageSetExtensionWithFlag() 885 assertEquals(100, raw.getItem(0).getTypeId()); in testSkipUnknownFieldInMessageSetItem()
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | WireFormatTest.java | 305 assertEquals(TYPE_ID_1, raw.getItem(0).getTypeId()); in testSerializeMessageSetWithFlag() 306 assertEquals(TYPE_ID_2, raw.getItem(1).getTypeId()); in testSerializeMessageSetWithFlag() 307 assertEquals(UNKNOWN_TYPE_ID, raw.getItem(2).getTypeId()); in testSerializeMessageSetWithFlag()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 86 BTFType.Type = BDebug.getTypeId(ResolvedType); in completeType() 247 BTFMember.Type = BDebug.getTypeId(BaseTy); in completeType() 284 BTFType.Type = RetType ? BDebug.getTypeId(RetType) : 0; in completeType() 294 Param.Type = BDebug.getTypeId(Element); in completeType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 118 SymIndexId getTypeId() const override;
|