mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
agx: Don't assert on texop twice
This is already asserted for lod modes. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19590>
This commit is contained in:
parent
ededb108d9
commit
35a531fcd4
1 changed files with 0 additions and 11 deletions
|
|
@ -1101,17 +1101,6 @@ agx_lod_mode_for_nir(nir_texop op)
|
|||
static void
|
||||
agx_emit_tex(agx_builder *b, nir_tex_instr *instr)
|
||||
{
|
||||
switch (instr->op) {
|
||||
case nir_texop_tex:
|
||||
case nir_texop_txf:
|
||||
case nir_texop_txl:
|
||||
case nir_texop_txb:
|
||||
case nir_texop_txd:
|
||||
break;
|
||||
default:
|
||||
unreachable("Unhandled texture op");
|
||||
}
|
||||
|
||||
agx_index coords = agx_null(),
|
||||
texture = agx_immediate(instr->texture_index),
|
||||
sampler = agx_immediate(instr->sampler_index),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue