diff options
author | Dave Airlie <[email protected]> | 2018-01-24 12:53:26 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2018-01-25 06:47:28 +1000 |
commit | 298554541da220ebdcd9aa9b9055ede2481d5817 (patch) | |
tree | cff794b944778b29b60e5a8f6e4737f7edd396be /src/amd/vulkan/radv_private.h | |
parent | 125c0529f3bb9607e2962acb95b2d4b97639b864 (diff) |
radv: move spi_baryc_cntl to pipeline
We need to enable the pos float location 2 mode anytime we have
persample not just when forced by the frag shader.
This fixes:
dEQP-VK.pipeline.multisample.min_sample_shading*
Fixes: 58c97a079 (radv: enable location at sample when persample is forced.)
Reviewed-by: Samuel Pitoiset <[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 711ae719266..f650b9a360e 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -1239,6 +1239,7 @@ struct radv_pipeline { struct radv_binning_state bin; uint32_t db_shader_control; uint32_t shader_z_format; + uint32_t spi_baryc_cntl; unsigned prim; unsigned gs_out; uint32_t vgt_gs_mode; |