<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 05/08/16 18:08, Jason Ekstrand
wrote:<br>
</div>
<blockquote
cite="mid:CAOFGe96oF4Y=4HF2Hj6bObtvxrCGW5U4Na2-hVAucuVfNw8ong@mail.gmail.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<p dir="ltr">On Aug 5, 2016 9:49 AM, "Lionel Landwerlin" <<a
moz-do-not-send="true"
href="mailto:lionel.g.landwerlin@intel.com">lionel.g.landwerlin@intel.com</a>>
wrote:<br>
><br>
> It doesn't seem like we have any support for 32bits of
something + 8bits of<br>
> something else.</p>
<p dir="ltr">Not quite. Depth-stencil formats are weird because
they describe two different things at the same time. In our
hardware (post Sandy Bridge) the depth and stencil components
are actually stored in different surfaces but in the same
VkImage. We certainly can handle 32-bit depth with stencil, we
just need to get the blits working.Th</p>
</blockquote>
<br>
Thanks for the explanation. Would that be
ISL_FORMAT_R32_FLOAT_X8X24_TYPELESS then?<br>
<br>
-<br>
Lionel<br>
</body>
</html>