/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 7366 ir_rvalue *stream = new(mem_ctx) ir_constant(0, 1); in _EmitVertex() local 7367 body.emit(new(mem_ctx) ir_emit_vertex(stream)); in _EmitVertex() 7379 * primitive on stream stream. The argument to stream must be a constant in _EmitStreamVertex() 7382 ir_variable *stream = in _EmitStreamVertex() local 7383 new(mem_ctx) ir_variable(stream_type, "stream", ir_var_const_in); in _EmitStreamVertex() 7385 MAKE_SIG(glsl_type::void_type, avail, 1, stream); in _EmitStreamVertex() 7387 body.emit(new(mem_ctx) ir_emit_vertex(var_ref(stream))); in _EmitStreamVertex() 7397 ir_rvalue *stream in _EndPrimitive() local 7413 ir_variable *stream = _EndStreamPrimitive() local [all...] |
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 2014 std::unique_ptr<ExternalSourceStream> stream, Encoding encoding) in StreamedSource() 2015 : impl_(new i::ScriptStreamingData(std::move(stream), encoding)) {} in StreamedSource() 5592 // Write the characters to the stream. in Unaligned() 5631 // previous characters in the stream. We know, however, that in Unaligned() 5672 // Write out number of utf16 characters written to the stream. 9905 void CpuProfile::Serialize(OutputStream* stream, in Serialize() argument 9909 Utils::ApiCheck(stream->GetChunkSize() > 0, "v8::CpuProfile::Serialize", in Serialize() 9910 "Invalid stream chunk size"); in Serialize() 9912 serializer.Serialize(stream); in Serialize() 10209 void HeapSnapshot::Serialize(OutputStream* stream, in Serialize() argument 2013 StreamedSource( std::unique_ptr<ExternalSourceStream> stream, Encoding encoding) StreamedSource() argument 10270 GetHeapStats(OutputStream* stream, int64_t* timestamp_us) GetHeapStats() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_4_autogen.cpp | 298 void GL_APIENTRY GL_DrawTransformFeedbackStream(GLenum mode, GLuint id, GLuint stream) in GL_DrawTransformFeedbackStream() argument 301 EVENT(context, GLDrawTransformFeedbackStream, "context = %d, mode = %s, id = %u, stream = %u", in GL_DrawTransformFeedbackStream() 302 CID(context), GLenumToString(GLenumGroup::PrimitiveType, mode), id, stream); in GL_DrawTransformFeedbackStream() 311 idPacked, stream)); in GL_DrawTransformFeedbackStream() 314 context->drawTransformFeedbackStream(mode, idPacked, stream); in GL_DrawTransformFeedbackStream() 316 ANGLE_CAPTURE(DrawTransformFeedbackStream, isCallValid, context, mode, idPacked, stream); in GL_DrawTransformFeedbackStream() 4097 GLuint stream, in GL_DrawTransformFeedbackStreamInstanced() 4102 "context = %d, mode = %s, id = %u, stream = %u, instancecount = %d", CID(context), in GL_DrawTransformFeedbackStreamInstanced() 4103 GLenumToString(GLenumGroup::PrimitiveType, mode), id, stream, instancecount); in GL_DrawTransformFeedbackStreamInstanced() 4112 mode, idPacked, stream, instancecoun in GL_DrawTransformFeedbackStreamInstanced() 4095 GL_DrawTransformFeedbackStreamInstanced(GLenum mode, GLuint id, GLuint stream, GLsizei instancecount) GL_DrawTransformFeedbackStreamInstanced() argument [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 7698 unsigned stream = nir_intrinsic_stream_id(instr); 7708 unsigned num_components = ctx->program->info.gs.num_stream_output_components[stream]; 7712 for (unsigned i = 0; i < stream; i++) { 7746 if (ctx->program->info.gs.output_streams[i] != stream) 7787 bld.sopp(aco_opcode::s_sendmsg, bld.m0(ctx->gs_wave_id), -1, sendmsg_gs(false, true, stream)); 9190 unsigned stream = nir_intrinsic_stream_id(instr); 9192 sendmsg_gs(true, false, stream)); 11505 emit_streamout(isel_context* ctx, unsigned stream) 11555 if (stream != output->stream) [all...] |
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
H A D | junit-4.10.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/framework/
junit/runner/
junit/textui/
org/
... |
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 99 #include "src/strings/string-stream.h" 662 void Heap::DumpJSONHeapStatistics(std::stringstream& stream) { in DumpJSONHeapStatistics() argument 676 std::stringstream stream; in DumpJSONHeapStatistics() 677 stream << DICT( in DumpJSONHeapStatistics() 686 return stream.str(); in DumpJSONHeapStatistics() 689 stream << DICT( in DumpJSONHeapStatistics()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-native.c | 428 memblockq_name = pa_sprintf_malloc("native protocol record stream memblockq [%u]", s->source_output->index); in record_stream_new() 699 /* So, the user asked us to adjust the latency of the stream in fix_playback_buffer_attr() 927 memblockq_name = pa_sprintf_malloc("native protocol playback stream memblockq [%u]", s->sink_input->index); in playback_stream_new() 2506 /* All user process need to have the capability to connect and create pa stream, in command_auth() 4917 output_stream *stream; in pstream_memblock_callback() local 4923 if (!(stream = OUTPUT_STREAM(pa_idxset_get_by_index(c->output_streams, channel)))) { in pstream_memblock_callback() 4924 pa_log_debug("Client sent block for invalid stream."); in pstream_memblock_callback() 4933 if (playback_stream_isinstance(stream)) { in pstream_memblock_callback() 4934 playback_stream *ps = PLAYBACK_STREAM(stream); in pstream_memblock_callback() 4953 upload_stream *u = UPLOAD_STREAM(stream); in pstream_memblock_callback() [all...] |
/third_party/python/Lib/test/ |
H A D | _test_multiprocessing.py | 734 stream = io.StringIO() 735 stream.close() 738 stream = None 747 for stream in streams: 749 setattr(sys, stream_name, stream)
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 2926 if (list_empty(&fh->cap.stream)) in bttv_poll() 2928 buf = list_entry(fh->cap.stream.next,struct bttv_buffer,vb.stream); in bttv_poll() 3421 "FDSR", // fifo data stream resyncronisation
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wcd9335.c | 1875 switch (substream->stream) { in wcd9335_hw_params() 1941 dev_err(wcd->dev, "Invalid stream type %d\n", in wcd9335_hw_params() 1942 substream->stream); in wcd9335_hw_params() 1947 wcd9335_slim_set_hw_params(wcd, &wcd->dai[dai->id], substream->stream); in wcd9335_hw_params()
|
H A D | wcd934x.c | 1719 switch (substream->stream) { in wcd934x_hw_params() 1785 dev_err(wcd->dev, "Invalid stream type %d\n", in wcd934x_hw_params() 1786 substream->stream); in wcd934x_hw_params() 1792 return wcd934x_slim_set_hw_params(wcd, &wcd->dai[dai->id], substream->stream); in wcd934x_hw_params()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | gdth.c | 3090 stack.b[j++] = *(u32*)&dvr->eu.stream[(int)f[i]]; in gdth_log_event() 3093 stack.b[j++] = *(u16*)&dvr->eu.stream[(int)f[i]]; in gdth_log_event() 3096 stack.b[j++] = *(u8*)&dvr->eu.stream[(int)f[i]]; in gdth_log_event()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wcd9335.c | 1876 switch (substream->stream) { in wcd9335_hw_params() 1942 dev_err(wcd->dev, "Invalid stream type %d\n", in wcd9335_hw_params() 1943 substream->stream); in wcd9335_hw_params() 1948 wcd9335_slim_set_hw_params(wcd, &wcd->dai[dai->id], substream->stream); in wcd9335_hw_params()
|
H A D | wcd934x.c | 1803 switch (substream->stream) { in wcd934x_hw_params() 1869 dev_err(wcd->dev, "Invalid stream type %d\n", in wcd934x_hw_params() 1870 substream->stream); in wcd934x_hw_params() 1876 return wcd934x_slim_set_hw_params(wcd, &wcd->dai[dai->id], substream->stream); in wcd934x_hw_params()
|
H A D | lpass-rx-macro.c | 1641 switch (substream->stream) { in rx_macro_hw_params() 1719 static int rx_macro_digital_mute(struct snd_soc_dai *dai, int mute, int stream) in rx_macro_digital_mute() argument
|
H A D | wcd938x.c | 3381 void *stream, int direction) in wcd938x_codec_set_sdw_stream() 3386 return wcd938x_sdw_set_sdw_stream(wcd, dai, stream, direction); in wcd938x_codec_set_sdw_stream() 3380 wcd938x_codec_set_sdw_stream(struct snd_soc_dai *dai, void *stream, int direction) wcd938x_codec_set_sdw_stream() argument
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 797 * for stream N is at DWORD 64 * N. in tu6_setup_streamout() 839 unsigned dword = out->stream * A6XX_SO_PROG_DWORDS + loc/2; in tu6_setup_streamout() 3432 unsigned stream = stream_info ? stream_info->rasterizationStream : 0; in tu_pipeline_builder_parse_rasterization() local 3434 pipeline->pc_raster_cntl = A6XX_PC_RASTER_CNTL_STREAM(stream); in tu_pipeline_builder_parse_rasterization()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nvc0.cpp | 3202 ImmediateValue stream, prevStream; in handleOUT() local 3204 // Only merge if the stream ids match. Also, note that the previous in handleOUT() 3207 i->src(0).getImmediate(stream) && in handleOUT() 3209 stream.reg.data.u32 == prevStream.reg.data.u32) { in handleOUT()
|
H A D | nv50_ir_from_tgsi.cpp | 3602 // get vertex stream (must be immediate) in handleInstruction() 3603 unsigned int stream = tgsi.getSrc(0).getValueU32(0, code->immd.data); in handleInstruction() local 3604 if (stream && op == OP_RESTART) in handleInstruction() 3608 src0 = mkImm(stream); in handleInstruction()
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 3448 pub fn sceMpegUnRegistStream(handle: SceMpeg, stream: SceMpegStream); in sceMpegUnRegistStream() 3456 stream: SceMpegStream, in sceMpegGetAvcAu() 3476 stream: SceMpegStream, in sceMpegGetAtracAu()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | TextureStorage11.cpp | 1634 egl::Stream *stream, in TextureStorage11_External() 1639 ASSERT(stream->getProducerType() == egl::Stream::ProducerType::D3D11Texture); in TextureStorage11_External() 1640 auto *producer = static_cast<StreamProducerD3DTexture *>(stream->getImplementation()); in TextureStorage11_External() 1632 TextureStorage11_External( Renderer11 *renderer, egl::Stream *stream, const egl::Stream::GLTextureDescription &glDesc, const std::string &label) TextureStorage11_External() argument
|
H A D | Renderer11.cpp | 1307 outExtensions->stream = true; in generateDisplayExtensions() 1699 // won't get the correct output. To work around this, draw with *only* the stream out in drawWithGeometryShaderAndTransformFeedback() 1700 // first (no pixel shader) to feed the stream out buffers and then draw again with the in drawWithGeometryShaderAndTransformFeedback() 3323 egl::Stream *stream, in createTextureStorageExternal() 3327 return new TextureStorage11_External(this, stream, desc, label); in createTextureStorageExternal() 3322 createTextureStorageExternal( egl::Stream *stream, const egl::Stream::GLTextureDescription &desc, const std::string &label) createTextureStorageExternal() argument
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 1245 FILE* stream = stdout, 1249 FILE* stream = stdout, 1254 FILE* stream = stdout); 3142 // Return the current output stream in use by the simulator. 5076 // Output stream.
|
/third_party/ffmpeg/libavformat/ |
H A D | matroskaenc.c | 618 "a packet from stream %d.\n", pkt->stream_index); in ebml_writer_block_len() 913 static int mkv_add_cuepoint(MatroskaMuxContext *mkv, int stream, int64_t ts, in mkv_add_cuepoint() argument 935 entries[idx].stream_idx = stream; in mkv_add_cuepoint() 1494 // convert metadata into proper side data and add it to the stream in mkv_write_stereo_mode() 2271 av_log(s, AV_LOG_ERROR, "Attachment stream %d has no filename tag.\n", i); in mkv_write_attachments() 2718 av_log(s, AV_LOG_ERROR, "Invalid FLAC STREAMINFO metadata for output stream %d\n", in mkv_check_new_extra_data() 2744 av_log(s, AV_LOG_DEBUG, "Ignoring new extradata in a packet for stream %d.\n", pkt->stream_index); in mkv_check_new_extra_data() 3053 // update stream durations in mkv_write_trailer() 3066 av_log(s, AV_LOG_DEBUG, "stream %d end duration = %" PRIu64 "\n", i, in mkv_write_trailer() 3208 av_log(s, AV_LOG_ERROR, "Attachment stream in mkv_init() [all...] |