intel/brw: Add SHADER_OPCODE_VOTE_*
On top of !30496.
Add opcodes for VOTE_ALL, VOTE_ANY and VOTE_EQUAL. The first two are also used for the quad variants. Move their lowering from NIR conversion to brw_lower_subgroup_ops.
Edited by Caio Oliveira