diff options
Diffstat (limited to 'src/intel/blorp/blorp.h')
-rw-r--r-- | src/intel/blorp/blorp.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/intel/blorp/blorp.h b/src/intel/blorp/blorp.h index 823475b6075..ff60567fc4e 100644 --- a/src/intel/blorp/blorp.h +++ b/src/intel/blorp/blorp.h @@ -155,8 +155,20 @@ blorp_clear_depth_stencil(struct blorp_batch *batch, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, bool clear_depth, float depth_value, uint8_t stencil_mask, uint8_t stencil_value); +bool +blorp_can_hiz_clear_depth(uint8_t gen, enum isl_format format, + uint32_t num_samples, + uint32_t x0, uint32_t y0, + uint32_t x1, uint32_t y1); void +blorp_gen8_hiz_clear_attachments(struct blorp_batch *batch, + uint32_t num_samples, + uint32_t x0, uint32_t y0, + uint32_t x1, uint32_t y1, + bool clear_depth, bool clear_stencil, + uint8_t stencil_value); +void blorp_clear_attachments(struct blorp_batch *batch, uint32_t binding_table_offset, enum isl_format depth_format, |