freedreno/a6xx: use single format enum
Loses some information about which formats can be used in which cases, but we encode that information in the format table anyway.
Important notes:
- RB6_R10G10B10A2_UNORM becomes FMT6_R10G10B10A2_UNORM_DEST
- TFMT6_8_8_8_UNORM becomes FMT6_8_8_8_X8_UNORM (not FMT6_8_8_8_UNORM)