/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 2851 tc_dump_debug_state(struct pipe_context *_pipe, FILE *stream, in tc_dump_debug_state() argument 2858 pipe->dump_debug_state(pipe, stream, flags); in tc_dump_debug_state()
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 304 ssize_t getline(char **lineptr, size_t *n, FILE *stream); 305 ssize_t getdelim(char ** restrict lineptr, size_t * restrict n, int delimiter, FILE *stream); 4111 // 0 tklt: (nothing) from named file in 'stream' in interpx() 4112 // 1 tklt: (lvalue) from named file in 'stream' in interpx() 4113 // 0 tkpipe: (nothing) from piped command in 'stream' in interpx() 4114 // 1 tkpipe: (lvalue) from piped command in 'stream' in interpx() 4118 // stream is name of file or pipe in interpx()
|
/third_party/python/Lib/test/ |
H A D | test_subprocess.py | 1512 for stream in ('stdout', 'stderr'): 1513 kw = {stream: subprocess.PIPE}
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 301 std::ostringstream stream; in usageToName() local 309 stream << "_"; in usageToName() 313 stream << usageNames[usageNdx].name; in usageToName() 317 return stream.str(); in usageToName()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 301 std::ostringstream stream; in usageToName() local 309 stream << "_"; in usageToName() 313 stream << usageNames[usageNdx].name; in usageToName() 317 return stream.str(); in usageToName()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 864 std::stringstream stream; in DumpSimplifyCommonInfo() local 865 stream << std::fixed << std::setprecision(DEFAULT_PRECISION) << offset.GetX() << "," << offset.GetY(); in DumpSimplifyCommonInfo() 866 json->Put("Offset", stream.str().c_str()); in DumpSimplifyCommonInfo()
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 2010 my ($stream, $type) = @_; 2013 my $var = '_' x length($stream); 2014 my $cur = $stream; 2016 print "$stream\n" if ($dbg_values > 1);
|
/third_party/vixl/src/aarch64/ |
H A D | disasm-aarch64.cc | 7272 unsigned stream = instr->GetPrefetchStream(); in Disassembler() local 7284 VIXL_ASSERT(stream < ArrayLength(stream_options)); in Disassembler() 7288 stream_options[stream]); in Disassembler()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_to_string.hpp | 3516 std::stringstream stream; in toHexString() 3517 stream << std::hex << value; in toHexString() 3518 return stream.str(); in toHexString()
|
/third_party/ffmpeg/libavcodec/ |
H A D | nvenc.c | 705 ctx->cu_stream = cuda_device_hwctx->stream; in nvenc_setup_device()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_variables.c | 1292 var_data->stream = dec->operands[0]; in apply_var_decoration()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink-input.c | 36 #include <pulsecore/stream-util.h> 443 * final channel map of the stream in case data->channel_map gets in pa_sink_input_new() 465 /* Don't restore (or save) stream volume for passthrough streams and in pa_sink_input_new() 485 * stream channel map, so remapping may be needed. */ in pa_sink_input_new() 504 pa_log_debug("Could not update sink sample spec to match passthrough stream"); in pa_sink_input_new() 1005 /* If the channel maps of the sink and this stream differ, we need in pa_sink_input_peek() 2019 /* Ok, so this is a regular stream, and flat volume is enabled. The in update_volume_due_to_moving() 2035 /* Ok, so this is a regular stream, and flat volume is disabled. in update_volume_due_to_moving() 2170 pa_log_debug("New sink doesn't support stream format, sending format-changed and killing"); in pa_sink_input_finish_move() 2726 * This is called when e.g. module-stream [all...] |
H A D | sink.c | 43 #include <pulsecore/stream-util.h> 742 * the default sink might change twice, causing unnecessary stream moving. */ in pa_sink_put() 1925 * the sink to ensure that changing a volume on one stream has no in cvolume_remap_minimal_impact() 1926 * effect that cannot be compensated for in another stream that in cvolume_remap_minimal_impact() 2194 * reference volumes with the stream volumes. */ in pa_sink_set_volume() 2268 * reference volume and then rebuild the stream volumes based on in propagate_real_volume() 2288 /* 3. Recalculate the new stream reference volume based on the in propagate_real_volume() 2760 * stream in its buffer. We want to "take it back" as in pa_sink_process_msg() 2810 * the stream immediately. That requires the sink to in pa_sink_process_msg() 2813 * before the moved stream become in pa_sink_process_msg() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | TextureGL.cpp | 1317 egl::Stream *stream, in setImageExternal() 1315 setImageExternal(const gl::Context *context, gl::TextureType type, egl::Stream *stream, const egl::Stream::GLTextureDescription &desc) setImageExternal() argument
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_msl.cpp | 1589 auto ops = stream(i); in extract_global_variables_from_function() 7513 auto ops = stream(instruction); in emit_instruction() 8384 auto *ops = stream(i); 9958 auto *ops = stream(i); 13623 const uint32_t *ops = stream(i);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | dlist.c | 6033 save_DrawTransformFeedbackStream(GLenum mode, GLuint name, GLuint stream) in save_DrawTransformFeedbackStream() argument 6042 n[3].ui = stream; in save_DrawTransformFeedbackStream() 6045 CALL_DrawTransformFeedbackStream(ctx->Exec, (mode, name, stream)); in save_DrawTransformFeedbackStream() 6069 GLuint stream, GLsizei primcount) in save_DrawTransformFeedbackStreamInstanced() 6078 n[3].ui = stream; in save_DrawTransformFeedbackStreamInstanced() 6082 CALL_DrawTransformFeedbackStreamInstanced(ctx->Exec, (mode, name, stream, in save_DrawTransformFeedbackStreamInstanced() 6068 save_DrawTransformFeedbackStreamInstanced(GLenum mode, GLuint name, GLuint stream, GLsizei primcount) save_DrawTransformFeedbackStreamInstanced() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir.h | 615 * Vertex stream output identifier. 618 * indicate the stream of the i-th component. 620 unsigned stream:9; 1824 unsigned gs_streams:8; /* xxyyzzww: 2-bit stream index for each component */ 1850 /* get the stream index from nir_io_semantics */
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader.c | 192 i, so->output[i].stream, so->output[i].output_buffer, in si_dump_streamout()
|
/third_party/node/src/ |
H A D | node_file.cc | 670 FileHandle* handle = static_cast<FileHandle*>(wrap->stream()); in DoShutdown()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 3500 stream_name(next->pos.stream), next->pos.line); in check_duplicates()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.cc | 31 #include "src/strings/string-stream.h" 2704 // be possible, there has to be a dispatcher, and the character stream must be in ParseFunctionLiteral() 2708 scanner()->stream()->can_be_cloned_for_parallel_access(); in ParseFunctionLiteral()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3147 pub fn malloc_info(options: ::c_int, stream: *mut ::FILE) -> ::c_int; in malloc_info()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 2891 egl::Stream *stream, in createTextureStorageExternal() 2890 createTextureStorageExternal( egl::Stream *stream, const egl::Stream::GLTextureDescription &desc, const std::string &label) createTextureStorageExternal() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 981 bool checkProgramInterface(const ProgramInterface& program_interface, Program& program, std::stringstream& stream); 4017 * layout (stream = 0, xfb_buffer = 1, xfb_offset = 48) out vec4 goku; 4018 * layout (stream = 0, xfb_buffer = 1, xfb_offset = 32) out vec4 gohan; 4019 * layout (stream = 0, xfb_buffer = 1, xfb_offset = 16) out vec4 goten; 4020 * layout (stream = 1, xfb_buffer = 3, xfb_offset = 48) out vec4 picolo; 4021 * layout (stream = 1, xfb_buffer = 3, xfb_offset = 32) out vec4 vegeta; 4022 * layout (stream = 2, xfb_buffer = 2, xfb_offset = 32) out vec4 bulma; 4055 * Test verifies that outputs from single stream must be captured with single 4063 * layout (stream = 0, xfb_buffer = 1, xfb_offset = 48) out vec4 goku; 4064 * layout (stream [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | TextureVk.cpp | 1439 egl::Stream *stream, in setImageExternal() 1437 setImageExternal(const gl::Context *context, gl::TextureType type, egl::Stream *stream, const egl::Stream::GLTextureDescription &desc) setImageExternal() argument
|