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

Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |airl...@freedesktop.org,
                   |                            |chadvers...@chromium.org,
                   |                            |dan...@fooishbar.org,
                   |                            |ja...@jlekstrand.net
          Component|Drivers/Vulkan/radeon       |Drivers/Vulkan/Common
         QA Contact|mesa-dev@lists.freedesktop. |
                   |org                         |

--- Comment #1 from Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl> ---
I could not get it to crash at that place anymore (though I'm pretty sure it
did when looking at that bug earlier ...

It now crashes for me at

  %80 = OpLoad %_struct_65 %67

and this is because it is loading the entire UBO block struct without any
indexing. (By the way, SPIR-V is really messed up here, requiring the Block
decoration on the type instead of the variable ... After loading it is clearly
not usefully a block, what if you store the same thing as function local var)

Patch is on the way.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to