Home
last modified time | relevance | path

Searched refs:opt_stats (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dbuffer_list.cc96 const cmsghdr* opt_stats) { in extract_opt_stats_from_cmsg() argument
97 if (opt_stats == nullptr) { in extract_opt_stats_from_cmsg()
100 const auto* data = CMSG_DATA(opt_stats); in extract_opt_stats_from_cmsg()
102 const int64_t len = opt_stats->cmsg_len - cmsg_hdr_len; in extract_opt_stats_from_cmsg()
226 struct cmsghdr* opt_stats, in ProcessTimestamp() argument
240 opt_stats); in ProcessTimestamp()
246 opt_stats); in ProcessTimestamp()
252 opt_stats); in ProcessTimestamp()
Dbuffer_list.h132 struct cmsghdr* opt_stats,
Dtcp_posix.cc1091 cmsghdr* opt_stats = nullptr; in process_timestamp() local
1102 opt_stats = next_cmsg; in process_timestamp()
1103 next_cmsg = CMSG_NXTHDR(msg, opt_stats); in process_timestamp()
1108 return opt_stats; in process_timestamp()
1133 grpc_core::TracedBuffer::ProcessTimestamp(&tcp->tb_head, serr, opt_stats, in process_timestamp()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_core.cpp81 ctx->opt_stats.dump(); in r600_sb_context_destroy()
83 ctx->src_stats.dump_diff(ctx->opt_stats); in r600_sb_context_destroy()
275 sh->opt_stats.ndw = bc->ndw; in r600_sb_bytecode_process()
281 sh->opt_stats.dump(); in r600_sb_bytecode_process()
283 sh->src_stats.dump_diff(sh->opt_stats); in r600_sb_bytecode_process()
Dsb_shader.cpp37 pool(), all_nodes(), src_stats(), opt_stats(), errors(), in shader()
498 shader_stats &s = opt ? opt_stats : src_stats; in collect_stats()
506 ctx.opt_stats.accumulate(s); in collect_stats()
Dsb_bc.h661 shader_stats src_stats, opt_stats;
694 sb_context() : src_stats(), opt_stats(), isa(0), in sb_context()
Dsb_shader.h280 shader_stats src_stats, opt_stats;