Searched refs:nir_remove_unused_io_vars (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_linking_helpers.c | 124 * progress = nir_remove_unused_io_vars(producer, nir_var_shader_out, 134 nir_remove_unused_io_vars(nir_shader *shader, in nir_remove_unused_io_vars() function 234 progress = nir_remove_unused_io_vars(producer, nir_var_shader_out, read, in nir_remove_unused_varyings() 237 progress = nir_remove_unused_io_vars(consumer, nir_var_shader_in, written, in nir_remove_unused_varyings()
|
H A D | nir.h | 4592 bool nir_remove_unused_io_vars(nir_shader *shader, nir_variable_mode mode,
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir.c | 914 NIR_PASS(_, c->s, nir_remove_unused_io_vars, in v3d_nir_lower_vs_early() 948 NIR_PASS(_, c->s, nir_remove_unused_io_vars, in v3d_nir_lower_gs_early()
|
Completed in 10 milliseconds