Home
last modified time | relevance | path

Searched refs:stream (Results 1051 - 1075 of 2424) sorted by relevance

1...<<41424344454647484950>>...97

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.c256 interval_dump(struct log_stream *stream, struct ir3_reg_interval *interval, in interval_dump() argument
260 mesa_log_stream_printf(stream, "\t"); in interval_dump()
261 mesa_log_stream_printf(stream, "reg %u start %u\n", interval->reg->name, in interval_dump()
265 interval_dump(stream, child, indent + 1); in interval_dump()
269 mesa_log_stream_printf(stream, "\t"); in interval_dump()
270 mesa_log_stream_printf(stream, "reg %u end %u\n", interval->reg->name, in interval_dump()
275 ir3_reg_interval_dump(struct log_stream *stream, struct ir3_reg_interval *interval) in ir3_reg_interval_dump() argument
277 interval_dump(stream, interval, 0); in ir3_reg_interval_dump()
619 ra_interval_dump(struct log_stream *stream, struct ra_interval *interval) in ra_interval_dump() argument
621 mesa_log_stream_printf(stream, "physre in ra_interval_dump()
627 ra_file_dump(struct log_stream *stream, struct ra_file *file) ra_file_dump() argument
652 struct log_stream *stream = mesa_log_streami(); ra_ctx_dump() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc1468 io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
1474 it->first, target, stream); in _InternalSerialize()
1483 it->first, target, stream); in _InternalSerialize()
1489 uint8* target, io::EpsCopyOutputStream* stream) const { in InternalSerializeMessageSetWithCachedSizesToArray()
1490 ForEach([&target, stream](int number, const Extension& ext) { in InternalSerializeMessageSetWithCachedSizesToArray()
1492 number, target, stream); in InternalSerializeMessageSetWithCachedSizesToArray()
1930 int number, uint8* target, io::EpsCopyOutputStream* stream) const { in InternalSerializeFieldWithCachedSizesToArray()
1935 target = stream->EnsureSpace(target); in InternalSerializeFieldWithCachedSizesToArray()
1944 target = stream->EnsureSpace(target); \ in InternalSerializeFieldWithCachedSizesToArray()
1978 target = stream in InternalSerializeFieldWithCachedSizesToArray()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp394 std::stringstream stream; in GetGLSLConstructor() local
396 stream << type << "("; in GetGLSLConstructor()
406 stream << ((GLdouble*)data)[row]; in GetGLSLConstructor()
409 stream << ((GLfloat*)data)[row]; in GetGLSLConstructor()
412 stream << ((GLint*)data)[row]; in GetGLSLConstructor()
415 stream << ((GLuint*)data)[row]; in GetGLSLConstructor()
421 stream << ", "; in GetGLSLConstructor()
437 stream << column_type.GetGLSLConstructor(column_data); in GetGLSLConstructor()
441 stream << ", "; in GetGLSLConstructor()
446 stream << ")"; in GetGLSLConstructor()
1063 verifyVarying(Program& program, const std::string& parent_name, const Variable::Descriptor& desc, std::stringstream& stream, bool is_input) verifyVarying() argument
1119 checkVarying(Program& program, Shader::STAGES stage, const Variable& variable, std::stringstream& stream, bool is_input) checkVarying() argument
1215 checkUniform(Program& program, const Utils::Variable& variable, std::stringstream& stream) checkUniform() argument
1299 checkSSB(Program& program, const Utils::Variable& variable, std::stringstream& stream) checkSSB() argument
1375 checkProgramStage(Program& program, const ProgramInterface& program_interface, Utils::Shader::STAGES stage, bool check_inputs, bool check_outputs, bool check_uniforms, bool check_ssbs, std::stringstream& stream) checkProgramStage() argument
1452 checkMonolithicComputeProgramInterface(Program& program, const ProgramInterface& program_interface, std::stringstream& stream) checkMonolithicComputeProgramInterface() argument
1474 checkMonolithicDrawProgramInterface(Program& program, const ProgramInterface& program_interface, std::stringstream& stream) checkMonolithicDrawProgramInterface() argument
1496 checkSeparableDrawProgramInterface(Program& program, const ProgramInterface& program_interface, Utils::Shader::STAGES stage, std::stringstream& stream) checkSeparableDrawProgramInterface() argument
5796 std::stringstream stream; test() local
7644 std::stringstream stream; test() local
7713 std::stringstream stream; test() local
7820 std::stringstream stream; test() local
7909 std::stringstream stream; test() local
9465 std::stringstream stream; test() local
9942 std::stringstream stream; test() local
10424 std::stringstream stream; test() local
13426 std::stringstream stream; test() local
13930 std::stringstream stream; test() local
14341 std::stringstream stream; test() local
14742 std::stringstream stream; test() local
15694 std::stringstream stream; test() local
16158 std::stringstream stream; test() local
16571 std::stringstream stream; test() local
17109 std::stringstream stream; test() local
17588 std::stringstream stream; test() local
17984 std::stringstream stream; test() local
18428 std::stringstream stream; test() local
18905 std::stringstream stream; test() local
19489 std::stringstream stream; test() local
20329 std::stringstream stream; test() local
21463 std::stringstream stream; test() local
21804 std::stringstream stream; test() local
22157 std::stringstream stream; test() local
22632 std::stringstream stream; test() local
22934 std::stringstream stream; test() local
24045 std::stringstream stream; test() local
24385 std::stringstream stream; test() local
25123 std::stringstream stream; test() local
25393 std::stringstream stream; test() local
25675 std::stringstream stream; test() local
25973 std::stringstream stream; test() local
27636 std::stringstream stream; test() local
28003 std::stringstream stream; test() local
28378 std::stringstream stream; test() local
28454 std::stringstream stream; test() local
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_dsnoop.c521 * \param stream PCM Direction (stream)
532 snd_pcm_stream_t stream, int mode) in snd_pcm_dsnoop_open()
540 if (stream != SND_PCM_STREAM_CAPTURE) { in snd_pcm_dsnoop_open()
541 SNDERR("The dsnoop plugin supports only capture stream"); in snd_pcm_dsnoop_open()
545 ret = _snd_pcm_direct_new(&pcm, &dsnoop, SND_PCM_TYPE_DSNOOP, name, opts, params, stream, mode); in snd_pcm_dsnoop_open()
564 ret = snd_pcm_open_slave(&spcm, root, sconf, stream, in snd_pcm_dsnoop_open()
610 ret = snd_pcm_open_slave(&spcm, root, sconf, stream, in snd_pcm_dsnoop_open()
688 This plugin splits one capture stream to more.
767 * \param stream PC
528 snd_pcm_dsnoop_open(snd_pcm_t **pcmp, const char *name, struct snd_pcm_direct_open_conf *opts, struct slave_params *params, snd_config_t *root, snd_config_t *sconf, snd_pcm_stream_t stream, int mode) snd_pcm_dsnoop_open() argument
773 _snd_pcm_dsnoop_open(snd_pcm_t **pcmp, const char *name, snd_config_t *root, snd_config_t *conf, snd_pcm_stream_t stream, int mode) _snd_pcm_dsnoop_open() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dstateblock9.c75 nine_bind(&state->stream[i], NULL); in NineStateBlock9_dtor()
282 (struct NineBuffer9 **)&dst->stream[i], in nine_state_copy_common()
283 (struct NineBuffer9 *)src->stream[i]); in nine_state_copy_common()
284 if (src->stream[i]) { in nine_state_copy_common()
459 for (i = 0; i < ARRAY_SIZE(dst->stream); ++i) { in nine_state_copy_common_all()
462 (struct NineBuffer9 **)&dst->stream[i], in nine_state_copy_common_all()
463 (struct NineBuffer9 *)src->stream[i]); in nine_state_copy_common_all()
464 if (src->stream[i]) { in nine_state_copy_common_all()
/third_party/skia/src/core/
H A DSkTypeface.cpp208 sk_sp<SkTypeface> SkTypeface::MakeFromStream(std::unique_ptr<SkStreamAsset> stream, int index) { in MakeFromStream() argument
209 if (!stream) { in MakeFromStream()
212 return SkFontMgr::RefDefault()->makeFromStream(std::move(stream), index); in MakeFromStream()
263 SkDynamicMemoryWStream stream; in serialize() local
264 this->serialize(&stream, behavior); in serialize()
265 return stream.detachAsData(); in serialize()
268 sk_sp<SkTypeface> SkTypeface::MakeDeserialize(SkStream* stream) { in MakeDeserialize() argument
270 if (!SkFontDescriptor::Deserialize(stream, &desc)) { in MakeDeserialize()
/third_party/vk-gl-cts/modules/egl/
H A DteglPreservingSwapTests.cpp527 std::ostringstream stream; in generateTestName() local
530 stream << "no_draw"; in generateTestName()
540 stream << "pre_render"; in generateTestName()
544 stream << "pre_clear"; in generateTestName()
552 stream << "_"; in generateTestName()
561 stream << "post_render"; in generateTestName()
565 stream << "post_clear"; in generateTestName()
573 return stream.str(); in generateTestName()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dprocfs.c575 struct rkisp_stream *stream = &dev->cap_dev.stream[val]; in isp_show() local
577 if (!stream->streaming) { in isp_show()
581 stream->vnode.vdev.name, stream->out_fmt.pixelformat, stream->out_fmt.pixelformat >> 0x08, in isp_show()
582 stream->out_fmt.pixelformat >> 0x10, stream->out_fmt.pixelformat >> 0x18, stream->out_fmt.width, in isp_show()
583 stream in isp_show()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dprocfs.c733 struct rkisp_stream *stream = &dev->cap_dev.stream[val]; in isp_show() local
735 if (!stream->streaming) in isp_show()
739 stream->vnode.vdev.name, in isp_show()
740 stream->out_fmt.pixelformat, in isp_show()
741 stream->out_fmt.pixelformat >> 8, in isp_show()
742 stream->out_fmt.pixelformat >> 16, in isp_show()
743 stream->out_fmt.pixelformat >> 24, in isp_show()
744 stream->out_fmt.width, in isp_show()
745 stream in isp_show()
[all...]
/third_party/node/deps/undici/src/lib/fetch/
H A Dindex.js58 const { Readable, pipeline } = require('stream')
61 const { TransformStream } = require('stream/web')
341 if (request.body != null && isReadable(request.body?.stream)) {
342 request.body.stream.cancel(error).catch((err) => {
361 if (response.body != null && isReadable(response.body?.stream)) {
362 response.body.stream.cancel(error).catch((err) => {
439 assert(!request.body || request.body.stream)
974 response.body = { stream: response.body.stream.pipeThrough(transformStream) }
1745 for await (const bytes of request.body.stream) {
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Ddev.c48 /* show the compact mode of each stream in stream index order,
56 ret = snprintf(buf, PAGE_SIZE, "%d %d %d %d\n", cif_dev->stream[0].is_compact ? 1 : 0, in rkcif_show_compact_mode()
57 cif_dev->stream[1].is_compact ? 1 : 0, cif_dev->stream[NUMBER_2].is_compact ? 1 : 0, in rkcif_show_compact_mode()
58 cif_dev->stream[NUMBER_3].is_compact ? 1 : 0); in rkcif_show_compact_mode()
86 cif_dev->stream[i].is_compact = false; in rkcif_store_compact_mode()
88 cif_dev->stream[i].is_compact = true; in rkcif_store_compact_mode()
159 /* show the memory mode of each stream in stream inde
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Ddev.c43 /* show the compact mode of each stream in stream index order,
54 cif_dev->stream[0].is_compact ? 1 : 0, in rkcif_show_compact_mode()
55 cif_dev->stream[1].is_compact ? 1 : 0, in rkcif_show_compact_mode()
56 cif_dev->stream[2].is_compact ? 1 : 0, in rkcif_show_compact_mode()
57 cif_dev->stream[3].is_compact ? 1 : 0); in rkcif_show_compact_mode()
86 cif_dev->stream[i].is_compact = false; in rkcif_store_compact_mode()
88 cif_dev->stream[i].is_compact = true; in rkcif_store_compact_mode()
170 /* show the memory mode of each stream in stream inde
[all...]
/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp261 SkDynamicMemoryWStream* stream() { return fContentStream; } in stream() function in ScopedContentEntry
445 SkDynamicMemoryWStream* contentStream = content.stream(); in drawPoints()
536 SkPDFGraphicState::kLuminosity_SMaskMode, fDocument), content.stream()); in internalDrawPathWithFilter()
537 SkPDFUtils::AppendRectangle(SkRect::Make(dstMaskBounds), content.stream()); in internalDrawPathWithFilter()
538 SkPDFUtils::PaintPath(SkPaint::kFill_Style, path.getFillType(), content.stream()); in internalDrawPathWithFilter()
539 this->clearMaskOnGraphicState(content.stream()); in internalDrawPathWithFilter()
623 SkPDFUtils::EmitPath(*pathPtr, paint->getStyle(), consumeDegeratePathSegments, content.stream(), in internalDrawPath()
625 SkPDFUtils::PaintPath(paint->getStyle(), pathPtr->getFillType(), content.stream()); in internalDrawPath()
863 SkDynamicMemoryWStream* out = content.stream(); in internalDrawGlyphRun()
1129 fDocument), content.stream()); in drawFormXObjectWithMask()
[all...]
/third_party/curl/tests/libtest/
H A Dlib1948.c33 static size_t put_callback(char *ptr, size_t size, size_t nmemb, void *stream) in put_callback() argument
35 put_buffer *putdata = (put_buffer *)stream; in put_callback()
/third_party/ffmpeg/tools/
H A Dtrasher.c33 static void checked_seek(FILE *stream, int64_t offset, int whence) in checked_seek() argument
35 offset = fseek(stream, offset, whence); in checked_seek()
/third_party/curl/docs/examples/
H A Dcertinfo.c32 static size_t wrfu(void *ptr, size_t size, size_t nmemb, void *stream) in wrfu() argument
34 (void)stream; in wrfu()
H A Dhttpput.c43 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument
51 retcode = fread(ptr, size, nmemb, stream); in read_callback()
/third_party/lzma/CPP/7zip/Common/
H A DOutBuffer.h43 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() argument
/third_party/lzma/CPP/Common/
H A DStdOutStream.h19 CStdOutStream(FILE *stream = NULL): in CStdOutStream()
20 _stream(stream), in CStdOutStream()
28 // void AttachStdStream(FILE *stream) { _stream = stream; _streamIsOpen = false; }
/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java24 public void SetStream(java.io.OutputStream stream) throws IOException in SetStream() argument
27 _stream = stream; in SetStream()
/third_party/node/test/parallel/
H A Dtest-stream-writableState-uncorked-bufferedRequestCount.js5 const stream = require('stream');
7 const writable = new stream.Writable();
H A Dtest-stream3-cork-end.js4 const stream = require('stream');
5 const Writable = stream.Writable;
10 // on calling end() and the stream subsequently ended.
30 // Let's record the stream end event.
59 // Trigger stream buffering.
67 // Trigger flush and ending the stream.
H A Dtest-stream3-cork-uncork.js4 const stream = require('stream');
5 const Writable = stream.Writable;
28 // Let's record the stream end event.
57 // Trigger stream buffering.
83 // The stream should not have been ended.
H A Dtest-tls-connect-stream-writes.js8 const stream = require('stream');
33 const p = new stream.Duplex({
H A Dtest-worker-http2-stream-terminate.js11 // stream activity is ongoing, in particular the C++ function
40 server.on('stream', (stream, headers) => {
46 stream.end('');

Completed in 38 milliseconds

1...<<41424344454647484950>>...97