Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_emit.h104 unsigned nr_labels; member
Dsvga_tgsi_insn.c2701 for (i = 0; i < emit->nr_labels; i++) { in emit_bgnsub()
2724 for (i = 0; i < emit->nr_labels; i++) { in emit_call()
2729 if (emit->nr_labels == ARRAY_SIZE(emit->label)) in emit_call()
2732 if (i == emit->nr_labels) { in emit_call()
2734 emit->nr_labels++; in emit_call()