intel/ds: track predication of blorp operations
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23523>
This commit is contained in:

committed by
Marge Bot

parent
97efa57531
commit
f92bff9198
@@ -57,7 +57,8 @@ static void blorp_measure_end(struct blorp_batch *_batch,
|
||||
params->num_samples,
|
||||
params->shader_pipeline,
|
||||
params->dst.view.format,
|
||||
params->src.view.format);
|
||||
params->src.view.format,
|
||||
(_batch->flags & BLORP_BATCH_PREDICATE_ENABLE));
|
||||
}
|
||||
|
||||
static void *
|
||||
|
Reference in New Issue
Block a user