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_tgsi.c1037 alloc_new_label(struct etna_compile *c) in alloc_new_label() function
1145 f->lbl_else_idx = alloc_new_label(c); in trans_if()
1175 f->lbl_endif_idx = alloc_new_label(c); in trans_else()
1212 f->lbl_loop_bgn_idx = alloc_new_label(c); in trans_loop_bgn()
1213 f->lbl_loop_end_idx = alloc_new_label(c); in trans_loop_bgn()