[Mesa-dev] [PATCH 03/12] anv: Add anv_image::hiz_surface
Nanley Chery
nanleychery at gmail.com
Thu Sep 1 03:29:49 UTC 2016
From: Chad Versace <chad.versace at intel.com>
Unused.
Nanley Chery (amend):
- Remove wip! tag
Signed-off-by: Nanley Chery <nanley.g.chery at intel.com>
---
src/intel/vulkan/anv_private.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index f24020c..8964e3f 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -1654,6 +1654,7 @@ anv_setup_pipeline_l3_config(struct anv_pipeline *pipeline);
* Subsurface of an anv_image.
*/
struct anv_surface {
+ /** Valid only if isl_surf::size > 0. */
struct isl_surf isl;
/**
@@ -1700,6 +1701,7 @@ struct anv_image {
struct {
struct anv_surface depth_surface;
+ struct anv_surface hiz_surface;
struct anv_surface stencil_surface;
};
};
--
2.9.3
More information about the mesa-dev
mailing list