iris/gen9: Optimize slice and subslice load balancing behavior.
[mesa.git] / src / gallium / drivers / iris / iris_genx_protos.h
index 623eb6b4802869f12e82d37a674e44cd79cce9da..16da78d7e9f1d8ade700b7ac9f52fcc666ae5d14 100644 (file)
@@ -33,6 +33,10 @@ void genX(emit_urb_setup)(struct iris_context *ice,
                           struct iris_batch *batch,
                           const unsigned size[4],
                           bool tess_present, bool gs_present);
+void genX(emit_hashing_mode)(struct iris_context *ice,
+                             struct iris_batch *batch,
+                             unsigned width, unsigned height,
+                             unsigned scale);
 
 /* iris_blorp.c */
 void genX(init_blorp)(struct iris_context *ice);