Searched refs:batch_ctx (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator.c63 struct gen_batch_decode_ctx batch_ctx; variable in typeref:struct:gen_batch_decode_ctx
95 gen_batch_decode_ctx_init(&batch_ctx, &devinfo, outfile, batch_flags,
101 if (!batch_ctx.spec) {
105 gen_batch_decode_ctx_finish(&batch_ctx);
109 batch_ctx.max_vbo_decoded_lines = max_vbo_lines;
157 batch_ctx.user_data = &mem;
164 batch_ctx.get_bo = get_bo;
166 batch_ctx.engine = engine;
167 gen_print_batch(&batch_ctx, commands,
183 batch_ctx
[all...]
H A Daubinator_error_decode.c594 struct gen_batch_decode_ctx batch_ctx; local in function:read_data_file
595 gen_batch_decode_ctx_init(&batch_ctx, &devinfo, stdout, batch_flags,
612 batch_ctx.engine = class;
613 gen_print_batch(&batch_ctx, sections[s].data,
619 gen_batch_decode_ctx_finish(&batch_ctx);
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator.c62 struct intel_batch_decode_ctx batch_ctx; variable in typeref:struct:intel_batch_decode_ctx
94 intel_batch_decode_ctx_init(&batch_ctx, &devinfo, outfile, batch_flags,
100 if (!batch_ctx.spec) {
104 intel_batch_decode_ctx_finish(&batch_ctx);
108 batch_ctx.max_vbo_decoded_lines = max_vbo_lines;
156 batch_ctx.user_data = &mem;
163 batch_ctx.get_bo = get_bo;
165 batch_ctx.engine = engine;
166 intel_print_batch(&batch_ctx, commands,
182 batch_ctx
[all...]
H A Daubinator_error_decode.c676 struct intel_batch_decode_ctx batch_ctx; local in function:read_data_file
677 intel_batch_decode_ctx_init(&batch_ctx, &devinfo, stdout, batch_flags,
679 batch_ctx.acthd = acthd;
696 batch_ctx.flags &= ~INTEL_BATCH_DECODE_OFFSETS;
697 batch_ctx.engine = class;
700 intel_print_batch(&batch_ctx, (uint32_t *)data,
703 batch_ctx.flags = batch_flags;
707 intel_batch_decode_ctx_finish(&batch_ctx);

Completed in 5 milliseconds