intel/elk: Remove FB_READ opcodes

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27629>
This commit is contained in:
Caio Oliveira
2024-02-10 09:11:28 -08:00
committed by Marge Bot
parent 77ba6f5dcd
commit a3f67c2d3a
7 changed files with 2 additions and 92 deletions
-4
View File
@@ -173,10 +173,6 @@ elk_instruction_name(const struct elk_isa_info *isa, enum elk_opcode op)
return "fb_write_logical";
case ELK_FS_OPCODE_REP_FB_WRITE:
return "rep_fb_write";
case ELK_FS_OPCODE_FB_READ:
return "fb_read";
case ELK_FS_OPCODE_FB_READ_LOGICAL:
return "fb_read_logical";
case ELK_SHADER_OPCODE_RCP:
return "rcp";