ac: remove needless parameters from ac_shader_abi::emit_outputs

Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12570>
This commit is contained in:
Marek Olšák
2021-08-21 10:12:23 -04:00
committed by Marge Bot
parent 2e95ad1433
commit 6df5f268db
9 changed files with 28 additions and 27 deletions

View File

@@ -2234,7 +2234,7 @@ emit_gs_epilogue(struct radv_shader_context *ctx)
}
static void
handle_shader_outputs_post(struct ac_shader_abi *abi, unsigned max_outputs, LLVMValueRef *addrs)
handle_shader_outputs_post(struct ac_shader_abi *abi)
{
struct radv_shader_context *ctx = radv_shader_context_from_abi(abi);