nir: make num_workgroups and workgroup_id 32 bit only
All drivers lowered them to 32 bit anyway and we can deal with this in nir_lower_system_values
just fine. Also there is no hardware available which really need a 64 bit system value here in the first place.
This makes it easier for drivers to support OpenCL.