Skip to content
  • Vinson Lee's avatar
    anv: Fix instance typos. · c5124fbc
    Vinson Lee authored and Faith Ekstrand's avatar Faith Ekstrand committed
    Fix build error.
    
      CC       vulkan/vulkan_libvulkan_common_la-anv_device.lo
    In file included from vulkan/anv_device.c:33:0:
    vulkan/anv_device.c: In function ‘anv_AllocateMemory’:
    vulkan/anv_device.c:1562:37: error: ‘struct anv_device’ has no member named ‘instace’; did you mean ‘instance’?
              result = vk_errorf(device->instace, device,
                                         ^
    vulkan/anv_private.h:317:17: note: in definition of macro ‘vk_errorf’
         __vk_errorf(instance, obj, REPORT_OBJECT_TYPE(obj), error,\
                     ^~~~~~~~
    
    Fixes: 9775894f
    
     ("anv: Move size check from anv_bo_cache_import() to caller (v2)")
    Signed-off-by: default avatarVinson Lee <vlee@freedesktop.org>
    Reviewed-by: default avatarEric Engestrom <eric.engestrom@imgtec.com>
    c5124fbc