[Bug 106389] [BSW BXT GLK] dEQP-VK.spirv_assembly.instruction.compute.sconvert.(u)int16 tests failing

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat May 5 10:52:05 UTC 2018


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

--- Comment #7 from Iago Toral <itoral at igalia.com> ---
Fixed in master with:

commit a75f967388b3224fb4da02f5bd01916018b639d4
Author: Iago Toral Quiroga <itoral at igalia.com>
Date:   Fri May 4 09:55:55 2018 +0200

    intel/compiler: handle 16-bit to 64-bit conversions in BSW platforms

    These are subject to the general restriction that anything that is
converted
    to 64-bit needs to be aligned to 64-bit.  We had this already in place for
    32-bit to 64-bit conversions, so this patch generalizes the implementation
    to take effect on any conversion to 64-bit from a source smaller than
    64-bit.

    Fixes assembly validation errors in the following CTS tests in BSW:
    dEQP-VK.spirv_assembly.instruction.compute.sconvert.int16_to_int64
    dEQP-VK.spirv_assembly.instruction.compute.uconvert.uint16_to_uint64
    dEQP-VK.spirv_assembly.instruction.compute.sconvert.int16_to_uint64

    Tested-by: Mark Janes <mark.a.janes at intel.com>
    Reviewed-by: Matt Turner <mattst88 at gmail.com>
    Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

-- 
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/20180505/c6bf51f7/attachment-0001.html>


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