<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ir_variable has maximum access out of bounds -- but it's not out of bounds"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109532#c20">Comment # 20</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ir_variable has maximum access out of bounds -- but it's not out of bounds"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109532">bug 109532</a>
              from <span class="vcard"><a class="email" href="mailto:andrey.simiklit@gmail.com" title="asimiklit <andrey.simiklit@gmail.com>"> <span class="fn">asimiklit</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=143359" name="attach_143359" title="one more issue.">attachment 143359</a> <a href="attachment.cgi?id=143359&action=edit" title="one more issue.">[details]</a></span>
one more issue.

ERROR: ac_numPassed = 0, expected 1

void main (void)
{
        bool allOk = true;
        allOk = allOk &amp;&amp; compare_mat4(blockB[1].b[0][0], mat4(-8.0,
-2.0, -1.0, 3.0, 2.0, 4.0, 1.0, -7.0, 8.0, -7.0, -1.0, 4.0, -2.0, -2.0, -6.0,
1.0));
        allOk = allOk &amp;&amp; compare_mat4(blockB[1].b[0][1], mat4(-6.0,
-2.0, 2.0, 7.0, -7.0, 8.0, -2.0, -7.0, 2.0, 0.0, 3.0, 9.0, 8.0, 2.0, -6.0,
-2.0));
        allOk = allOk &amp;&amp; compare_int(f, 9);
        allOk = allOk &amp;&amp; compare_ivec4(blockD.g[0], ivec4(8, 4, -3,
0));
        allOk = allOk &amp;&amp; compare_ivec4(blockD.g[1], ivec4(-9, 7, -9,
8));
        if (allOk)
                atomicCounterIncrement(ac_numPassed);

        blockB[1].b[0][0] = mat4(-6.0, -7.0, -9.0, 8.0, 3.0, -8.0, 9.0, -1.0,
5.0, 3.0, -9.0, -4.0, -8.0, -6.0, 9.0, 0.0);
        blockB[1].b[0][1] = mat4(-4.0, 9.0, -2.0, 0.0, 2.0, -3.0, 5.0, 0.0,
1.0, -2.0, -3.0, 2.0, 2.0, -6.0, 2.0, -8.0);
        c = mat4x3(-5.0, -3.0, -3.0, 0.0, 8.0, -9.0, 2.0, -4.0, 1.0, 8.0, 7.0,
-4.0);
        blockD.g[0] = ivec4(-4, -3, -8, 8);
        blockD.g[1] = ivec4(-8, 3, -1, 4);
}

Hmm, unfortunately there is some additional issue in the mesa or deqp.
So some variable were copied incorrectly by test or mesa or we lost
something...
So I will investigate it too.

(Shared code is in attachment)</pre>
        </div>
      </p>


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

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