nir: add new SSA instruction scheduler grouping loads into indirection groups

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13604>
This commit is contained in:
Marek Olšák
2021-10-26 20:00:58 -04:00
committed by Marge Bot
parent acddf83c95
commit 33b4eb149e
3 changed files with 493 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ files_libnir = files(
'nir_gather_info.c',
'nir_gather_ssa_types.c',
'nir_gather_xfb_info.c',
'nir_group_loads.c',
'nir_gs_count_vertices.c',
'nir_inline_functions.c',
'nir_inline_uniforms.c',