Revert "intel/blorp: Fix usage of uninitialized memory in key hashing"
[mesa.git] / src / intel / blorp / blorp.h
index ead261b6230cdf6a8e89bde7477d54efd169a2c0..afee0a96a8c9dbe3da418981212a5e6fff74bea6 100644 (file)
@@ -246,6 +246,10 @@ blorp_hiz_op(struct blorp_batch *batch, struct blorp_surf *surf,
              uint32_t level, uint32_t start_layer, uint32_t num_layers,
              enum isl_aux_op op);
 
+void
+blorp_hiz_stencil_op(struct blorp_batch *batch, struct blorp_surf *stencil,
+                     uint32_t level, uint32_t start_layer,
+                     uint32_t num_layers, enum isl_aux_op op);
 #ifdef __cplusplus
 } /* end extern "C" */
 #endif /* __cplusplus */