i965: Disable channel expressions for scalar GS, TCS, TES.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 20 Apr 2016 10:32:24 +0000 (03:32 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 22 Apr 2016 17:26:30 +0000 (10:26 -0700)
commit42dea145d9c83d1ad59dfb275072a4ed67233d1d
treed584f54c2ede96a545950c2da4ac40882b976bd4
parent1883613a24d8aaa4c43b18bca3d7e2daa46ebca0
i965: Disable channel expressions for scalar GS, TCS, TES.

On Broadwell, I get the following shader-db statistics:

Tessellation Control Shaders:

   total instructions in shared programs: 57327 -> 57012 (-0.55%)
   instructions in affected programs: 27334 -> 27019 (-1.15%)
   helped: 45
   HURT: 0

   total cycles in shared programs: 265692 -> 255188 (-3.95%)
   cycles in affected programs: 263122 -> 252618 (-3.99%)
   helped: 184
   HURT: 26

Tessellation Evaluation Shaders:

   total instructions in shared programs: 23236 -> 23157 (-0.34%)
   instructions in affected programs: 2791 -> 2712 (-2.83%)
   helped: 27
   HURT: 0

   total cycles in shared programs: 151858 -> 149704 (-1.42%)
   cycles in affected programs: 151858 -> 149704 (-1.42%)
   helped: 101
   HURT: 114

Geometry Shaders:

   Orbital Explorer goes from 6442 -> 6356 instructions.
   Two Shadow of Mordor shaders increase by a single instruction.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_link.cpp