[Mesa-dev] [Bug 105784] mesa-18.0.0/src/intel/vulkan/anv_nir_apply_pipeline_layout.c:150: bad assert ?

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Mar 28 11:22:36 UTC 2018


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

            Bug ID: 105784
           Summary: mesa-18.0.0/src/intel/vulkan/anv_nir_apply_pipeline_la
                    yout.c:150: bad assert ?
           Product: Mesa
           Version: 17.3
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Other
          Assignee: mesa-dev at lists.freedesktop.org
          Reporter: dcb314 at hotmail.com
        QA Contact: mesa-dev at lists.freedesktop.org

[mesa-18.0.0/src/intel/vulkan/anv_nir_apply_pipeline_layout.c:150]: (style)
Same expression on both sides of '&&'.

Source code is

   assert(intrin->src[0].is_ssa && intrin->src[0].is_ssa);

maybe better code

   assert(intrin->src[0].is_ssa && intrin->src[1].is_ssa);

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180328/8d598121/attachment.html>


More information about the mesa-dev mailing list