diff options
Diffstat (limited to 'src/gallium/drivers/r600/r600d.h')
-rw-r--r-- | src/gallium/drivers/r600/r600d.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600d.h b/src/gallium/drivers/r600/r600d.h index 3c08ba5906a..6bba88cb574 100644 --- a/src/gallium/drivers/r600/r600d.h +++ b/src/gallium/drivers/r600/r600d.h @@ -3783,4 +3783,15 @@ #define DMA_PACKET_CONSTANT_FILL 0xd /* 7xx only */ #define DMA_PACKET_NOP 0xf + +/* Resource IDs: + * PS: 0 .. +160 + * VS: 160 .. +160 + * FS: 320 .. +16 + * GS: 336 .. +160 + */ +#define R600_FETCH_CONSTANTS_OFFSET_PS 0 +#define R600_FETCH_CONSTANTS_OFFSET_VS 160 +#define R600_FETCH_CONSTANTS_OFFSET_FS 320 +#define R600_FETCH_CONSTANTS_OFFSET_GS 336 #endif |