aco: remove resource flags
After disabling SMEM stores, nir_opt_access()
now does the same analysis and we don't need this anymore. Doing it in isel is also too late if we want to lower descriptor loads in NIR.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
After disabling SMEM stores, nir_opt_access()
now does the same analysis and we don't need this anymore. Doing it in isel is also too late if we want to lower descriptor loads in NIR.