Searched refs:nir_sort_variables_with_modes (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir.c | 1535 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/ |
D | nir_to_vir.c | 2051 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/ |
D | nir.c | 298 nir_sort_variables_with_modes(nir_shader *shader, in nir_sort_variables_with_modes() function
|
D | nir.h | 3925 void nir_sort_variables_with_modes(nir_shader *shader,
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 405 nir_sort_variables_with_modes(c->s, ntt_sort_by_location, nir_var_shader_out); in ntt_setup_outputs()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.0.rst | 2169 - microsoft/compiler: Switch io sort to use nir_sort_variables_with_modes 2661 - broadcom/compiler: use nir_sort_variables_with_modes
|