anv: add missing core 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:
Eric Engestrom 2017-01-26 13:48:17 +00:00 committed by Lionel Landwerlin
parent ba26c79157
commit 86879bf4ed
1 changed files with 3 additions and 0 deletions

View File

@ -82,7 +82,10 @@ __vk_errorf(VkResult error, const char *file, int line, const char *format, ...)
ERROR_CASE(VK_ERROR_MEMORY_MAP_FAILED)
ERROR_CASE(VK_ERROR_LAYER_NOT_PRESENT)
ERROR_CASE(VK_ERROR_EXTENSION_NOT_PRESENT)
ERROR_CASE(VK_ERROR_FEATURE_NOT_PRESENT)
ERROR_CASE(VK_ERROR_INCOMPATIBLE_DRIVER)
ERROR_CASE(VK_ERROR_TOO_MANY_OBJECTS)
ERROR_CASE(VK_ERROR_FORMAT_NOT_SUPPORTED)
ERROR_CASE(VK_ERROR_FRAGMENTED_POOL)
/* Extension errors */