mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 09:40:08 +01:00
blorp: Assert that BLORP_BATCH_PREDICATE_ENABLE isn't set for compute
We don't support this, so make sure it isn't happening. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13524>
This commit is contained in:
parent
5dc36e5e93
commit
f0744ebef2
1 changed files with 1 additions and 0 deletions
|
|
@ -2098,6 +2098,7 @@ static void
|
|||
blorp_exec_compute(struct blorp_batch *batch, const struct blorp_params *params)
|
||||
{
|
||||
assert(!(batch->flags & BLORP_BATCH_NO_UPDATE_CLEAR_COLOR));
|
||||
assert(!(batch->flags & BLORP_BATCH_PREDICATE_ENABLE));
|
||||
assert(params->hiz_op == ISL_AUX_OP_NONE);
|
||||
|
||||
#if GFX_VER >= 7
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue