diff options
author | Jason Ekstrand <[email protected]> | 2017-03-29 22:24:50 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-04-10 07:57:21 -0700 |
commit | f93dc5beeed8076254998b713dde2b2211bda3b8 (patch) | |
tree | 5b5991dc4e84cb5eedf4f74913d99bc7e9dc2c1a /src/intel/isl | |
parent | bf95f7c2098efc1771385b3db02c16f377e53d8f (diff) |
anv: Use ISL for emitting depth/stencil/hiz
Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/intel/isl')
-rw-r--r-- | src/intel/isl/isl.h | 2 | ||||
-rw-r--r-- | src/intel/isl/isl_emit_depth_stencil.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h index 1172c4e82b0..7778551579d 100644 --- a/src/intel/isl/isl.h +++ b/src/intel/isl/isl.h @@ -1071,7 +1071,7 @@ struct isl_depth_stencil_hiz_emit_info { uint32_t mocs; /** - * The HiZ surfae or NULL if HiZ is disabled. + * The HiZ surface or NULL if HiZ is disabled. */ const struct isl_surf *hiz_surf; enum isl_aux_usage hiz_usage; diff --git a/src/intel/isl/isl_emit_depth_stencil.c b/src/intel/isl/isl_emit_depth_stencil.c index 4869659c627..41a01be6f16 100644 --- a/src/intel/isl/isl_emit_depth_stencil.c +++ b/src/intel/isl/isl_emit_depth_stencil.c @@ -41,7 +41,7 @@ __gen_combine_address(void *data, void *loc, uint64_t addr, uint32_t delta) #define __PASTE(x, y) __PASTE2(x, y) #define isl_genX(x) __PASTE(isl_, genX(x)) -static const uint32_t isl_to_gen_ds_surftype [] = { +static const uint32_t isl_to_gen_ds_surftype[] = { #if GEN_GEN >= 9 /* From the SKL PRM, "3DSTATE_DEPTH_STENCIL::SurfaceType": * |