util,vulkan,asahi,hk: hash format strings

flag day change to use the new infra. as-is this is a bit pointless, but it
unblocks the new bindgen work.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33067>
This commit is contained in:
Alyssa Rosenzweig
2025-01-15 15:41:23 -05:00
committed by Marge Bot
parent 43e79b26de
commit c1e685bfe9
6 changed files with 14 additions and 16 deletions
+2 -3
View File
@@ -462,10 +462,9 @@ vk_common_QueueInsertDebugUtilsLabelEXT(
}
VkResult
vk_check_printf_status(struct vk_device *dev, struct u_printf_ctx *ctx,
struct u_printf_info *info, uint32_t count)
vk_check_printf_status(struct vk_device *dev, struct u_printf_ctx *ctx)
{
if (u_printf_check_abort(stdout, ctx, info, count)) {
if (u_printf_check_abort(stdout, ctx)) {
vk_device_set_lost(dev, "GPU abort.");
return VK_ERROR_DEVICE_LOST;
} else {