summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeonsi/si_pipe.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2022-05-10 11:47:33 +1000
committerMarge Bot <emma+marge@anholt.net>2022-05-11 02:08:08 +0000
commit14b1ed1ce105d42652f70e2fd13c90fc4f2e7ffc (patch)
tree3f0ff78d4bf1abbfa35895a6f532d7584327f674 /src/gallium/drivers/radeonsi/si_pipe.h
parent17fcbd874283442599f40f09107613aee1e754c1 (diff)
radeonsi: port tess ring calcs to the common helper.
This uses the common helper code to implement the tess ring sizing. One question is if radeonsi should be using tess_offchip_ring_offset in some places it's using tess_factor_ring_size? Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16415>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pipe.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_pipe.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h
index ebbee0b8aac..8b5b82dd6cc 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.h
+++ b/src/gallium/drivers/radeonsi/si_pipe.h
@@ -572,10 +572,7 @@ struct si_screen {
unsigned pa_sc_raster_config_1;
unsigned se_tile_repeat;
unsigned gs_table_depth;
- unsigned tess_offchip_block_dw_size;
- unsigned tess_offchip_ring_size;
- unsigned tess_factor_ring_size;
- unsigned vgt_hs_offchip_param;
+ struct ac_hs_info hs;
unsigned eqaa_force_coverage_samples;
unsigned eqaa_force_z_samples;
unsigned eqaa_force_color_samples;