Searched refs:nir_foreach_shader_in_variable_safe (Results 1 – 6 of 6) sorted by relevance
108 - nir_foreach_shader_in_variable_safe
478 nir_foreach_shader_in_variable_safe(var, nir) { in anv_frag_convert_attrs_prim_to_vert()
945 nir_foreach_shader_in_variable_safe(var, state->shader) { in lower_packed_inputs()
105 nir_foreach_shader_in_variable_safe(var, nir) { in st_nir_assign_vs_in_locations()
3329 nir_foreach_shader_in_variable_safe(var, nir) { in prune_io()3993 nir_foreach_shader_in_variable_safe(var, nir) { in zink_shader_compile()
894 #define nir_foreach_shader_in_variable_safe(var, shader) \ macro