Searched refs:nir_remove_unused_io_vars (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_linking_helpers.c112 * progress = nir_remove_unused_io_vars(producer,
123 nir_remove_unused_io_vars(nir_shader *shader, struct exec_list *var_list, function in typeref:typename:bool
206 progress = nir_remove_unused_io_vars(producer, &producer->outputs, read,
209 progress = nir_remove_unused_io_vars(consumer, &consumer->inputs, written,
H A Dnir.h3266 bool nir_remove_unused_io_vars(nir_shader *shader, struct exec_list *var_list,
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_linking_helpers.c123 * progress = nir_remove_unused_io_vars(producer, nir_var_shader_out,
133 nir_remove_unused_io_vars(nir_shader *shader, function in typeref:typename:bool
222 progress = nir_remove_unused_io_vars(producer, nir_var_shader_out, read,
225 progress = nir_remove_unused_io_vars(consumer, nir_var_shader_in, written,
H A Dnir.h4721 bool nir_remove_unused_io_vars(nir_shader *shader, nir_variable_mode mode,
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir.c893 NIR_PASS_V(c->s, nir_remove_unused_io_vars,
927 NIR_PASS_V(c->s, nir_remove_unused_io_vars,
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir.c750 NIR_PASS_V(c->s, nir_remove_unused_io_vars,

Completed in 43 milliseconds