Home
last modified time | relevance | path

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

/third_party/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_lower_io_to_temporaries.c319 nir_foreach_variable_with_modes_safe(var, shader, mode) { in move_variables_to_list()
Dnir_linking_helpers.c143 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()
Dnir_lower_system_values.c246 nir_foreach_variable_with_modes_safe(var, shader, nir_var_system_value) in nir_lower_system_values()
Dnir.h695 #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)
Dnir.c309 nir_foreach_variable_with_modes_safe(var, shader, modes) { in nir_sort_variables_with_modes()
/third_party/mesa3d/src/gallium/drivers/i915/
D.clang-format58 - nir_foreach_variable_with_modes_safe
/third_party/mesa3d/src/gallium/drivers/freedreno/
D.clang-format70 - nir_foreach_variable_with_modes_safe
/third_party/mesa3d/src/freedreno/
D.clang-format70 - nir_foreach_variable_with_modes_safe
/third_party/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_compiler_cmdline.c66 nir_foreach_variable_with_modes_safe(var, nir, mode) { in sort_varyings()
/third_party/mesa3d/src/asahi/compiler/
Dcmdline.c64 nir_foreach_variable_with_modes_safe (var, nir, mode) { in sort_varyings()
/third_party/mesa3d/src/panfrost/bifrost/
Dcmdline.c96 nir_foreach_variable_with_modes_safe (var, nir, mode) { in sort_varyings()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_nir_passes.c477 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()
Dd3d12_lower_int_cubemap_to_array.c262 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/
Dir3_cmdline.c85 nir_foreach_variable_with_modes_safe (var, nir, mode) { in sort_varyings()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1548 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()
Dnir_to_dxil.c4401 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/
Dzink_compiler.c761 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/
Dsi_shader_nir.c814 nir_foreach_variable_with_modes_safe(var, nir, modes) { in si_lower_io()
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c929 nir_foreach_variable_with_modes_safe(var, nir, nir_var_uniform) { in clc_spirv_to_dxil()