Home
last modified time | relevance | path

Searched refs:nir_foreach_variable_with_modes_safe (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_global_vars_to_local.c86 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_temp) { in nir_lower_global_vars_to_local()
Dnir_split_per_member_structs.c162 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_in | in nir_split_per_member_structs()
Dnir_linking_helpers.c132 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()
Dnir_lower_io_to_temporaries.c319 nir_foreach_variable_with_modes_safe(var, shader, mode) { in move_variables_to_list()
Dnir_lower_system_values.c235 nir_foreach_variable_with_modes_safe(var, shader, nir_var_system_value) in nir_lower_system_values()
Dnir.h678 #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/
Dlima_compiler_cmdline.c66 nir_foreach_variable_with_modes_safe(var, nir, mode) { in sort_varyings()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c85 nir_foreach_variable_with_modes_safe(var, nir, mode) { in sort_varyings()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c630 nir_foreach_variable_with_modes_safe(var, nir, modes) { in si_lower_io()