From 8e2729fbb8686cba2a54086e5088a5ca4c41b39d Mon Sep 17 00:00:00 2001 From: Nanley Chery Date: Tue, 25 Apr 2017 13:32:34 -0700 Subject: intel/blorp: Allow BLORP calls to be predicated Signed-off-by: Nanley Chery Reviewed-by: Jason Ekstrand --- src/intel/blorp/blorp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/intel/blorp/blorp.h') diff --git a/src/intel/blorp/blorp.h b/src/intel/blorp/blorp.h index d5226c22481..1e96fb42b06 100644 --- a/src/intel/blorp/blorp.h +++ b/src/intel/blorp/blorp.h @@ -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 { -- cgit v1.2.3