<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - implicit declaration of function ‘ac_nir_get_max_workgroup_size"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109531">109531</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>implicit declaration of function ‘ac_nir_get_max_workgroup_size
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Drivers/Vulkan/radeon
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>lonewolf@xs4all.nl
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Looks like
<a href="https://cgit.freedesktop.org/mesa/mesa/commit/?id=9b9ccee4d64b5e64f6638bca7a87b3f159e3be9c">https://cgit.freedesktop.org/mesa/mesa/commit/?id=9b9ccee4d64b5e64f6638bca7a87b3f159e3be9c</a>
didn't change ac_nir_get_max-workgroup_size to radv_nir_max_workgroup_size in
all necessary places.



./mesa/src/amd/vulkan/radv_shader.c: In function ‘generate_shader_stats’:
../mesa/src/amd/vulkan/radv_shader.c:752:5: error: implicit declaration of
function ‘ac_nir_get_max_workgroup_size’; did you mean
‘radv_nir_get_max_workgroup_size’? [-Werror=implicit-function-declaration]
     ac_nir_get_max_workgroup_size(chip_class, variant->nir);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     radv_nir_get_max_workgroup_size

../mesa/src/amd/vulkan/radv_nir_to_llvm.c: In function
‘ac_translate_nir_to_llvm’:
../mesa/src/amd/vulkan/radv_nir_to_llvm.c:3453:33: error: implicit declaration
of function ‘ac_nir_get_max_workgroup_size’; did you mean
‘radv_nir_get_max_workgroup_size’? [-Werror=implicit-function-declaration]
                                
ac_nir_get_max_workgroup_size(ctx.options->chip_class,</pre>
        </div>
      </p>


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

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