aco: improve printing of s_delay_alu

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23213>
This commit is contained in:
Rhys Perry
2023-05-24 16:24:35 +01:00
committed by Marge Bot
parent 54c0088629
commit 94958e637d
3 changed files with 41 additions and 15 deletions
+1 -15
View File
@@ -22,6 +22,7 @@
*
*/
#include "aco_builder.h"
#include "aco_ir.h"
#include "common/sid.h"
@@ -167,21 +168,6 @@ struct alu_delay_info {
}
};
enum class alu_delay_wait {
NO_DEP,
VALU_DEP_1,
VALU_DEP_2,
VALU_DEP_3,
VALU_DEP_4,
TRANS32_DEP_1,
TRANS32_DEP_2,
TRANS32_DEP_3,
FMA_ACCUM_CYCLE_1,
SALU_CYCLE_1,
SALU_CYCLE_2,
SALU_CYCLE_3
};
uint8_t
get_counters_for_event(wait_event ev)
{