intel/fs: remove unused opcode
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Rohan Garg <rohan.garg@intel.com> Acked-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17555>
This commit is contained in:

committed by
Marge Bot

parent
aa65f83203
commit
a81ca32f96
@@ -2660,7 +2660,6 @@ fs_visitor::lower_logical_sends()
|
||||
lower_surface_logical_send(ibld, inst);
|
||||
break;
|
||||
|
||||
case SHADER_OPCODE_OWORD_BLOCK_READ_LOGICAL:
|
||||
case SHADER_OPCODE_UNALIGNED_OWORD_BLOCK_READ_LOGICAL:
|
||||
case SHADER_OPCODE_OWORD_BLOCK_WRITE_LOGICAL:
|
||||
lower_surface_block_logical_send(ibld, inst);
|
||||
|
Reference in New Issue
Block a user