X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fintel%2Fblorp%2Fblorp.h;h=1a38cc96509429126b3c69d20dbd0ab4f2411d45;hb=72878f9f53b9a44dd8575c7b8d1929c8995c1876;hp=4351cb18121553c42e1a114a55aaf9e821381f6d;hpb=0aea29cc1ce0c97e1cffb6aaff78c7dd754b8191;p=mesa.git diff --git a/src/intel/blorp/blorp.h b/src/intel/blorp/blorp.h index 4351cb18121..1a38cc96509 100644 --- a/src/intel/blorp/blorp.h +++ b/src/intel/blorp/blorp.h @@ -156,6 +156,17 @@ blorp_clear_depth_stencil(struct blorp_batch *batch, bool clear_depth, float depth_value, uint8_t stencil_mask, uint8_t stencil_value); +void +blorp_clear_attachments(struct blorp_batch *batch, + uint32_t binding_table_offset, + enum isl_format depth_format, + uint32_t num_samples, + uint32_t start_layer, uint32_t num_layers, + uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, + bool clear_color, union isl_color_value color_value, + bool clear_depth, float depth_value, + uint8_t stencil_mask, uint8_t stencil_value); + void blorp_ccs_resolve(struct blorp_batch *batch, struct blorp_surf *surf, enum isl_format format);