From: Brian Paul Date: Sat, 13 Jun 2015 14:07:08 +0000 (-0600) Subject: tgsi: add comments for ureg_emit_label() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ad5d44af57a815c6eb16d4d61070135acb55f37;p=mesa.git tgsi: add comments for ureg_emit_label() --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_ureg.c b/src/gallium/auxiliary/tgsi/tgsi_ureg.c index 0eaf1dfa7ae..201a849ef95 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_ureg.c +++ b/src/gallium/auxiliary/tgsi/tgsi_ureg.c @@ -1069,6 +1069,12 @@ ureg_emit_insn(struct ureg_program *ureg, } +/** + * Emit a label token. + * \param label_token returns a token number indicating where the label + * needs to be patched later. Later, this value should be passed to the + * ureg_fixup_label() function. + */ void ureg_emit_label(struct ureg_program *ureg, unsigned extended_token,