Files
mesa/src
Alejandro Piñeiro 85b78f96a6 v3d: use inc/dec tmu operation with image atomic sub/add of 1
This allows to remove a mov of 1/-1, as it is implicit with the
operation.

As with atomic inc/dec/add, usual shader-db set doesn't include any
GLES shader using it. So using as workaround vk-gl-cts shaders, we get
this:

total instructions in shared programs: 1217013 -> 1217006 (<.01%)
instructions in affected programs: 53 -> 46 (-13.21%)
helped: 2
HURT: 0

One of the helped shader went from 40 to 34 instructions.

Reviewed-by: Eric Anholt <eric@anholt.net>
2019-07-12 11:51:22 +02:00
..
2019-07-10 11:27:51 +00:00
2019-07-04 14:05:18 -04:00
2019-07-10 11:27:51 +00:00
2019-06-20 17:21:37 +01:00
2019-04-29 21:17:19 +00:00
2019-04-15 13:44:29 -07:00
2019-07-10 11:27:51 +00:00
2019-07-10 11:27:51 +00:00
2018-10-19 16:50:26 +01:00