<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Input sample mask has unexpected values"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109519">109519</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Input sample mask has unexpected values
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Drivers/Vulkan/intel
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>joseph.kucia@gmail.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>jason@jlekstrand.net
          </td>
        </tr></table>
      <p>
        <div>
        <pre>This can be reproduced using vkd3d tests. test_coverage() sets pSampleMask when
creating a pipeline and writes shader input SampleMask to the render target.
The test passes on other Vulkan implementations and on Intel D3D12
implementation.

d3d12:23726:sample mask 0x7: Test failed: Got 0x00000003, expected 0x00000007
at (0, 0, 0).
d3d12:23726:sample mask 0x9: Test failed: Got 0x00000001, expected 0x00000009
at (0, 0, 0).
d3d12:23726:sample mask 0xd: Test failed: Got 0x00000001, expected 0x0000000d
at (0, 0, 0).
d3d12:23726:sample mask 0xf: Test failed: Got 0x00000003, expected 0x0000000f
at (0, 0, 0).
d3d12:23726:sample mask 0xff: Test failed: Got 0x00000003, expected 0x0000000f
at (0, 0, 0).
d3d12:23726:sample mask 0xffffffff: Test failed: Got 0x00000003, expected
0x0000000f at (0, 0, 0).</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>