microsoft/clc: Fix undeclared function warning

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-By: Bill Kristiansen <billkris@microsoft.com>
Cc: mesa-stable@lists.freedesktop.org
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10331>
(cherry picked from commit 53786d2eb2)
This commit is contained in:
Jesse Natalie 2021-04-19 10:08:43 -07:00 committed by Dylan Baker
parent de43c16892
commit 871201b3fc
2 changed files with 2 additions and 2 deletions

View file

@ -418,7 +418,7 @@
"description": "microsoft/clc: Fix undeclared function warning",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"master_sha": null,
"because_sha": null
},

View file

@ -29,7 +29,7 @@
bool
clc_nir_lower_system_values(nir_shader *nir, nir_variable *var);
bool dxil_nir_lower_kernel_input_loads(nir_shader *nir, nir_variable *var);
bool clc_nir_lower_kernel_input_loads(nir_shader *nir, nir_variable *var);
bool clc_lower_printf_base(nir_shader *nir, unsigned uav_id);