/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | MinidumpYAML.h | 39 Stream(StreamKind Kind, minidump::StreamType Type) : Kind(Kind), Type(Type) {} in Stream() 43 const minidump::StreamType Type; 46 static StreamKind getKind(minidump::StreamType Type); 49 static std::unique_ptr<Stream> create(minidump::StreamType Type); 75 static constexpr minidump::StreamType Type = minidump::StreamType::ModuleList; 86 static constexpr minidump::StreamType Type = minidump::StreamType::ThreadList; 96 static constexpr minidump::StreamType Type = minidump::StreamType::MemoryList; 113 : Stream(StreamKind::Exception, minidump::StreamType::Exception), in ExceptionStream() 118 : Stream(StreamKind::Exception, minidump::StreamType::Exception), in ExceptionStream() 133 minidump::StreamType::MemoryInfoList) {} in MemoryInfoListStream() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Minidump.cpp | 18 MinidumpFile::getRawStream(minidump::StreamType Type) const { in getRawStream() 58 Optional<ArrayRef<uint8_t>> Stream = getRawStream(StreamType::MemoryInfoList); in getMemoryInfoList() 75 Expected<ArrayRef<T>> MinidumpFile::getListStream(StreamType Type) const { in getListStream() 95 MinidumpFile::getListStream(StreamType) const; 97 MinidumpFile::getListStream(StreamType) const; 99 MinidumpFile::getListStream(StreamType) const; 128 DenseMap<StreamType, std::size_t> StreamMap; in create() 130 StreamType Type = StreamDescriptor.value().Type; in create() 138 if (Type == StreamType::Unused && Loc.DataSize == 0) { in create() 144 if (Type == DenseMapInfo<StreamType>::getEmptyKey() || in create() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Minidump.h | 45 Optional<ArrayRef<uint8_t>> getRawStream(minidump::StreamType Type) const; 63 return getStream<minidump::SystemInfo>(minidump::StreamType::SystemInfo); in getSystemInfo() 72 return getListStream<minidump::Module>(minidump::StreamType::ModuleList); in getModuleList() 81 return getListStream<minidump::Thread>(minidump::StreamType::ThreadList); in getThreadList() 90 minidump::StreamType::Exception); in getExceptionStream() 102 minidump::StreamType::MemoryList); in getMemoryList() 166 DenseMap<minidump::StreamType, std::size_t> StreamMap) in MinidumpFile() argument 177 Expected<const T &> getStream(minidump::StreamType Stream) const; 182 Expected<ArrayRef<T>> getListStream(minidump::StreamType Stream) const; 186 DenseMap<minidump::StreamType, std::size_t> StreamMap; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Minidump.h | 50 enum class StreamType : uint32_t { enum 121 support::little_t<StreamType> Type; 253 template <> struct DenseMapInfo<minidump::StreamType> { 254 static minidump::StreamType getEmptyKey() { return minidump::StreamType(-1); } 256 static minidump::StreamType getTombstoneKey() { 257 return minidump::StreamType(-2); 260 static unsigned getHashValue(minidump::StreamType Val) { 264 static bool isEqual(minidump::StreamType LHS, minidump::StreamType RHS) {
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Stream.hpp | 24 enum StreamType ENUM_UNDERLYING_TYPE_UNSIGNED_INT 61 Stream &define(StreamType type, unsigned int count, bool normalized = false) in define() 70 Stream &define(const void *buffer, StreamType type, unsigned int count, bool normalized = false) in define() 99 StreamType type;
|
D | VertexProcessor.hpp | 104 StreamType type : BITS(STREAMTYPE_LAST);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MinidumpYAML.cpp | 70 Stream::StreamKind Stream::getKind(StreamType Type) { in getKind() 72 case StreamType::Exception: in getKind() 74 case StreamType::MemoryInfoList: in getKind() 76 case StreamType::MemoryList: in getKind() 78 case StreamType::ModuleList: in getKind() 80 case StreamType::SystemInfo: in getKind() 82 case StreamType::LinuxCPUInfo: in getKind() 83 case StreamType::LinuxProcStatus: in getKind() 84 case StreamType::LinuxLSBRelease: in getKind() 85 case StreamType::LinuxCMDLine: in getKind() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BinaryStreamRef.h | 24 template <class RefType, class StreamType> class BinaryStreamRefBase { 27 explicit BinaryStreamRefBase(StreamType &BorrowedImpl) in BinaryStreamRefBase() 33 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset, in BinaryStreamRefBase() 37 BinaryStreamRefBase(StreamType &BorrowedImpl, uint32_t Offset, in BinaryStreamRefBase() 143 std::shared_ptr<StreamType> SharedImpl; 144 StreamType *BorrowedImpl = nullptr;
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceGlobalInits.h | 452 template <class StreamType> 453 inline StreamType &operator<<(StreamType &Stream, 459 template <class StreamType> 460 inline StreamType &operator<<(StreamType &Stream,
|
D | IceTypes.h | 149 template <typename StreamType> 150 inline StreamType &operator<<(StreamType &Str, const Type &Ty) {
|
D | IceOperand.h | 130 template <class StreamType> 131 inline StreamType &operator<<(StreamType &Str, const Operand &Op) {
|
D | IceInstARM32.h | 542 template <typename StreamType> 543 inline StreamType &operator<<(StreamType &Stream, CondARM32::Cond Predicate) {
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | VertexDataManager.h | 31 sw::StreamType type;
|
/third_party/ffmpeg/libavformat/ |
D | mpegts.c | 1357 typedef struct StreamType { struct 1361 } StreamType; argument 1363 static const StreamType ISO_types[] = { 1388 static const StreamType HDMV_types[] = { 1404 static const StreamType SCTE_types[] = { 1410 static const StreamType MISC_types[] = { 1416 static const StreamType REGD_types[] = { 1433 static const StreamType METADATA_types[] = { 1440 static const StreamType DESC_types[] = { 1451 const StreamType *types) in mpegts_find_stream_type()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 941 ULONG32 StreamType; member
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 42774 parsebin: Ensure StreamType and Caps of GstStream object before exposing it 42775 The final StreamType and Caps might not be set yet on GstStream at exposing the pads.
|