Searched refs:log_stream (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/util/ |
D | log.c | 97 struct log_stream * 100 struct log_stream *stream = ralloc(NULL, struct log_stream); in _mesa_log_stream_create() 109 mesa_log_stream_destroy(struct log_stream *stream) in mesa_log_stream_destroy() 119 mesa_log_stream_flush(struct log_stream *stream, size_t scan_offset) in mesa_log_stream_flush() 137 void mesa_log_stream_printf(struct log_stream *stream, const char *format, ...) in mesa_log_stream_printf() 152 struct log_stream tmp = { in _mesa_log_multiline()
|
D | log.h | 71 struct log_stream { struct 78 struct log_stream *_mesa_log_stream_create(enum mesa_log_level level, char *tag); argument 82 void mesa_log_stream_destroy(struct log_stream *stream); 83 void mesa_log_stream_printf(struct log_stream *stream, const char *format, ...);
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_print.c | 70 print_instr_name(struct log_stream *stream, struct ir3_instruction *instr, in print_instr_name() 203 print_ssa_def_name(struct log_stream *stream, struct ir3_register *reg) in print_ssa_def_name() 211 print_ssa_name(struct log_stream *stream, struct ir3_register *reg, bool dst) in print_ssa_name() 228 print_reg_name(struct log_stream *stream, struct ir3_instruction *instr, in print_reg_name() 297 tab(struct log_stream *stream, int lvl) in tab() 304 print_instr(struct log_stream *stream, struct ir3_instruction *instr, int lvl) in print_instr() 422 ir3_print_instr_stream(struct log_stream *stream, struct ir3_instruction *instr) in ir3_print_instr_stream() 430 struct log_stream *stream = mesa_log_streami(); in ir3_print_instr() 438 struct log_stream *stream = mesa_log_streami(); in print_block()
|
D | ir3_ra.h | 46 struct log_stream *stream = mesa_log_streami(); \ 272 void ir3_reg_interval_dump(struct log_stream *stream,
|
D | ir3_ra.c | 256 interval_dump(struct log_stream *stream, struct ir3_reg_interval *interval, in interval_dump() 275 ir3_reg_interval_dump(struct log_stream *stream, struct ir3_reg_interval *interval) in ir3_reg_interval_dump() 619 ra_interval_dump(struct log_stream *stream, struct ra_interval *interval) in ra_interval_dump() 627 ra_file_dump(struct log_stream *stream, struct ra_file *file) in ra_file_dump() 652 struct log_stream *stream = mesa_log_streami(); in ra_ctx_dump()
|
D | ir3_postsched.c | 49 struct log_stream *stream = mesa_log_streami(); \
|
D | ir3.h | 1616 struct log_stream; 1617 void ir3_print_instr_stream(struct log_stream *stream, struct ir3_instruction *instr);
|
D | ir3_sched.c | 48 struct log_stream *stream = mesa_log_streami(); \
|
/third_party/boost/libs/math/tools/ |
D | hypergeometric_1F1_error_plot.cpp | 84 std::ofstream log_stream, incalculable_stream, unevaluated_stream, bins_stream; in main() local 101 log_stream.open((basename + ".log").c_str()); in main() 102 tee_stream tee_log(tee_sink(std::cout, log_stream)); in main() 149 log_stream << "Unexpected exception calculating value: " << std::endl; in main() 150 print_row(a, b, z, mp_expected, log_stream); in main()
|