| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| D | Stream.hpp | 22 struct Stream struct 24 const void *buffer = nullptr; 25 unsigned int robustnessSize = 0; 26 unsigned int vertexStride = 0; 27 unsigned int instanceStride = 0; 28 VkFormat format = VK_FORMAT_UNDEFINED; 29 unsigned int offset = 0; 30 unsigned int binding = 0;
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| D | Stream.hpp | 52 struct Stream : public StreamResource struct 54 Stream(Resource *resource = 0, const void *buffer = 0, unsigned int stride = 0) in Stream() function 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() 80 Stream &defaults() in defaults() 94 operator bool() const // Returns true if stream contains data in operator bool() 99 StreamType type; 100 unsigned char count; 101 bool normalized;
|
| /third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
| D | main.cc | 65 struct Stream { struct 67 Socket* const socket; 69 std::string error; 72 Stream operator<<(uint32_t v) { in operator <<() 80 Stream operator>>(uint32_t& v) { in operator >>() 88 Stream operator<<(const std::string& v) { in operator <<() 100 Stream operator>>(std::string& v) { in operator >>() 116 std::enable_if_t<std::is_enum<T>::value, Stream> operator<<(T e) { in operator <<() 122 std::enable_if_t<std::is_enum<T>::value, Stream> operator>>(T& e) { in operator >>() 130 bool Write(const void* data, size_t size) { in Write() [all …]
|
| /third_party/nghttp2/src/ |
| D | HttpServer.h | 140 struct Stream { struct 154 Stream(Http2Handler *handler, int32_t stream_id); argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
| D | MinidumpYAML.h | 27 struct Stream { struct 28 enum class StreamKind { argument 39 Stream(StreamKind Kind, minidump::StreamType Type) : Kind(Kind), Type(Type) {} in Stream() function 42 const StreamKind Kind; argument 43 const minidump::StreamType Type; argument 67 : Stream(EntryT::Kind, EntryT::Type), Entries(std::move(Entries)) {} in Stream() function 153 : Stream(StreamKind::RawContent, Type), Content(Content), in Stream() function 190 : Stream(StreamKind::TextContent, Type), Text(Text) {} in Stream() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| D | NamedStreamMap.cpp | 51 Error NamedStreamMap::load(BinaryStreamReader &Stream) { in load() 100 bool NamedStreamMap::get(StringRef Stream, uint32_t &StreamNo) const { in get() 111 StringRef Stream(NamesBuffer.data() + Entry.first); in entries() local 124 void NamedStreamMap::set(StringRef Stream, uint32_t StreamNo) { in set()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | BinaryStreamArray.h | 99 : Stream(Stream), Skew(Skew) {} in Stream() function 102 : Stream(Stream), E(E), Skew(Skew) {} in Stream() function 265 explicit FixedStreamArray(BinaryStreamRef Stream) : Stream(Stream) { in FixedStreamArray()
|
| D | FormatAdapters.h | 38 void format(llvm::raw_ostream &Stream, StringRef Style) { in format() 52 void format(llvm::raw_ostream &Stream, StringRef Style) { in format() 67 void format(llvm::raw_ostream &Stream, StringRef Style) { in format() 80 void format(llvm::raw_ostream &Stream, StringRef Style) { Stream << Item; } in format()
|
| D | FormattedStream.h | 59 void setStream(raw_ostream &Stream) { in setStream() 88 formatted_raw_ostream(raw_ostream &Stream) in formatted_raw_ostream()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | Minidump.cpp | 58 Optional<ArrayRef<uint8_t>> Stream = getRawStream(StreamType::MemoryInfoList); in getMemoryInfoList() local 76 Optional<ArrayRef<uint8_t>> Stream = getRawStream(Type); in getListStream() local 133 Expected<ArrayRef<uint8_t>> Stream = in create() local
|
| /third_party/lzma/CPP/7zip/Common/ |
| D | CWrappers.h | 25 ISequentialInStream *Stream; member 36 IInStream *Stream; member 46 ISequentialOutStream *Stream; member 61 ISequentialInStream *Stream; member 134 ISequentialOutStream *Stream; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
| D | BitstreamRemarkParser.cpp | 38 BitstreamCursor &Stream, BitstreamBlockInfo &BlockInfo) in BitstreamMetaParserHelper() 43 BitstreamCursor &Stream = Parser.Stream; in parseRecord() local 85 BitstreamCursor &Stream) in BitstreamRemarkParserHelper() 90 BitstreamCursor &Stream = Parser.Stream; in parseRecord() local 160 BitstreamCursor &Stream = ParserHelper.Stream; in parseBlock() local 249 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | BinaryStreamRef.cpp | 67 BinaryStreamRef::BinaryStreamRef(BinaryStream &Stream) in BinaryStreamRef() 69 BinaryStreamRef::BinaryStreamRef(BinaryStream &Stream, uint32_t Offset, in BinaryStreamRef() 103 WritableBinaryStreamRef::WritableBinaryStreamRef(WritableBinaryStream &Stream) in WritableBinaryStreamRef() 106 WritableBinaryStreamRef::WritableBinaryStreamRef(WritableBinaryStream &Stream, in WritableBinaryStreamRef()
|
| /third_party/node/lib/internal/streams/ |
| D | legacy.js | 10 function Stream(opts) { class 114 module.exports = { Stream, prependListener }; property
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | MinidumpYAML.cpp | 290 static void streamMapping(yaml::IO &IO, RawContentStream &Stream) { in streamMapping() 295 static StringRef streamValidate(RawContentStream &Stream) { in streamValidate() 307 static void streamMapping(yaml::IO &IO, MemoryInfoListStream &Stream) { in streamMapping() 311 static void streamMapping(yaml::IO &IO, MemoryListStream &Stream) { in streamMapping() 315 static void streamMapping(yaml::IO &IO, ModuleListStream &Stream) { in streamMapping() 319 static void streamMapping(yaml::IO &IO, SystemInfoStream &Stream) { in streamMapping() 349 static void streamMapping(yaml::IO &IO, TextContentStream &Stream) { in streamMapping() 370 static void streamMapping(yaml::IO &IO, ThreadListStream &Stream) { in streamMapping() 374 static void streamMapping(yaml::IO &IO, MinidumpYAML::ExceptionStream &Stream) { in streamMapping()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/ |
| D | BitstreamRemarkParser.h | 31 BitstreamCursor &Stream; member 56 BitstreamCursor &Stream; member 91 BitstreamCursor Stream; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
| D | NaClBitCodes.cpp | 67 static void PrintExpression(raw_ostream &Stream, in PrintExpression() 88 void NaClBitCodeAbbrev::Print(raw_ostream &Stream, bool AddNewLine) const { in Print()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
| D | protocol.go | 64 func NewClient(ctx context.Context, stream jsonrpc2.Stream, client Client) (context.Context, *jsonr… 71 func NewServer(ctx context.Context, stream jsonrpc2.Stream, server Server) (context.Context, *jsonr…
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| D | DebugCrossImpSubsection.cpp | 26 operator()(BinaryStreamRef Stream, uint32_t &Len, in operator ()() 49 Error DebugCrossModuleImportsSubsectionRef::initialize(BinaryStreamRef Stream) { in initialize()
|
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | protocol.go | 64 func NewClient(ctx context.Context, stream jsonrpc2.Stream, client Client) (context.Context, *jsonr… 71 func NewServer(ctx context.Context, stream jsonrpc2.Stream, server Server) (context.Context, *jsonr…
|
| /third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | protocol.go | 64 func NewClient(ctx context.Context, stream jsonrpc2.Stream, client Client) (context.Context, *jsonr… 71 func NewServer(ctx context.Context, stream jsonrpc2.Stream, server Server) (context.Context, *jsonr…
|
| /third_party/rust/crates/clap/src/output/ |
| D | fmt.rs | 5 pub(crate) enum Stream { enum 19 pub(crate) fn new(stream: Stream, color_when: ColorChoice) -> Self { in new()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| D | Minidump.h | 39 ArrayRef<uint8_t> getRawStream(const minidump::Directory &Stream) const { in getRawStream() 191 if (Optional<ArrayRef<uint8_t>> Stream = getRawStream(Type)) { in getStream() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | SymbolStream.h | 42 std::unique_ptr<msf::MappedBlockStream> Stream; variable
|
| /third_party/node/test/parallel/ |
| D | test-pipe-return-val.js | 26 const Stream = require('stream').Stream; constant
|