Home
last modified time | relevance | path

Searched refs:alloc_new_label (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c996 alloc_new_label(struct etna_compile *c) in alloc_new_label() function
1104 f->lbl_else_idx = alloc_new_label(c); in trans_if()
1134 f->lbl_endif_idx = alloc_new_label(c); in trans_else()
1171 f->lbl_loop_bgn_idx = alloc_new_label(c); in trans_loop_bgn()
1172 f->lbl_loop_end_idx = alloc_new_label(c); in trans_loop_bgn()