panfrost: Don't handle nir_texop_txf_ms_mcs

It's an intel-specific opcode and will never be seen on panfrost

Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11775>
This commit is contained in:
Jason Ekstrand 2021-07-09 10:57:39 -05:00 committed by Marge Bot
parent a7b429e8ec
commit cdde108af5
1 changed files with 0 additions and 1 deletions

View File

@ -2457,7 +2457,6 @@ bi_tex_op(nir_texop op)
case nir_texop_txf:
case nir_texop_txf_ms:
case nir_texop_txf_ms_fb:
case nir_texop_txf_ms_mcs:
case nir_texop_tg4:
return BIFROST_TEX_OP_FETCH;
case nir_texop_txs: