Lines Matching refs:brw_label
420 const struct brw_label *
421 brw_find_label(const struct brw_label *root, int offset)
423 const struct brw_label *curr = root;
439 brw_create_label(struct brw_label **labels, int offset, void *mem_ctx)
442 struct brw_label *curr = *labels;
443 struct brw_label *prev;
454 curr = ralloc(mem_ctx, struct brw_label);
460 struct brw_label *root = ralloc(mem_ctx, struct brw_label);
468 const struct brw_label *
474 struct brw_label *root_label = NULL;
522 const struct brw_label *root_label =
533 const struct brw_label *root_label, FILE *out)
544 const struct brw_label *label = brw_find_label(root_label, offset);