mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
pan/mdg: Handle nir_texop_txf_ms
Same as nir_texop_txf, the special case where sample = 0. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5782>
This commit is contained in:
parent
6d9f951220
commit
63a8722c6a
1 changed files with 1 additions and 0 deletions
|
|
@ -2184,6 +2184,7 @@ emit_tex(compiler_context *ctx, nir_tex_instr *instr)
|
|||
emit_texop_native(ctx, instr, TEXTURE_OP_LOD);
|
||||
break;
|
||||
case nir_texop_txf:
|
||||
case nir_texop_txf_ms:
|
||||
emit_texop_native(ctx, instr, TEXTURE_OP_TEXEL_FETCH);
|
||||
break;
|
||||
case nir_texop_txs:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue