nir: Remove the old variable lowering code
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
This commit is contained in:
@@ -28,7 +28,6 @@ NIR_FILES = \
|
||||
$(GLSL_SRCDIR)/nir/nir_lower_samplers.cpp \
|
||||
$(GLSL_SRCDIR)/nir/nir_lower_system_values.c \
|
||||
$(GLSL_SRCDIR)/nir/nir_lower_variables.c \
|
||||
$(GLSL_SRCDIR)/nir/nir_lower_variables_scalar.c \
|
||||
$(GLSL_SRCDIR)/nir/nir_lower_vec_to_movs.c \
|
||||
$(GLSL_SRCDIR)/nir/nir_metadata.c \
|
||||
$(GLSL_SRCDIR)/nir/nir_opcodes.c \
|
||||
|
||||
@@ -1366,10 +1366,6 @@ void nir_lower_io(nir_shader *shader);
|
||||
|
||||
void nir_lower_variables(nir_shader *shader);
|
||||
|
||||
void nir_lower_variables_scalar(nir_shader *shader, bool lower_globals,
|
||||
bool lower_io, bool add_names,
|
||||
bool native_integers);
|
||||
|
||||
void nir_remove_dead_variables(nir_shader *shader);
|
||||
|
||||
void nir_lower_vec_to_movs(nir_shader *shader);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user