Lines Matching refs:root_label
474 struct brw_label *root_label = NULL;
492 brw_create_label(&root_label,
494 brw_create_label(&root_label,
504 brw_create_label(&root_label, offset + jip * to_bytes_scale, mem_ctx);
514 return root_label;
522 const struct brw_label *root_label =
525 brw_disassemble(isa, assembly, start, end, root_label, out);
533 const struct brw_label *root_label, FILE *out)
543 if (root_label != NULL) {
544 const struct brw_label *label = brw_find_label(root_label, offset);
587 brw_disassemble_inst(out, isa, insn, compacted, offset, root_label);