nir: Rename nir_gather_xfb_info to nir_shader_get_xfb_info
Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16750>
This commit is contained in:

committed by
Marge Bot

parent
f812cc0fe6
commit
3e04432b3a
@@ -2816,7 +2816,7 @@ radv_nir_stage_uses_xfb(const nir_shader *nir)
|
||||
if (nir->info.stage == MESA_SHADER_MESH)
|
||||
return false;
|
||||
|
||||
nir_xfb_info *xfb = nir_gather_xfb_info(nir, NULL);
|
||||
nir_xfb_info *xfb = nir_shader_get_xfb_info(nir, NULL);
|
||||
bool uses_xfb = !!xfb;
|
||||
|
||||
ralloc_free(xfb);
|
||||
|
Reference in New Issue
Block a user