radv/gfx10: allocate ESGS ring space for exporting PrimitiveID
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 10 Jul 2019 22:25:28 +0000 (00:25 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 15 Jul 2019 09:30:05 +0000 (11:30 +0200)
commitf0a90eddb68183119f39d2fd3f8a2e5e7f296d4d
treed579e70fa45ff402645d372336a4a9dfc0dcd00b
parent4478f143278b31887b7d363e76c5c8ca8d13468d
radv/gfx10: allocate ESGS ring space for exporting PrimitiveID

Only VS needs that. We shouldn't hardcode these values but
that's complicated to not do that for now.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/radv_shader.c