[Bug 105496] Using a single-plane imageview from a multi-plane image is broken

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Mar 17 22:38:00 UTC 2018


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

--- Comment #22 from Jason Ekstrand <jason at jlekstrand.net> ---
Reading through things, I believe what you are trying to do is possible as per
the spec but it requires a bit more care than you have given it.  In
particular, the YCbCr image needs to be created with the
VK_IMAGE_CREATE_EXTENDED_USAGE_BIT and you need to chain in a
VkImageViewUsageCreateInfo struct to vkCreateImageView with the
VK_IMAGE_USAGE_STORAGE_BIT set.  That said, the interaction here between
VK_KHR_maintenance2 and VK_KHR_sampler_ycbcr_conversion is a bit subtle so I'm
not that surprised that both of you (along with the CTS authors) missed it.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20180317/b410d507/attachment.html>


More information about the intel-3d-bugs mailing list