mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 04:40:11 +01:00
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:
parent
de43c16892
commit
871201b3fc
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue