nir/spirv: print id for unsupported builtins
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Signed-off-by: Karol Herbst <kherbst@redhat.com>
This commit is contained in:
@@ -1213,7 +1213,7 @@ vtn_get_builtin_location(struct vtn_builder *b,
|
|||||||
set_mode_system_value(b, mode);
|
set_mode_system_value(b, mode);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
vtn_fail("unsupported builtin");
|
vtn_fail("unsupported builtin: %u", builtin);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user