Searched refs:nir_foreach_variable_with_modes_safe (Results 1 – 21 of 21) sorted by relevance
/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 | 143 nir_foreach_variable_with_modes_safe(var, shader, mode) { in nir_remove_unused_io_vars() 292 nir_foreach_variable_with_modes_safe(var, shader, mode) { in get_unmoveable_components_masks() 1402 nir_foreach_variable_with_modes_safe(var, shader, mode) { in sort_varyings()
|
D | nir_lower_system_values.c | 246 nir_foreach_variable_with_modes_safe(var, shader, nir_var_system_value) in nir_lower_system_values()
|
D | nir.h | 695 #define nir_foreach_variable_with_modes_safe(var, shader, modes) \ macro 703 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_in) 709 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_out) 715 nir_foreach_variable_with_modes_safe(var, shader, nir_var_uniform)
|
D | nir.c | 309 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/gallium/drivers/freedreno/ |
D | .clang-format | 70 - 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/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 | 96 nir_foreach_variable_with_modes_safe (var, nir, mode) { in sort_varyings()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_nir_passes.c | 477 nir_foreach_variable_with_modes_safe(var, nir, nir_var_uniform) { in d3d12_lower_state_vars() 511 nir_foreach_variable_with_modes_safe(var, nir, nir_var_uniform) { in d3d12_lower_state_vars()
|
D | d3d12_lower_int_cubemap_to_array.c | 262 nir_foreach_variable_with_modes_safe(var, s, nir_var_uniform) { in d3d12_lower_int_cubmap_to_array()
|
/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/microsoft/compiler/ |
D | dxil_nir.c | 1548 nir_foreach_variable_with_modes_safe(var, s, nir_var_shader_out) { in dxil_sort_ps_outputs() 1583 nir_foreach_variable_with_modes_safe(var, s, modes) { in dxil_reassign_driver_locations()
|
D | nir_to_dxil.c | 4401 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/zink/ |
D | zink_compiler.c | 761 nir_foreach_variable_with_modes_safe(var, producer, nir_var_shader_out) { in zink_compiler_assign_io() 769 nir_foreach_variable_with_modes_safe(var, consumer, nir_var_shader_in) { in zink_compiler_assign_io()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 814 nir_foreach_variable_with_modes_safe(var, nir, modes) { in si_lower_io()
|
/third_party/mesa3d/src/microsoft/clc/ |
D | clc_compiler.c | 929 nir_foreach_variable_with_modes_safe(var, nir, nir_var_uniform) { in clc_spirv_to_dxil()
|