aco/radv: convert to aco shader info at the radv level.
This removes the radv shader info type from aco completely. Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16342>
This commit is contained in:
@@ -844,7 +844,7 @@ cleanup_context(isel_context* ctx)
|
||||
isel_context
|
||||
setup_isel_context(Program* program, unsigned shader_count, struct nir_shader* const* shaders,
|
||||
ac_shader_config* config, const struct radv_nir_compiler_options* options,
|
||||
const struct radv_shader_info* info,
|
||||
const struct aco_shader_info* info,
|
||||
const struct radv_shader_args* args, bool is_gs_copy_shader)
|
||||
{
|
||||
SWStage sw_stage = SWStage::None;
|
||||
|
||||
Reference in New Issue
Block a user