summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_asm.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-10-26 12:08:00 +1000
committerDave Airlie <airlied@redhat.com>2010-10-26 12:08:00 +1000
commitd1acb920163ab0f39ff2fc72b85fc7bf16c37262 (patch)
tree9c0df84c45658ededc842a8ba602ff8bcc158218 /src/gallium/drivers/r600/r600_asm.h
parent326b981d3fafbf0cc253d2b224f0c9ad307038a3 (diff)
r600g: add assembler support for all the kcache fields.
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r--src/gallium/drivers/r600/r600_asm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h
index 97d08ee4b5..25cda16837 100644
--- a/src/gallium/drivers/r600/r600_asm.h
+++ b/src/gallium/drivers/r600/r600_asm.h
@@ -132,6 +132,11 @@ struct r600_bc_cf {
unsigned pop_count;
unsigned cf_addr; /* control flow addr */
unsigned kcache0_mode;
+ unsigned kcache1_mode;
+ unsigned kcache0_addr;
+ unsigned kcache1_addr;
+ unsigned kcache0_bank;
+ unsigned kcache1_bank;
unsigned r6xx_uses_waterfall;
struct list_head alu;
struct list_head tex;