intel/brw: Add SHADER_OPCODE_BALLOT

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31052>
This commit is contained in:
Caio Oliveira
2024-09-05 09:23:11 -07:00
committed by Marge Bot
parent 50e7a8ef25
commit 2bd7592b0b
7 changed files with 46 additions and 19 deletions
@@ -1216,6 +1216,7 @@ try_constant_propagate_value(brw_reg val, brw_reg_type dst_type,
case BRW_OPCODE_LRP:
case FS_OPCODE_PACK_HALF_2x16_SPLIT:
case SHADER_OPCODE_SHUFFLE:
case SHADER_OPCODE_BALLOT:
inst->src[arg] = val;
progress = true;
break;