Unused in this commit, but this is going to replace the shader
stage selection inside ACO after the drivers set it correctly.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Qiang Yu <yuq825@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23597>
#define ACO_SHADER_INFO_H
#include "ac_shader_args.h"
+#include "ac_shader_util.h"
#include "amd_family.h"
#include "shader_enums.h"
};
struct aco_shader_info {
+ enum ac_hw_stage hw_stage;
uint8_t wave_size;
bool is_ngg;
bool has_ngg_culling;