mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 04:50:11 +01:00
nir: Drop the lower_mem_constant_vars declaration
The function was removed inc730ace12b. Fixes:c730ace12b"nir,clover: Drop nir_lower_mem_constant_vars" Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8834>
This commit is contained in:
parent
6adf410cc0
commit
774fae34f0
1 changed files with 0 additions and 3 deletions
|
|
@ -4342,9 +4342,6 @@ nir_gather_explicit_io_initializers(nir_shader *shader,
|
|||
void *dst, size_t dst_size,
|
||||
nir_variable_mode mode);
|
||||
|
||||
bool nir_lower_mem_constant_vars(nir_shader *shader,
|
||||
glsl_type_size_align_func type_info);
|
||||
|
||||
bool nir_lower_vec3_to_vec4(nir_shader *shader, nir_variable_mode modes);
|
||||
|
||||
typedef enum {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue