Searched refs:nir_foreach_shader_out_variable_safe (Results 1 – 5 of 5) sorted by relevance
392 nir_foreach_shader_out_variable_safe(var, c->s) { in v3d_nir_lower_io_update_output_var_base()
926 nir_foreach_shader_out_variable_safe(var, shader) { in ir3_nir_lower_gs()
440 nir_foreach_shader_out_variable_safe(var, shader) { in sort_fsoutput()
1023 nir_foreach_shader_out_variable_safe(var, stage->nir) { in anv_pipeline_link_fs()
691 #define nir_foreach_shader_out_variable_safe(var, shader) \ macro