Searched refs:batch_ctx (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
D | aubinator.c | 62 struct intel_batch_decode_ctx batch_ctx; variable 94 intel_batch_decode_ctx_init(&batch_ctx, &devinfo, outfile, batch_flags, in aubinator_init() 100 if (!batch_ctx.spec) { in aubinator_init() 104 intel_batch_decode_ctx_finish(&batch_ctx); in aubinator_init() 108 batch_ctx.max_vbo_decoded_lines = max_vbo_lines; in aubinator_init() 156 batch_ctx.user_data = &mem; in handle_execlist_write() 163 batch_ctx.get_bo = get_bo; in handle_execlist_write() 165 batch_ctx.engine = engine; in handle_execlist_write() 166 intel_print_batch(&batch_ctx, commands, in handle_execlist_write() 182 batch_ctx.user_data = &mem; in handle_ring_write() [all …]
|
D | aubinator_error_decode.c | 676 struct intel_batch_decode_ctx batch_ctx; in read_data_file() local 677 intel_batch_decode_ctx_init(&batch_ctx, &devinfo, stdout, batch_flags, in read_data_file() 679 batch_ctx.acthd = acthd; in read_data_file() 696 batch_ctx.flags &= ~INTEL_BATCH_DECODE_OFFSETS; in read_data_file() 697 batch_ctx.engine = class; in read_data_file() 700 intel_print_batch(&batch_ctx, (uint32_t *)data, in read_data_file() 703 batch_ctx.flags = batch_flags; in read_data_file() 707 intel_batch_decode_ctx_finish(&batch_ctx); in read_data_file()
|