mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-17 19:00:33 +01:00
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:
parent
5552d5d1a9
commit
05e6d6ca83
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue