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:
committed by
Marge Bot
parent
43e79b26de
commit
c1e685bfe9
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user