https://bugs.freedesktop.org/show_bug.cgi?id=109532

--- Comment #20 from asimiklit <andrey.simik...@gmail.com> ---
Created attachment 143359
  --> https://bugs.freedesktop.org/attachment.cgi?id=143359&action=edit
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)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to