intel/brw: Add SHADER_OPCODE_REDUCE

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30496>
This commit is contained in:
Caio Oliveira
2024-07-15 15:09:12 -07:00
committed by Marge Bot
parent 4361a08254
commit 9537b62759
9 changed files with 250 additions and 35 deletions
+1
View File
@@ -318,6 +318,7 @@ fs_inst::can_do_source_mods(const struct intel_device_info *devinfo) const
case SHADER_OPCODE_SHUFFLE:
case SHADER_OPCODE_INT_QUOTIENT:
case SHADER_OPCODE_INT_REMAINDER:
case SHADER_OPCODE_REDUCE:
return false;
default:
return true;