intel/blorp: Allow BLORP calls to be predicated
[mesa.git] / src / intel / blorp / blorp.h
index d5226c224814738f8390e9036a5fb155269434e5..1e96fb42b06a3334b52998185b0ee0a0b1a4261c 100644 (file)
@@ -75,6 +75,9 @@ enum blorp_batch_flags {
     * hardware.
     */
    BLORP_BATCH_NO_EMIT_DEPTH_STENCIL = (1 << 0),
+
+   /* This flag indicates that the blorp call should be predicated. */
+   BLORP_BATCH_PREDICATE_ENABLE      = (1 << 1),
 };
 
 struct blorp_batch {