/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_nir_passes.c | 506 nir_foreach_variable_with_modes_safe(var, nir, nir_var_uniform) { in d3d12_lower_state_vars() 536 nir_foreach_variable_with_modes_safe(var, nir, nir_var_uniform) { in d3d12_lower_state_vars() 804 nir_foreach_variable_with_modes_safe(var, s, nir_var_shader_out) { in d3d12_disable_multisampling() 811 nir_foreach_variable_with_modes_safe(var, s, nir_var_system_value) { in d3d12_disable_multisampling() 911 nir_foreach_variable_with_modes_safe(var, s, nir_var_shader_out | nir_var_shader_in) { in d3d12_split_needed_varyings()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_global_vars_to_local.c | 80 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_temp) { in nir_lower_global_vars_to_local()
|
H A D | nir_split_per_member_structs.c | 163 …nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_in | nir_var_shader_out | nir_var… in nir_split_per_member_structs()
|
H A D | nir_linking_helpers.c | 178 nir_foreach_variable_with_modes_safe(var, shader, mode) { in nir_remove_unused_io_vars() 332 nir_foreach_variable_with_modes_safe(var, shader, mode) { in get_unmoveable_components_masks() 1470 nir_foreach_variable_with_modes_safe(var, shader, mode) { in sort_varyings()
|
H A D | nir_lower_io_to_temporaries.c | 314 nir_foreach_variable_with_modes_safe(var, shader, mode) { in move_variables_to_list()
|
H A D | nir.h | 917 #define nir_foreach_variable_with_modes_safe(var, shader, modes) \ macro 925 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_in) 931 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_out) 937 nir_foreach_variable_with_modes_safe(var, shader, nir_var_uniform) 943 nir_foreach_variable_with_modes_safe(var, shader, nir_var_image)
|
H A D | nir_lower_clip_cull_distance_arrays.c | 362 nir_foreach_variable_with_modes_safe(var, shader, in lower_distance_to_vec4()
|
H A D | nir_lower_system_values.c | 367 nir_foreach_variable_with_modes_safe(var, shader, nir_var_system_value) in nir_lower_system_values()
|
H A D | nir.c | 472 nir_foreach_variable_with_modes_safe(var, shader, modes) { in nir_sort_variables_with_modes()
|
/aosp_15_r20/external/virglrenderer/src/drm/ |
H A D | .clang-format | 70 - nir_foreach_variable_with_modes_safe
|
/aosp_15_r20/external/mesa3d/src/ |
H A D | .clang-format | 120 - nir_foreach_variable_with_modes_safe
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_lower_named_interface_blocks.c | 254 nir_foreach_variable_with_modes_safe(var, sh->Program->nir, in lower_named_interface_blocks()
|
H A D | gl_nir_opt_dead_builtin_varyings.c | 400 nir_foreach_variable_with_modes_safe(var, shader->Program->nir, info->mode) { in replace_varyings()
|
H A D | gl_nir_link_varyings.c | 3510 nir_foreach_variable_with_modes_safe(var, shader, mode) { in remove_unused_io_vars() 4251 nir_foreach_variable_with_modes_safe(var, shader, mode) { in remove_unused_shader_inputs_and_outputs()
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_tess.c | 329 nir_foreach_variable_with_modes_safe(var, nir, nir_var_shader_out | nir_var_shader_in) { in dxil_nir_fixup_tess_level_for_domain()
|
H A D | dxil_nir_lower_int_cubemaps.c | 546 nir_foreach_variable_with_modes_safe(var, s, nir_var_uniform | nir_var_image) { in dxil_nir_lower_int_cubemaps()
|
H A D | dxil_nir.c | 1534 nir_foreach_variable_with_modes_safe(var, s, nir_var_shader_out) { in dxil_sort_ps_outputs() 1612 nir_foreach_variable_with_modes_safe(var, s, modes) { in dxil_reassign_driver_locations()
|
H A D | nir_to_dxil.c | 5888 nir_foreach_variable_with_modes_safe(var, s, nir_var_uniform) { in sort_uniforms_by_binding_and_remove_structs()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cmdline.c | 67 nir_foreach_variable_with_modes_safe (var, nir, mode) { in sort_varyings()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_nir.c | 451 nir_foreach_variable_with_modes_safe(var, nir, nir_var_uniform) { in si_finalize_nir()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir.cpp | 426 nir_foreach_variable_with_modes_safe(var, shader, nir_var_uniform) { in r600_nir_lower_atomics()
|
/aosp_15_r20/external/mesa3d/src/microsoft/spirv_to_dxil/ |
H A D | dxil_spirv_nir.c | 841 nir_foreach_variable_with_modes_safe(var, nir, nir_var_mem_ubo | nir_var_mem_ssbo) { in merge_ubos_and_ssbos()
|
/aosp_15_r20/external/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler.c | 299 nir_foreach_variable_with_modes_safe(var, nir, nir_var_image) { in clc_lower_images()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 2990 nir_foreach_variable_with_modes_safe(var_out, producer, nir_var_shader_out) { in zink_compiler_assign_io() 2998 nir_foreach_variable_with_modes_safe(var_in, consumer, nir_var_shader_in) { in zink_compiler_assign_io()
|