-
Notifications
You must be signed in to change notification settings - Fork 168
Description
I captured com.ss.android.article.news with GFXR. Everything replays correctly until switching to the video page, at which point VVL reports the following errors:
DEBUG MESSENGER: Frame #1492: VUID-VkMemoryAllocateInfo-pNext-02387: vkAllocateMemory(): pAllocateInfo->image was created with format (VK_FORMAT_R8G8B8A8_UNORM) which does not match the pAllocateInfo->buffer AHardwareBuffer's format (VK_FORMAT_UNDEFINED). (AHB = 0xb400006e2fa2b0b0). The Vulkan spec states: If the parameters define an import operation, the external handle is an Android hardware buffer, and the pNext chain includes a VkMemoryDedicatedAllocateInfo with image that is not VK_NULL_HANDLE, the format of image must be VK_FORMAT_UNDEFINED or the format returned by vkGetAndroidHardwareBufferPropertiesANDROID in VkAndroidHardwareBufferFormatPropertiesANDROID::format for the Android hardware buffer (https://docs.vulkan.org/spec/latest/chapters/memory.html#VUID-VkMemoryAllocateInfo-pNext-02387)
Callstack: