nir: Delete the fnoise opcodes
As of the previous commit, they are never used. Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4624>
This commit is contained in:

committed by
Marge Bot

parent
4386c06770
commit
7c43b8ce1b
@@ -1606,24 +1606,6 @@ fs_visitor::nir_emit_alu(const fs_builder &bld, nir_alu_instr *instr,
|
||||
case nir_op_b32any_inequal4:
|
||||
unreachable("Lowered by nir_lower_alu_reductions");
|
||||
|
||||
case nir_op_fnoise1_1:
|
||||
case nir_op_fnoise1_2:
|
||||
case nir_op_fnoise1_3:
|
||||
case nir_op_fnoise1_4:
|
||||
case nir_op_fnoise2_1:
|
||||
case nir_op_fnoise2_2:
|
||||
case nir_op_fnoise2_3:
|
||||
case nir_op_fnoise2_4:
|
||||
case nir_op_fnoise3_1:
|
||||
case nir_op_fnoise3_2:
|
||||
case nir_op_fnoise3_3:
|
||||
case nir_op_fnoise3_4:
|
||||
case nir_op_fnoise4_1:
|
||||
case nir_op_fnoise4_2:
|
||||
case nir_op_fnoise4_3:
|
||||
case nir_op_fnoise4_4:
|
||||
unreachable("not reached: should be handled by lower_noise");
|
||||
|
||||
case nir_op_ldexp:
|
||||
unreachable("not reached: should be handled by ldexp_to_arith()");
|
||||
|
||||
|
@@ -1629,24 +1629,6 @@ vec4_visitor::nir_emit_alu(nir_alu_instr *instr)
|
||||
emit(CMP(dst, op[0], brw_imm_d(0), BRW_CONDITIONAL_NZ));
|
||||
break;
|
||||
|
||||
case nir_op_fnoise1_1:
|
||||
case nir_op_fnoise1_2:
|
||||
case nir_op_fnoise1_3:
|
||||
case nir_op_fnoise1_4:
|
||||
case nir_op_fnoise2_1:
|
||||
case nir_op_fnoise2_2:
|
||||
case nir_op_fnoise2_3:
|
||||
case nir_op_fnoise2_4:
|
||||
case nir_op_fnoise3_1:
|
||||
case nir_op_fnoise3_2:
|
||||
case nir_op_fnoise3_3:
|
||||
case nir_op_fnoise3_4:
|
||||
case nir_op_fnoise4_1:
|
||||
case nir_op_fnoise4_2:
|
||||
case nir_op_fnoise4_3:
|
||||
case nir_op_fnoise4_4:
|
||||
unreachable("not reached: should be handled by lower_noise");
|
||||
|
||||
case nir_op_unpack_half_2x16_split_x:
|
||||
case nir_op_unpack_half_2x16_split_y:
|
||||
case nir_op_pack_half_2x16_split:
|
||||
|
Reference in New Issue
Block a user