[Bug 105496] Using a single-plane imageview from a multi-plane image is broken
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Mar 16 16:19:56 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=105496
--- Comment #9 from atomnuker at gmail.com ---
(In reply to Lionel Landwerlin from comment #8)
>
> We don't support storage on multiplanar formats indeed.
>
> But R8_UNORM should be reported as supporting storage.
>
The latter (and RGBA) does indeed but since you're attaching the original
multiplane image to the descriptor (albeit indirectly though a derived
imageview) its that VkFormat that needs to have STORAGE bit supported. It
already supports the SAMPLE bit (needed for YUV->RGB converting samplers) so I
guess its just a matter of flagging STORAGE as well.
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20180316/7c4b338d/attachment.html>
More information about the intel-3d-bugs
mailing list