aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-02-24 11:38:14 -0800
committerJason Ekstrand <[email protected]>2016-02-27 10:26:14 -0800
commit7363024cbda0c513ad76d22580ce363f30ae1eda (patch)
treea8af2194636975a08f205164a55b4dbd7f0226c3 /src/intel/vulkan/anv_private.h
parente9d126f23b66751ae644c3125668ecf5d1e0f86b (diff)
anv: Fill out image_param structs at view creation time
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r--src/intel/vulkan/anv_private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index 05cb77c5509..cb4f9736fdf 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -41,6 +41,7 @@
#endif
#include "brw_device_info.h"
+#include "brw_compiler.h"
#include "util/macros.h"
#include "util/list.h"
@@ -1659,6 +1660,8 @@ struct anv_image_view {
/** RENDER_SURFACE_STATE when using image as a storage image. */
struct anv_state storage_surface_state;
+
+ struct brw_image_param storage_image_param;
};
struct anv_image_create_info {
@@ -1717,6 +1720,8 @@ struct anv_buffer_view {
struct anv_state surface_state;
struct anv_state storage_surface_state;
+
+ struct brw_image_param storage_image_param;
};
const struct anv_format *