| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_gs_intrinsics.c | 83 unsigned stream = nir_intrinsic_stream_id(intrin); in rewrite_emit_vertex() local 148 overwrite_incomplete_primitives(struct state *state, unsigned stream) in overwrite_incomplete_primitives() argument 205 unsigned stream = nir_intrinsic_stream_id(intrin); rewrite_end_primitive() local [all...] |
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_print.c | 70 print_instr_name(struct log_stream *stream, struct ir3_instruction *instr, in print_instr_name() argument 249 print_ssa_def_name(struct log_stream *stream, struct ir3_register *reg) print_ssa_def_name() argument 257 print_ssa_name(struct log_stream *stream, struct ir3_register *reg, bool dst) print_ssa_name() argument 274 print_reg_name(struct log_stream *stream, struct ir3_instruction *instr, struct ir3_register *reg, bool dest) print_reg_name() argument 346 tab(struct log_stream *stream, int lvl) tab() argument 353 print_instr(struct log_stream *stream, struct ir3_instruction *instr, int lvl) print_instr() argument 467 ir3_print_instr_stream(struct log_stream *stream, struct ir3_instruction *instr) ir3_print_instr_stream() argument 475 struct log_stream *stream = mesa_log_streami(); ir3_print_instr() local 483 struct log_stream *stream = mesa_log_streami(); print_block() local [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir_print_visitor.cpp | 166 char stream[32] = {0}; in visit() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_prim_vbuf.c | 600 sp_vbuf_so_info(struct vbuf_render *vbr, uint stream, uint primitives, uint prim_generated) in sp_vbuf_so_info() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_info.c | 332 unsigned stream = (gs_streams >> (i * 2)) & 0x3; in scan_io_usage() local 343 unsigned stream = (gs_streams >> (i * 2)) & 0x3; in scan_io_usage() local
|
| H A D | si_shader_llvm_gs.c | 167 static void si_llvm_emit_vertex(struct ac_shader_abi *abi, unsigned stream, LLVMValueRef *addrs) in si_llvm_emit_vertex() argument 245 static void si_llvm_emit_primitive(struct ac_shader_abi *abi, unsigned stream) in si_llvm_emit_primitive() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_pipe_streamout.c | 632 svga_get_primcount_from_stream_output(struct svga_context *svga, unsigned stream) svga_get_primcount_from_stream_output() argument [all...] |
| /third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
| H A D | iowin32.c | 203 uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func() argument 225 win32_write_file_func(voidpf opaque,voidpf stream,const void* buf,uLong size) win32_write_file_func() argument 266 win32_tell_file_func(voidpf opaque,voidpf stream) win32_tell_file_func() argument 289 win32_tell64_file_func(voidpf opaque, voidpf stream) win32_tell64_file_func() argument 314 win32_seek_file_func(voidpf opaque,voidpf stream,uLong offset,int origin) win32_seek_file_func() argument 352 win32_seek64_file_func(voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) win32_seek64_file_func() argument 391 win32_close_file_func(voidpf opaque, voidpf stream) win32_close_file_func() argument 409 win32_error_file_func(voidpf opaque,voidpf stream) win32_error_file_func() argument [all...] |
| /third_party/node/src/ |
| H A D | process_wrap.cc | 97 uv_stream_t* stream = LibuvStreamWrap::From(env, handle)->stream(); in StreamForWrap() local
|
| H A D | stream_base.h | 57 StreamBase* stream() const { return stream_; } in stream() function in node::StreamReq 167 StreamResource* stream() const { return stream_; } stream() function in node::StreamListener [all...] |
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | logging.c | 203 FILE *stream; in ntfs_log_get_stream() local 444 FILE *stream; in ntfs_log_handler_fprintf() local [all...] |
| /third_party/nghttp2/lib/ |
| H A D | nghttp2_http.c | 77 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header() argument 86 static int expect_response_body(nghttp2_stream *stream) { in expect_response_body() argument 97 static int check_path(nghttp2_stream *stream) { in check_path() argument 104 http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, int trailer, int connect_protocol) http_request_on_header() argument 236 http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, int trailer) http_response_on_header() argument 350 nghttp2_http_on_header(nghttp2_session *session, nghttp2_stream *stream, nghttp2_frame *frame, nghttp2_hd_nv *nv, int trailer) nghttp2_http_on_header() argument 444 nghttp2_http_on_request_headers(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_on_request_headers() argument 481 nghttp2_http_on_response_headers(nghttp2_stream *stream) nghttp2_http_on_response_headers() argument 508 nghttp2_http_on_trailer_headers(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_on_trailer_headers() argument 519 nghttp2_http_on_remote_end_stream(nghttp2_stream *stream) nghttp2_http_on_remote_end_stream() argument 532 nghttp2_http_on_data_chunk(nghttp2_stream *stream, size_t n) nghttp2_http_on_data_chunk() argument 544 nghttp2_http_record_request_method(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_record_request_method() argument [all...] |
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_http.c | 77 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header() argument 86 static int expect_response_body(nghttp2_stream *stream) { in expect_response_body() argument 97 static int check_path(nghttp2_stream *stream) { in check_path() argument 104 http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, int trailer, int connect_protocol) http_request_on_header() argument 236 http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, int trailer) http_response_on_header() argument 350 nghttp2_http_on_header(nghttp2_session *session, nghttp2_stream *stream, nghttp2_frame *frame, nghttp2_hd_nv *nv, int trailer) nghttp2_http_on_header() argument 444 nghttp2_http_on_request_headers(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_on_request_headers() argument 481 nghttp2_http_on_response_headers(nghttp2_stream *stream) nghttp2_http_on_response_headers() argument 508 nghttp2_http_on_trailer_headers(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_on_trailer_headers() argument 519 nghttp2_http_on_remote_end_stream(nghttp2_stream *stream) nghttp2_http_on_remote_end_stream() argument 532 nghttp2_http_on_data_chunk(nghttp2_stream *stream, size_t n) nghttp2_http_on_data_chunk() argument 544 nghttp2_http_record_request_method(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_record_request_method() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_vbuf.c | 669 lp_setup_so_info(struct vbuf_render *vbr, uint stream, uint primitives, uint prim_generated) in lp_setup_so_info() argument
|
| /third_party/ltp/testcases/network/stress/ns-tools/ |
| H A D | ns-tcpserver.c | 97 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
|
| H A D | ns-icmpv4_sender.c | 94 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
|
| H A D | ns-igmp_querier.c | 91 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
|
| H A D | ns-mcast_receiver.c | 87 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
|
| H A D | ns-udpsender.c | 91 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
|
| /third_party/ltp/utils/sctp/func_tests/ |
| H A D | test_sockopt.c | 84 uint32_t stream; in main() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | lib.c | 65 static const char *show_include_chain(int stream, const char *base) in show_include_chain() argument [all...] |
| H A D | lib.h | 55 stream:14, member
|
| /third_party/lzma/C/ |
| H A D | LzFind.h | 36 ISeqInStreamPtr stream;
member
|
| /third_party/node/deps/v8/src/profiler/ |
| H A D | heap-profiler.cc | 146 SnapshotObjectId HeapProfiler::PushHeapObjectsStats(OutputStream* stream, in PushHeapObjectsStats() argument
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | cc-generator.cc | 430 std::stringstream stream; in GetBitFieldSpecialization() local
|