Searched refs:lbl_usage (Results 1 – 1 of 1) sorted by relevance
181 int lbl_usage[ETNA_MAX_INSTRUCTIONS]; member1023 c->lbl_usage[c->inst_ptr] = lbl_idx; in label_mark_use()2004 if (c->lbl_usage[idx] != -1) in etna_compile_fill_in_labels()2006 c->labels[c->lbl_usage[idx]].inst_idx); in etna_compile_fill_in_labels()2309 memset(&c->lbl_usage, -1, sizeof(c->lbl_usage)); in etna_compile_shader()