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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user