freedreno/ir3: remove first-vertex sysval
authorRob Clark <robdclark@chromium.org>
Fri, 25 Oct 2019 17:36:36 +0000 (10:36 -0700)
committerRob Clark <robdclark@chromium.org>
Tue, 12 Nov 2019 21:55:03 +0000 (13:55 -0800)
commit68d2ec5f7ec67416fc6cf3f018c3a8ee3484cf38
treef10892c116028c0686ccc68ccfac808d1f0da2a0
parent7b2166785a98a4fa8492fe1f99d1707919945a8e
freedreno/ir3: remove first-vertex sysval

This is a driver-param (loaded from uniform), not a sysval (populated by
hw into a register).  So it has no value to having a sysval slot.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/freedreno/ir3/ir3_compiler_nir.c
src/gallium/drivers/freedreno/a3xx/fd3_emit.c
src/gallium/drivers/freedreno/a4xx/fd4_emit.c