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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c993 alloc_new_label(struct etna_compile *c) function in typeref:typename:unsigned int
1101 f->lbl_else_idx = alloc_new_label(c);
1131 f->lbl_endif_idx = alloc_new_label(c);
1168 f->lbl_loop_bgn_idx = alloc_new_label(c);
1169 f->lbl_loop_end_idx = alloc_new_label(c);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c1037 alloc_new_label(struct etna_compile *c) function in typeref:typename:unsigned int
1145 f->lbl_else_idx = alloc_new_label(c);
1175 f->lbl_endif_idx = alloc_new_label(c);
1212 f->lbl_loop_bgn_idx = alloc_new_label(c);
1213 f->lbl_loop_end_idx = alloc_new_label(c);

Completed in 12 milliseconds