Shaves 30k off of the 1.6M .c file, and makes for less noise for me
trying to understand how gallium formats actually work.
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
for format in formats:
if not is_format_hand_written(format):
- if is_format_supported(format):
+ if is_format_supported(format) and not format.is_bitmask():
generate_format_type(format)
if format.is_pure_unsigned():