<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 04/10/17 02:16, Jason Ekstrand
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAOFGe955P_g-Tsp=JAY4bSDskAupN7m=tUukmpDhTyYi30ZYcQ@mail.gmail.com">
<div><br>
</div>
<div>Ok, maybe I'm being a bit dense, but doesn't the aspect imply
the plane? Why can't we just use anv_image_aspect_to_plane
here? That would reduce the churn by a good bit.<br>
</div>
<div> </div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
enum isl_aux_usage aux_usage,<br>
struct blorp_surf *blorp_surf)<br>
{<br>
+ /* For the stencil surface aux_usage is always NONE. */<br>
if (aspect == VK_IMAGE_ASPECT_STENCIL_BIT ||<br>
aux_usage == ISL_AUX_USAGE_HIZ)<br>
aux_usage = ISL_AUX_USAGE_NONE;<br>
</blockquote>
</blockquote>
It was for that bit right here.<br>
I need to check again, maybe this can go. I remember this triggered
some failures.<br>
</body>
</html>