summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_asm.h
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2012-08-01 22:52:52 +0200
committerTom Stellard <thomas.stellard@amd.com>2012-08-15 21:07:13 +0000
commitda676eab93e7dad30b574b4eb4cffd4df952e819 (patch)
treead31d2ee033f083bea0a4a382f09c7fe024f1263 /src/gallium/drivers/r600/r600_asm.h
parentcf76edd300b3e58a906d07404e7d7533a6d54a41 (diff)
r600g: Add support for predicates
Signed-off-by: Tom Stellard <thomas.stellard@amd.com>
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r--src/gallium/drivers/r600/r600_asm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h
index a8a157b79e4..87e751adc78 100644
--- a/src/gallium/drivers/r600/r600_asm.h
+++ b/src/gallium/drivers/r600/r600_asm.h
@@ -53,7 +53,9 @@ struct r600_bytecode_alu {
unsigned inst;
unsigned last;
unsigned is_op3;
- unsigned predicate;
+ unsigned execute_mask;
+ unsigned update_pred;
+ unsigned pred_sel;
unsigned bank_swizzle;
unsigned bank_swizzle_force;
unsigned omod;