[Bug 100773] [vulkancts] regression on dEQP-VK.glsl.builtin.precision.reflect.highp_compute.scalar

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 25 06:06:24 UTC 2017


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

Kenneth Graunke <kenneth at whitecape.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at jlekstrand.net

--- Comment #2 from Kenneth Graunke <kenneth at whitecape.org> ---
Hi Tim,

Despite the name, this isn't a precise keyword test.  It's just verifying that
reflect() works with various floating point values.

The test does "out = reflect(in0, in1)".

It looks like before we generated:

    ffma -2.0 (mul (mul ssbo10 ssbo13) ssbo13) ssbo10

And now we generate:

    ffma (mul (mul ssbo10 2.0) ssbo13) ssbo13 ssbo10

which is having trouble with some extreme values.  CC'ing Jason too.

-- 
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/20170425/02864102/attachment.html>


More information about the intel-3d-bugs mailing list