summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/swr/rasterizer/core/state.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/core/state.h b/src/gallium/drivers/swr/rasterizer/core/state.h
index 47ffacf53ff..084ca548375 100644
--- a/src/gallium/drivers/swr/rasterizer/core/state.h
+++ b/src/gallium/drivers/swr/rasterizer/core/state.h
@@ -234,13 +234,12 @@ struct SWR_VS_CONTEXT
uint32_t InstanceID; // IN: Instance ID, constant across all verts of the SIMD
simdscalari VertexID; // IN: Vertex ID
simdscalari mask; // IN: Active mask for shader
-#if USE_SIMD16_FRONTEND
+
+ // SIMD16 Frontend fields.
uint32_t AlternateOffset; // IN: amount to offset for interleaving even/odd simd8 in simd16vertex output
-#if USE_SIMD16_VS
simd16scalari mask16; // IN: Active mask for shader (16-wide)
simd16scalari VertexID16; // IN: Vertex ID (16-wide)
-#endif
-#endif
+
SWR_SHADER_STATS stats; // OUT: shader statistics used for archrast.
};