Searched refs:nir_foreach_variable_with_modes_safe (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_global_vars_to_local.c | 86 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_temp) { in nir_lower_global_vars_to_local()
|
D | nir_split_per_member_structs.c | 162 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_in | in nir_split_per_member_structs()
|
D | nir_linking_helpers.c | 132 nir_foreach_variable_with_modes_safe(var, shader, mode) { in nir_remove_unused_io_vars() 274 nir_foreach_variable_with_modes_safe(var, shader, mode) { in get_unmoveable_components_masks() 1084 nir_foreach_variable_with_modes_safe(var, shader, mode) { in sort_varyings()
|
D | nir_lower_io_to_temporaries.c | 319 nir_foreach_variable_with_modes_safe(var, shader, mode) { in move_variables_to_list()
|
D | nir_lower_system_values.c | 235 nir_foreach_variable_with_modes_safe(var, shader, nir_var_system_value) in nir_lower_system_values()
|
D | nir.h | 678 #define nir_foreach_variable_with_modes_safe(var, shader, modes) \ macro 686 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_in) 692 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_out) 698 nir_foreach_variable_with_modes_safe(var, shader, nir_var_uniform)
|
/external/mesa3d/src/gallium/drivers/lima/standalone/ |
D | lima_compiler_cmdline.c | 66 nir_foreach_variable_with_modes_safe(var, nir, mode) { in sort_varyings()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_cmdline.c | 85 nir_foreach_variable_with_modes_safe(var, nir, mode) { in sort_varyings()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 630 nir_foreach_variable_with_modes_safe(var, nir, modes) { in si_lower_io()
|