Lines Matching defs:batch_ctx
64 struct intel_batch_decode_ctx batch_ctx;
104 intel_batch_decode_ctx_init(&batch_ctx, &isa, &devinfo, outfile,
110 if (!batch_ctx.spec) {
114 intel_batch_decode_ctx_finish(&batch_ctx);
118 batch_ctx.max_vbo_decoded_lines = max_vbo_lines;
166 batch_ctx.user_data = &mem;
173 batch_ctx.get_bo = get_bo;
175 batch_ctx.engine = engine;
176 intel_print_batch(&batch_ctx, commands,
192 batch_ctx.user_data = &mem;
193 batch_ctx.get_bo = get_legacy_bo;
195 batch_ctx.engine = engine;
196 intel_print_batch(&batch_ctx, data, data_len, 0, false);
413 intel_batch_decode_ctx_finish(&batch_ctx);