Skip to content

lima/ppir: add lowering for fall_equal and fany_nequal

Erico Nunes requested to merge enunes/mesa:lima-ppir-lower-fall-equal into master

This adds lowering for fall_equal{2,3,4} and fany_nequal{2,3,4} nir ops. The lowering is based on what the offline shader compiler does, and the implementation is based on the implementation for ppir_op_dot.

Edited by Erico Nunes

Merge request reports