Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_nir_passes.c506 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 Dnir_lower_global_vars_to_local.c80 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_temp) { in nir_lower_global_vars_to_local()
H A Dnir_split_per_member_structs.c163nir_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 Dnir_linking_helpers.c178 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 Dnir_lower_io_to_temporaries.c314 nir_foreach_variable_with_modes_safe(var, shader, mode) { in move_variables_to_list()
H A Dnir.h917 #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 Dnir_lower_clip_cull_distance_arrays.c362 nir_foreach_variable_with_modes_safe(var, shader, in lower_distance_to_vec4()
H A Dnir_lower_system_values.c367 nir_foreach_variable_with_modes_safe(var, shader, nir_var_system_value) in nir_lower_system_values()
H A Dnir.c472 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-format70 - nir_foreach_variable_with_modes_safe
/aosp_15_r20/external/mesa3d/src/
H A D.clang-format120 - nir_foreach_variable_with_modes_safe
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_named_interface_blocks.c254 nir_foreach_variable_with_modes_safe(var, sh->Program->nir, in lower_named_interface_blocks()
H A Dgl_nir_opt_dead_builtin_varyings.c400 nir_foreach_variable_with_modes_safe(var, shader->Program->nir, info->mode) { in replace_varyings()
H A Dgl_nir_link_varyings.c3510 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 Ddxil_nir_tess.c329 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 Ddxil_nir_lower_int_cubemaps.c546 nir_foreach_variable_with_modes_safe(var, s, nir_var_uniform | nir_var_image) { in dxil_nir_lower_int_cubemaps()
H A Ddxil_nir.c1534 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 Dnir_to_dxil.c5888 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 Dir3_cmdline.c67 nir_foreach_variable_with_modes_safe (var, nir, mode) { in sort_varyings()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c451 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 Dsfn_nir.cpp426 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 Ddxil_spirv_nir.c841 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 Dclc_compiler.c299 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 Dzink_compiler.c2990 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()