mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-17 18:18:06 +02: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> (cherry picked from commit774fae34f0)
This commit is contained in:
parent
98e928ea6a
commit
0b9988c507
2 changed files with 1 additions and 4 deletions
|
|
@ -382,7 +382,7 @@
|
|||
"description": "nir: Drop the lower_mem_constant_vars declaration",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": "c730ace12b51d46585fac6710fbe57dccd67071c"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4300,9 +4300,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