diff options
author | Bas Nieuwenhuizen <[email protected]> | 2017-08-16 21:57:29 +0200 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-08-24 19:20:47 +0200 |
commit | c848e642d2ec75ed6b58fe15e6ac13cbfbe1e85c (patch) | |
tree | e5890920f850d55ac0ccd281c5ae8b406bc22f71 /src/amd/common/ac_shader_info.h | |
parent | 43595db30274f714e2b1f6120c2f5ec4c41614fe (diff) |
ac/nir: Determine if input attachments are used in the info pass.
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/common/ac_shader_info.h')
-rw-r--r-- | src/amd/common/ac_shader_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/common/ac_shader_info.h b/src/amd/common/ac_shader_info.h index 965ad542a2a..886b5e84b57 100644 --- a/src/amd/common/ac_shader_info.h +++ b/src/amd/common/ac_shader_info.h @@ -38,6 +38,7 @@ struct ac_shader_info { struct { bool force_persample; bool needs_sample_positions; + bool uses_input_attachments; } ps; struct { uint8_t grid_components_used; |