pvr: handle SRC_SMRG_D32S8_D32S8 in tq shader

Signed-off-by: Simon Perretta <simon.perretta@imgtec.com>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39654>
This commit is contained in:
Simon Perretta 2026-01-30 11:13:23 +00:00 committed by Marge Bot
parent 5552d5d1a9
commit 05e6d6ca83

View file

@ -697,6 +697,9 @@ static nir_def *pvr_uscgen_tq_frag_conv(nir_builder *b,
nir_undef(b, 1, 32),
nir_ushr_imm(b, nir_channel(b, src, 0), 24));
case PVR_TRANSFER_PBE_PIXEL_SRC_SMRG_D32S8_D32S8:
return nir_vec2(b, nir_undef(b, 1, 32), nir_channel(b, src, 1));
case PVR_TRANSFER_PBE_PIXEL_SRC_SWAP_LMSB:
return nir_ushr_imm(b, nir_channel(b, src, 0), 24);