Skip to content

nir/lower_subgroups: Handle down-casts in uint_to_ballot_type

Faith Ekstrand requested to merge gfxstrand/mesa:review/nir-subgroups-zink into main

This is required for Zink where the API ballot type is a uint64_t and the "hardware" ballot type is uvec4.

Reviewed-By: Mike Blumenkrantz michael.blumenkrantz@gmail.com

Merge request reports