Searched refs:nir_foreach_shader_out_variable_safe (Results 1 – 10 of 10) sorted by relevance
51 - nir_foreach_shader_out_variable_safe
55 - nir_foreach_shader_out_variable_safe
68 - nir_foreach_shader_out_variable_safe
57 - nir_foreach_shader_out_variable_safe
431 nir_foreach_shader_out_variable_safe(var, c->s) { in v3d_nir_lower_io_update_output_var_base()
936 nir_foreach_shader_out_variable_safe (var, shader) { in ir3_nir_lower_gs()
433 nir_foreach_shader_out_variable_safe(var, shader) { in sort_fsoutput()
1128 nir_foreach_shader_out_variable_safe(var, stage->nir) { in anv_pipeline_link_fs()
708 #define nir_foreach_shader_out_variable_safe(var, shader) \ macro