mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 21:30:09 +01:00
anv: Add anv_image::hiz_surface
Unused. Signed-off-by: Nanley Chery <nanley.g.chery@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
814fa12379
commit
fe40d026a1
1 changed files with 2 additions and 0 deletions
|
|
@ -1648,6 +1648,7 @@ anv_pipeline_setup_l3_config(struct anv_pipeline *pipeline, bool needs_slm);
|
|||
* Subsurface of an anv_image.
|
||||
*/
|
||||
struct anv_surface {
|
||||
/** Valid only if isl_surf::size > 0. */
|
||||
struct isl_surf isl;
|
||||
|
||||
/**
|
||||
|
|
@ -1694,6 +1695,7 @@ struct anv_image {
|
|||
|
||||
struct {
|
||||
struct anv_surface depth_surface;
|
||||
struct anv_surface hiz_surface;
|
||||
struct anv_surface stencil_surface;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue