draw: use common exit path in pipeline finish.
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_parse.h
index 5ed1a83b0271a8afd4245034ff57fa29503b2057..07806ab3553089e1e27de683c201372b1f7ddd84 100644 (file)
@@ -88,9 +88,9 @@ struct tgsi_full_property
 struct tgsi_full_instruction
 {
    struct tgsi_instruction             Instruction;
-   struct tgsi_instruction_predicate   Predicate;
    struct tgsi_instruction_label       Label;
    struct tgsi_instruction_texture     Texture;
+   struct tgsi_instruction_memory      Memory;
    struct tgsi_full_dst_register       Dst[TGSI_FULL_MAX_DST_REGISTERS];
    struct tgsi_full_src_register       Src[TGSI_FULL_MAX_SRC_REGISTERS];
    struct tgsi_texture_offset          TexOffsets[TGSI_FULL_MAX_TEX_OFFSETS];