nir: add pass to lower fb reads
[mesa.git] / src / compiler / spirv / spirv_to_nir.c
index 66097e4556f92f6ae3764852f39cc367463f606f..751ceddaffb31638f4a45a83b3d53e62cf954e87 100644 (file)
@@ -2200,6 +2200,9 @@ vtn_handle_texture(struct vtn_builder *b, SpvOp opcode,
    case nir_texop_samples_identical:
       /* These don't */
       break;
+   case nir_texop_txf_ms_fb:
+      vtn_fail("unexpected nir_texop_txf_ms_fb");
+      break;
    case nir_texop_txf_ms_mcs:
       vtn_fail("unexpected nir_texop_txf_ms_mcs");
    }