swr: [rasterizer core] GS viewport array index attribute

Only adds the attribute mapping to the jitter; no implementation yet.

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
Tim Rowley 2016-06-13 09:19:38 -06:00
parent c7cd33b605
commit 2d80295a6e
2 changed files with 2 additions and 1 deletions

View file

@ -77,7 +77,7 @@
#define KNOB_NUM_STREAMS 32
// Maximum supported number of attributes per vertex
#define KNOB_NUM_ATTRIBUTES 38
#define KNOB_NUM_ATTRIBUTES 39
// Maximum supported active viewports and scissors
#define KNOB_NUM_VIEWPORTS_SCISSORS 16

View file

@ -197,6 +197,7 @@ enum SWR_OUTER_TESSFACTOR_ID
#define VERTEX_CLIPCULL_DIST_LO_SLOT 35 // VS writes lower 4 clip/cull dist
#define VERTEX_CLIPCULL_DIST_HI_SLOT 36 // VS writes upper 4 clip/cull dist
#define VERTEX_POINT_SIZE_SLOT 37 // VS writes point size here
#define VERTEX_VIEWPORT_ARRAY_INDEX_SLOT 38
// SoAoSoA
struct simdvertex
{