Searched refs:lbl_usage (Results 1 – 2 of 2) sorted by relevance
181 int lbl_usage[ETNA_MAX_INSTRUCTIONS]; member1064 c->lbl_usage[c->inst_ptr] = lbl_idx; in label_mark_use()2045 if (c->lbl_usage[idx] != -1) in etna_compile_fill_in_labels()2047 c->labels[c->lbl_usage[idx]].inst_idx); in etna_compile_fill_in_labels()2338 memset(&c->lbl_usage, -1, sizeof(c->lbl_usage)); in etna_compile_shader()
187 - etnaviv: Clear lbl_usage array correctly