[Mesa-dev] [Bug 107351] Android 8.1: radv segfault with 3Dmark vulkan benchmarks

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 23 22:46:30 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=107351

--- Comment #8 from Mauro Rossi <issor.oruam at gmail.com> ---
In the code between ANDROID braces, is it correct that code falls through in
case of !gralloc_info or should it bail out?

Just a question as I may be very wrong and confused


#ifdef ANDROID
   const VkNativeBufferANDROID *gralloc_info =
      vk_find_struct_const(pCreateInfo->pNext, NATIVE_BUFFER_ANDROID);

if (gralloc_info)    /*  this line 1252  */
   return radv_image_from_gralloc(device, pCreateInfo, gralloc_info,
                                              pAllocator, pImage);
#endif

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180723/729084a7/attachment.html>


More information about the mesa-dev mailing list