Browse Source

vk: Update generated headers

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
Kristian Høgsberg Kristensen 10 years ago
parent
commit
963a1e35e7
2 changed files with 4 additions and 0 deletions
  1. 2
    0
      src/vulkan/gen75_pack.h
  2. 2
    0
      src/vulkan/gen7_pack.h

+ 2
- 0
src/vulkan/gen75_pack.h View File

@@ -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

+ 2
- 0
src/vulkan/gen7_pack.h View File

@@ -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

Loading…
Cancel
Save