Home
last modified time | relevance | path

Searched refs:nir_sort_variables_with_modes (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1535 nir_sort_variables_with_modes(s, variable_location_cmp, modes); in dxil_sort_by_driver_location()
1567 nir_sort_variables_with_modes(s, variable_location_cmp, in dxil_sort_ps_outputs()
1590 nir_sort_variables_with_modes(s, variable_location_cmp, modes); in dxil_reassign_driver_locations()
/third_party/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c2051 nir_sort_variables_with_modes(c->s, driver_location_compare, in ntq_setup_gs_inputs()
2096 nir_sort_variables_with_modes(c->s, driver_location_compare, in ntq_setup_fs_inputs()
/third_party/mesa3d/src/compiler/nir/
Dnir.c298 nir_sort_variables_with_modes(nir_shader *shader, in nir_sort_variables_with_modes() function
Dnir.h3925 void nir_sort_variables_with_modes(nir_shader *shader,
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c405 nir_sort_variables_with_modes(c->s, ntt_sort_by_location, nir_var_shader_out); in ntt_setup_outputs()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst2169 - microsoft/compiler: Switch io sort to use nir_sort_variables_with_modes
2661 - broadcom/compiler: use nir_sort_variables_with_modes