<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Using a single-plane imageview from a multi-plane image is broken"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105496#c22">Comment # 22</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Using a single-plane imageview from a multi-plane image is broken"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105496">bug 105496</a>
from <span class="vcard"><a class="email" href="mailto:jason@jlekstrand.net" title="Jason Ekstrand <jason@jlekstrand.net>"> <span class="fn">Jason Ekstrand</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>