/third_party/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_lower_io_to_temporaries.c | 319 nir_foreach_variable_with_modes_safe(var, shader, mode) { in move_variables_to_list()
|
D | nir_linking_helpers.c | 144 nir_foreach_variable_with_modes_safe(var, shader, mode) { in nir_remove_unused_io_vars() 307 nir_foreach_variable_with_modes_safe(var, shader, mode) { in get_unmoveable_components_masks() 1462 nir_foreach_variable_with_modes_safe(var, shader, mode) { in sort_varyings()
|
D | nir.h | 798 #define nir_foreach_variable_with_modes_safe(var, shader, modes) \ macro 806 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_in) 812 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_out) 818 nir_foreach_variable_with_modes_safe(var, shader, nir_var_uniform) 824 nir_foreach_variable_with_modes_safe(var, shader, nir_var_image)
|
D | nir_lower_system_values.c | 262 nir_foreach_variable_with_modes_safe(var, shader, nir_var_system_value) in nir_lower_system_values()
|
D | nir.c | 396 nir_foreach_variable_with_modes_safe(var, shader, modes) { in nir_sort_variables_with_modes()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | .clang-format | 58 - nir_foreach_variable_with_modes_safe
|
/third_party/mesa3d/src/freedreno/ |
D | .clang-format | 70 - nir_foreach_variable_with_modes_safe
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | .clang-format | 70 - nir_foreach_variable_with_modes_safe
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | .clang-format | 110 - nir_foreach_variable_with_modes_safe
|
D | d3d12_nir_passes.c | 588 nir_foreach_variable_with_modes_safe(var, nir, nir_var_uniform) { in d3d12_lower_state_vars() 622 nir_foreach_variable_with_modes_safe(var, nir, nir_var_uniform) { in d3d12_lower_state_vars() 954 nir_foreach_variable_with_modes_safe(var, s, nir_var_shader_out) { in d3d12_disable_multisampling() 961 nir_foreach_variable_with_modes_safe(var, s, nir_var_system_value) { in d3d12_disable_multisampling() 1047 nir_foreach_variable_with_modes_safe(var, s, nir_var_shader_out) { in d3d12_split_multistream_varyings()
|
/third_party/mesa3d/src/gallium/drivers/lima/standalone/ |
D | lima_compiler_cmdline.c | 66 nir_foreach_variable_with_modes_safe(var, nir, mode) { in sort_varyings()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | cmdline.c | 64 nir_foreach_variable_with_modes_safe (var, nir, mode) { in sort_varyings()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | cmdline.c | 97 nir_foreach_variable_with_modes_safe (var, nir, mode) { in sort_varyings()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 342 nir_foreach_variable_with_modes_safe(var, nir, nir_var_uniform) { in si_finalize_nir()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir_tess.c | 324 nir_foreach_variable_with_modes_safe(var, nir, nir_var_shader_out | nir_var_shader_in) { in dxil_nir_fixup_tess_level_for_domain()
|
D | dxil_nir_lower_int_cubemaps.c | 572 nir_foreach_variable_with_modes_safe(var, s, nir_var_uniform | nir_var_image) { in dxil_nir_lower_int_cubemaps()
|
D | dxil_nir.c | 1793 nir_foreach_variable_with_modes_safe(var, s, nir_var_shader_out) { in dxil_sort_ps_outputs() 1828 nir_foreach_variable_with_modes_safe(var, s, modes) { in dxil_reassign_driver_locations()
|
D | nir_to_dxil.c | 5191 nir_foreach_variable_with_modes_safe(var, s, nir_var_uniform) { in sort_uniforms_by_binding_and_remove_structs()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_cmdline.c | 85 nir_foreach_variable_with_modes_safe (var, nir, mode) { in sort_varyings()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | gl_nir_opt_dead_builtin_varyings.c | 410 nir_foreach_variable_with_modes_safe(var, shader->Program->nir, info->mode) { in replace_varyings()
|
D | gl_nir_link_varyings.c | 2160 nir_foreach_variable_with_modes_safe(var, shader, mode) { in remove_unused_io_vars() 2900 nir_foreach_variable_with_modes_safe(var, shader, mode) { in remove_unused_shader_inputs_and_outputs()
|
/third_party/mesa3d/src/microsoft/clc/ |
D | clc_compiler.c | 876 nir_foreach_variable_with_modes_safe(var, nir, nir_var_uniform) { in clc_spirv_to_dxil()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 1501 nir_foreach_variable_with_modes_safe(var, producer, nir_var_shader_out) { in zink_compiler_assign_io() 1509 nir_foreach_variable_with_modes_safe(var, consumer, nir_var_shader_in) { in zink_compiler_assign_io()
|