Home
last modified time | relevance | path

Searched defs:stream (Results 501 - 525 of 1301) sorted by relevance

1...<<21222324252627282930>>...53

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_gs_intrinsics.c83 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 Dir3_print.c70 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 Dir_print_visitor.cpp166 char stream[32] = {0}; in visit() local
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_prim_vbuf.c600 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 Dsi_shader_info.c332 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 Dsi_shader_llvm_gs.c167 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 Dsvga_pipe_streamout.c632 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 Diowin32.c203 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 Dprocess_wrap.cc97 uv_stream_t* stream = LibuvStreamWrap::From(env, handle)->stream(); in StreamForWrap() local
H A Dstream_base.h57 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 Dlogging.c203 FILE *stream; in ntfs_log_get_stream() local
444 FILE *stream; in ntfs_log_handler_fprintf() local
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_http.c77 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 Dnghttp2_http.c77 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 Dlp_setup_vbuf.c669 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 Dns-tcpserver.c97 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
H A Dns-icmpv4_sender.c94 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
H A Dns-igmp_querier.c91 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
H A Dns-mcast_receiver.c87 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
H A Dns-udpsender.c91 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_sockopt.c84 uint32_t stream; in main() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.c65 static const char *show_include_chain(int stream, const char *base) in show_include_chain() argument
[all...]
H A Dlib.h55 stream:14, member
/third_party/lzma/C/
H A DLzFind.h36 ISeqInStreamPtr stream; member
/third_party/node/deps/v8/src/profiler/
H A Dheap-profiler.cc146 SnapshotObjectId HeapProfiler::PushHeapObjectsStats(OutputStream* stream, in PushHeapObjectsStats() argument
/third_party/node/deps/v8/src/torque/
H A Dcc-generator.cc430 std::stringstream stream; in GetBitFieldSpecialization() local

Completed in 18 milliseconds

1...<<21222324252627282930>>...53