Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com>
/// @brief All statistics generated by SWR go here. These are public
/// to driver.
/////////////////////////////////////////////////////////////////////////
-struct SWR_STATS
+OSALIGNLINE(struct) SWR_STATS
{
// Occlusion Query
uint64_t DepthPassCount; // Number of passing depth tests. Not exact.
///
/// @brief All statistics generated by FE.
/////////////////////////////////////////////////////////////////////////
-struct SWR_STATS_FE
+OSALIGNLINE(struct) SWR_STATS_FE
{
uint64_t IaVertices; // Number of Fetch Shader vertices
uint64_t IaPrimitives; // Number of PA primitives.