Enable UBWC by default
Needs fallback to uncompressed for a couple edge cases
- atomic image ops (probably)
- image and texture views w/ formats that do not support UBWC against a resource created with a format that does support UBWC
Probably in these cases, just fallback to uncompressed. Possibly we can re-use the resource shadow path?