diff options
author | Dave Airlie <[email protected]> | 2010-10-26 12:08:00 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-10-26 12:08:00 +1000 |
commit | d1acb920163ab0f39ff2fc72b85fc7bf16c37262 (patch) | |
tree | 9c0df84c45658ededc842a8ba602ff8bcc158218 /src/gallium/drivers/r600/r600_asm.h | |
parent | 326b981d3fafbf0cc253d2b224f0c9ad307038a3 (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.h | 5 |
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 97d08ee4b54..25cda16837d 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; |