u_blitter: fix stencil blit fallback for crocus.

crocus needs the sampler view decl to know it's a uint return value.

Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11280>
This commit is contained in:
Dave Airlie 2021-06-10 08:30:44 +10:00 committed by Marge Bot
parent 7e07f7f900
commit f05dfddeb1
1 changed files with 1 additions and 0 deletions

View File

@ -1173,6 +1173,7 @@ util_make_fs_stencil_blit(struct pipe_context *pipe, bool msaa_src)
"FRAG\n"
"DCL IN[0], GENERIC[0], LINEAR\n"
"DCL SAMP[0]\n"
"DCL SVIEW[0], 2D, UINT\n"
"DCL CONST[0][0]\n"
"DCL TEMP[0]\n"