r600/shader: handle fetching tcs/tes inputs and tcs outputs
authorDave Airlie <airlied@redhat.com>
Mon, 30 Nov 2015 05:41:35 +0000 (15:41 +1000)
committerDave Airlie <airlied@redhat.com>
Sun, 6 Dec 2015 23:59:01 +0000 (09:59 +1000)
commit8b2024196ffbe1d608d00277c24f948abaf1f8df
tree4a37d3327ac0bdc2c78a921281ba7d8fca5f4bca
parent4477be2404c9e3bb14835afcb1516daa25b8bb08
r600/shader: handle fetching tcs/tes inputs and tcs outputs

This handles the logic for doing fetches from LDS for
TCS and TES. For TCS we need to fetch both inputs and outputs,
for TES only inputs need to be fetched.

v2: use 24-bit ops.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/r600_shader.c