This adds VALIGN_2 and VALIGN_4 defines for IVB and HSW RENDER_SURFACE_STATE. Signed-off-by: Kristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>tags/12.0-branchpoint
| @@ -7636,6 +7636,8 @@ struct GEN75_RENDER_SURFACE_STATE { | |||
| uint32_t SurfaceType; | |||
| bool SurfaceArray; | |||
| uint32_t SurfaceFormat; | |||
| #define VALIGN_2 0 | |||
| #define VALIGN_4 1 | |||
| uint32_t SurfaceVerticalAlignment; | |||
| #define HALIGN_4 0 | |||
| #define HALIGN_8 1 | |||
| @@ -6355,6 +6355,8 @@ struct GEN7_RENDER_SURFACE_STATE { | |||
| uint32_t SurfaceType; | |||
| bool SurfaceArray; | |||
| uint32_t SurfaceFormat; | |||
| #define VALIGN_2 0 | |||
| #define VALIGN_4 1 | |||
| uint32_t SurfaceVerticalAlignment; | |||
| #define HALIGN_4 0 | |||
| #define HALIGN_8 1 | |||