[Bug 109532] ir_variable has maximum access out of bounds -- but it's not out of bounds
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Feb 11 11:54:02 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=109532
--- Comment #20 from asimiklit <andrey.simiklit at 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 && 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 && 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 && compare_int(f, 9);
allOk = allOk && compare_ivec4(blockD.g[0], ivec4(8, 4, -3,
0));
allOk = allOk && 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 QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20190211/2874d74b/attachment.html>
More information about the intel-3d-bugs
mailing list