mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 07:50:11 +01:00
nir/spirv: print id for unsupported alu opcode
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Signed-off-by: Karol Herbst <kherbst@redhat.com>
This commit is contained in:
parent
1beef89ad8
commit
71add09e79
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ vtn_nir_alu_op_for_spirv_opcode(struct vtn_builder *b,
|
|||
case SpvOpDPdyCoarse: return nir_op_fddy_coarse;
|
||||
|
||||
default:
|
||||
vtn_fail("No NIR equivalent");
|
||||
vtn_fail("No NIR equivalent: %u", opcode);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue