mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-02-17 16:39:31 +00:00
anv: add missing extension errors in vk_errorf()
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
parent
86879bf4ed
commit
1ee2ae8348
@ -89,7 +89,12 @@ __vk_errorf(VkResult error, const char *file, int line, const char *format, ...)
|
||||
ERROR_CASE(VK_ERROR_FRAGMENTED_POOL)
|
||||
|
||||
/* Extension errors */
|
||||
ERROR_CASE(VK_ERROR_SURFACE_LOST_KHR)
|
||||
ERROR_CASE(VK_ERROR_NATIVE_WINDOW_IN_USE_KHR)
|
||||
ERROR_CASE(VK_ERROR_OUT_OF_DATE_KHR)
|
||||
ERROR_CASE(VK_ERROR_INCOMPATIBLE_DISPLAY_KHR)
|
||||
ERROR_CASE(VK_ERROR_VALIDATION_FAILED_EXT)
|
||||
ERROR_CASE(VK_ERROR_INVALID_SHADER_NV)
|
||||
ERROR_CASE(VK_ERROR_OUT_OF_POOL_MEMORY_KHR)
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user