intel: drop unused is_scalar function parameter in brw_nir_apply_key

Signed-off-by: Rohan Garg <rohan.garg@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23098>
This commit is contained in:
Rohan Garg
2023-05-17 17:09:06 +02:00
parent 212810ac8a
commit a15cc833f9
8 changed files with 11 additions and 13 deletions

View File

@@ -1824,8 +1824,7 @@ void
brw_nir_apply_key(nir_shader *nir,
const struct brw_compiler *compiler,
const struct brw_base_prog_key *key,
unsigned max_subgroup_size,
bool is_scalar)
unsigned max_subgroup_size)
{
bool progress = false;