Home
last modified time | relevance | path

Searched refs:StringStream (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp73 raw_string_ostream StringStream; member in __anon307cd2640111::SubSectionWriter
76 SubSectionWriter(raw_ostream &OS) : OS(OS), StringStream(OutString) {} in SubSectionWriter()
79 StringStream.flush(); in done()
85 raw_ostream &getStream() { return StringStream; } in getStream()
467 raw_string_ostream StringStream(OutString); in writeSectionContent() local
474 encodeULEB128(Func.Locals.size(), StringStream); in writeSectionContent()
476 encodeULEB128(LocalDecl.Count, StringStream); in writeSectionContent()
477 writeUint8(StringStream, LocalDecl.Type); in writeSectionContent()
480 Func.Body.writeAsBinary(StringStream); in writeSectionContent()
483 StringStream.flush(); in writeSectionContent()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBrowserCompileServer.h41 class StringStream; variable
79 StringStream &getErrorStream() { return *ErrorStream; } in getErrorStream()
84 class StringStream {
86 StringStream() : StrBuf(Buffer) {} in StringStream() function
103 std::unique_ptr<StringStream> ErrorStream;
DIceBrowserCompileServer.cpp304 std::unique_ptr<StringStream> ErrStrm(new StringStream()); in startCompileThread()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_containers.hpp616 class StringStream class
619 StringStream() in StringStream() function in SPIRV_CROSS_NAMESPACE::StringStream
624 ~StringStream() in ~StringStream()
630 StringStream(const StringStream &) = delete;
631 void operator=(const StringStream &) = delete;
634 StringStream &operator<<(const T &t) in operator <<()
642 StringStream &operator<<(uint32_t v) in operator <<()
649 StringStream &operator<<(char c) in operator <<()
655 StringStream &operator<<(const std::string &s) in operator <<()
661 StringStream &operator<<(const char *s) in operator <<()
[all …]
Dspirv_common.hpp53 void join_helper(StringStream<> &stream, T &&t) in join_helper()
59 void join_helper(StringStream<> &stream, T &&t, Ts &&... ts) in join_helper()
189 StringStream<> stream; in join()
196 StringStream<> stream; in merge()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp67 class StringStream : public std::ostringstream class
138 StringStream errLog; in getErrorLog()
381 StringStream s; in IntegerConstant()
571 StringStream s; in generateLog()
683 StringStream s; in initDefaultVSContext()
720 StringStream s; in initDefaultFSContext()
757 StringStream s; in initDefaultCSContext()
818 StringStream s; in getDefaultUniformName()
865 StringStream s; in buildArray()
872 StringStream s; in buildArrayAccess()
[all …]
/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h378 StringStream fCapabilitiesBuffer;
379 StringStream fGlobalInitializersBuffer;
380 StringStream fConstantBuffer;
381 StringStream fExtraGlobalsBuffer;
382 StringStream fExternalFunctionsBuffer;
383 StringStream fVariableBuffer;
384 StringStream fNameBuffer;
385 StringStream fDecorationBuffer;
DSkSLStringStream.h18 class StringStream : public OutputStream {
51 class StringStream : public OutputStream {
DSkSLGLSLCodeGenerator.h202 StringStream fExtensions;
203 StringStream fGlobals;
204 StringStream fExtraFunctions;
DSkSLMetalCodeGenerator.h262 StringStream fHeader;
264 StringStream fExtraFunctions;
DSkSLUtil.h31 class StringStream; variable
383 void write_stringstream(const StringStream& d, OutputStream& out);
DSkSLUtil.cpp31 void write_stringstream(const StringStream& s, OutputStream& out) { in write_stringstream()
DSkSLCPPCodeGenerator.cpp487 StringStream buffer; in writeFunction()
670 StringStream* skslBuffer = static_cast<StringStream*>(fOut); in flushEmittedCode()
787 StringStream exprBuffer; in convertSKSLExpressionToCPP()
872 StringStream skslBuffer; in writeEmitCode()
DSkSLCPPUniformCTypes.cpp22 StringStream stream; in eval_template()
/third_party/mesa3d/src/amd/compiler/tests/
Dcheck_output.py123 class StringStream: class
133 self.pos = StringStream.Pos()
137 self.pos = StringStream.Pos()
198 self.pattern_pos = StringStream.Pos()
199 self.output_pos = StringStream.Pos()
295 …match_res = do_match(g, StringStream(func_res, 'expansion of "%s(%s)"' % (name, args)), output, Fa…
346 pattern_stream = StringStream(self.data.rstrip(), 'pattern')
370 'variant': variant, 'log': '', 'output': StringStream(output, 'output'),
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h485 StringStream fCapabilitiesBuffer;
486 StringStream fGlobalInitializersBuffer;
487 StringStream fConstantBuffer;
488 StringStream fExtraGlobalsBuffer;
489 StringStream fVariableBuffer;
490 StringStream fNameBuffer;
491 StringStream fDecorationBuffer;
DSkSLGLSLCodeGenerator.h171 StringStream fExtensions;
172 StringStream fGlobals;
173 StringStream fExtraFunctions;
DSkSLMetalCodeGenerator.h272 StringStream fExtraFunctions;
273 StringStream fExtraFunctionPrototypes;
DSkSLPipelineStageCodeGenerator.cpp119 StringStream* fOldBuffer;
120 StringStream fBuffer;
133 StringStream* fBuffer = nullptr;
/third_party/skia/src/sksl/
DSkSLStringStream.h18 class StringStream : public OutputStream {
55 class StringStream : public OutputStream {
DSkSLDehydrator.h127 StringStream fStringBuffer;
129 StringStream fBody;
DSkSLUtil.h33 class StringStream; variable
462 void write_stringstream(const StringStream& d, OutputStream& out);
DSkSLCompiler.cpp610 StringStream buffer; in toSPIRV()
653 StringStream buffer; in toSPIRV()
670 StringStream buffer; in toGLSL()
696 StringStream buffer; in toMetal()
DSkSLUtil.cpp30 void write_stringstream(const StringStream& s, OutputStream& out) { in write_stringstream()
DSkSLMain.cpp355 SkSL::StringStream assembly; in processCommand()
477 SkSL::StringStream buffer; in processCommand()

12