Searched refs:batch_ctx (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | aubinator.c | 68 struct gen_batch_decode_ctx batch_ctx; variable 142 gen_print_batch(&batch_ctx, data, size, 0); in handle_trace_block() 180 gen_batch_decode_ctx_init(&batch_ctx, &devinfo, outfile, batch_flags, in aubinator_init() 277 gen_print_batch(&batch_ctx, commands, ring_buffer_tail - ring_buffer_head, 0); in handle_memtrace_reg_write()
|
D | aubinator_error_decode.c | 581 struct gen_batch_decode_ctx batch_ctx; in read_data_file() local 582 gen_batch_decode_ctx_init(&batch_ctx, &devinfo, stdout, batch_flags, in read_data_file() 595 gen_print_batch(&batch_ctx, sections[s].data, sections[s].count, in read_data_file() 600 gen_batch_decode_ctx_finish(&batch_ctx); in read_data_file()
|