<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - interpolateAtSample check for input parameter is too strict"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101378#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - interpolateAtSample check for input parameter is too strict"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101378">bug 101378</a>
              from <span class="vcard"><a class="email" href="mailto:freedesktop@ca.sh13.net" title="freedesktop@ca.sh13.net">freedesktop@ca.sh13.net</a>
</span></b>
        <pre>Sorry, copy/paste error, the first two lines are from another unrelated error.
The correct error message is just this part:

    0:18(33): error: parameter `interpolant` must be a shader input
    0:18(6): error: no matching function for call to `length(error)';
candidates are:
    0:18(6): error:    float length(float)
    0:18(6): error:    float length(vec2)
    0:18(6): error:    float length(vec3)
    0:18(6): error:    float length(vec4)
    0:18(6): error:    double length(double)
    0:18(6): error:    double length(dvec2)
    0:18(6): error:    double length(dvec3)
    0:18(6): error:    double length(dvec4)
    0:18(6): error: operands to relational operators must be scalar and numeric
    0:18(6): error: if-statement condition must be scalar boolean</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>