diff options
author | Dave Airlie <[email protected]> | 2017-03-28 11:33:35 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-03-28 17:40:08 +1000 |
commit | cd33a5c1cb68d8c7e67f4724cc19bb92a405c796 (patch) | |
tree | f8f50a195fdb00bd9951802ab040b178d0bf1f94 /src/amd/vulkan/radv_private.h | |
parent | d43691ce775ed7bd525b5d195cc6e17b7c15574e (diff) |
radv: move vgt_gs_mode value to pipeline.
No need to recalculate this everytime.
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r-- | src/amd/vulkan/radv_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index 433cba7d282..dcd738a54f4 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -957,6 +957,7 @@ struct radv_pipeline { struct radv_multisample_state ms; unsigned prim; unsigned gs_out; + uint32_t vgt_gs_mode; bool prim_restart_enable; unsigned esgs_ring_size; unsigned gsvs_ring_size; |