diff options
author | Christian König <[email protected]> | 2010-12-18 17:56:36 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2011-01-13 21:22:00 +0100 |
commit | a25b91c2c2118741389f418a66de7ca145b8600b (patch) | |
tree | fbde65497bafb455642878fe503e6415ee7d9285 /src/gallium/drivers/r600/r600_asm.h | |
parent | 89275c0b36f1104ac05f13e930f7fb99595607a1 (diff) |
r600g: rework bank swizzle code
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h index 4763ce03ec4..a9123299f1e 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -25,9 +25,6 @@ #include "util/u_double_list.h" -#define NUM_OF_CYCLES 3 -#define NUM_OF_COMPONENTS 4 - struct r600_vertex_element; struct r600_pipe_context; @@ -61,7 +58,6 @@ struct r600_bc_alu { unsigned bank_swizzle; unsigned bank_swizzle_force; u32 value[4]; - int hw_gpr[NUM_OF_CYCLES][NUM_OF_COMPONENTS]; unsigned omod; }; |