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

--- Comment #6 from Alex Fuller <[email protected]> ---
I managed to do some testing and I can now trigger the bug. It looks like when
creating a vkCreateDescriptorPool of size 11 which is the default
VK_DESCRIPTOR_TYPE_RANGE_SIZE everything is fine which is the behaviour I get
before. Because I updated the headers of Vulkan, the NV raytracing extensions
are now in the headers, and the size increases to 12 now in The-Forge codebase
from a preprocessor define. Their comment on this:
"//+1 for Acceleration Structure because it is not counted by
VK_DESCRIPTOR_TYPE_RANGE_SIZE"

So this segfault crash looks like there is some limit of
VK_DESCRIPTOR_TYPE_RANGE_SIZE when creating pools on RADV. Is there some
hardware limitation? ConfettiFX I am pretty sure are testing AMD's Vulkan
driver and haven't reported an issue afaik.

Cheers.

-- 
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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to