summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2015-11-08 12:12:46 +0100
committerMarek Olšák <[email protected]>2015-11-13 19:54:42 +0100
commit4acd856088c31ab7ebbfbe5010db1fbcca72845c (patch)
treecb445516b309bd5efcd44898d4647c5f8ec24077 /src/gallium/drivers/radeonsi/si_shader.h
parenta0cf58996197d99cc7d743b76be977cc2359dca9 (diff)
radeonsi: calculate ESGS_RING_ITEMSIZE in create_shader
Reviewed-by: Michel Dänzer <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_shader.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_shader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader.h b/src/gallium/drivers/radeonsi/si_shader.h
index 1dd25227e9d..b87fb715aac 100644
--- a/src/gallium/drivers/radeonsi/si_shader.h
+++ b/src/gallium/drivers/radeonsi/si_shader.h
@@ -202,6 +202,7 @@ struct si_shader_selector {
bool forces_persample_interp_for_persp;
bool forces_persample_interp_for_linear;
+ unsigned esgs_itemsize;
unsigned gs_output_prim;
unsigned gs_max_out_vertices;
unsigned gs_num_invocations;