Files
mesa/src
Jose Maria Casanova Crespo c341ab7ffb v3d: add shader-db stat to count SFU stalls
SFU operations have a latency of 2 cicles, so if their results
are used in the following cycle to a SFU instruction, the GPU
stalls for an extra cycle until the result is available.

This adds the number of stalls to the shader-db debug mode and
sum of instruction + stalls to evaluate optimizations to schedule
instructions that avoid generating sfu-stalls.

v2: Rename v3d_qpu_generates_sfu_stalls to v3d_qpu_instr_is_sfu (Eric)

Reviewed-by: Eric Anholt <eric@anholt.net>
2019-07-22 03:00:50 +02: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