Skip to content

ibc: Add enum ibc_predicate

Caio Oliveira requested to merge cmarcelo/mesa:r/ibc-predicate into ibc

Unlike the brw_predicate, the IBC version also holds a bit indicating if the predicate is inverted. Change code all around to drop pred_inverse and use the bit when appropriate.

Merge request reports