diff options
author | Jason Ekstrand <[email protected]> | 2016-03-25 10:23:25 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-04-10 20:43:47 -0700 |
commit | 7d58cfa36680206f7b81d47c6507e0b56b8468c5 (patch) | |
tree | 49fd506918fec56a8d48b57507d4740b6531a209 /src/compiler/nir/nir.h | |
parent | 875543e270de67e99ce049ca01b6cde8ac6911e1 (diff) |
nir: Add a pass for gathering various bits of shader info
Reviewed-by: Rob Clark <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir.h')
-rw-r--r-- | src/compiler/nir/nir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index c19ae5948bd..35b09c62334 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -2187,6 +2187,7 @@ bool nir_lower_locals_to_regs(nir_shader *shader); void nir_lower_outputs_to_temporaries(nir_shader *shader, nir_function *entrypoint); +void nir_shader_gather_info(nir_shader *shader, nir_function_impl *entrypoint); void nir_assign_var_locations(struct exec_list *var_list, unsigned *size, |