i965/disasm: Fix all32h/any32h predicate disassembly.
authorMatt Turner <mattst88@gmail.com>
Fri, 21 Nov 2014 23:04:02 +0000 (15:04 -0800)
committerMatt Turner <mattst88@gmail.com>
Mon, 24 Nov 2014 22:09:23 +0000 (14:09 -0800)
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
src/mesa/drivers/dri/i965/brw_disasm.c

index b211a0f70d9436484566b325607ca626bb65f731..e235fd47e626dff2bddcf767a39a1660e4610d4e 100644 (file)
@@ -275,7 +275,7 @@ static const char *const pred_ctrl_align1[16] = {
    [BRW_PREDICATE_ALIGN1_ANY16H] = ".any16h",
    [BRW_PREDICATE_ALIGN1_ALL16H] = ".all16h",
    [BRW_PREDICATE_ALIGN1_ANY32H] = ".any32h",
-   [BRW_PREDICATE_ALIGN1_ANY32H] = ".all32h",
+   [BRW_PREDICATE_ALIGN1_ALL32H] = ".all32h",
 };
 
 static const char *const thread_ctrl[4] = {