radv: move compiler statistics to ACO

They are really specific to ACO.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7061>
This commit is contained in:
Samuel Pitoiset
2020-10-08 13:14:21 +02:00
committed by Marge Bot
parent 97afb2a0a9
commit e3e8d13ada
5 changed files with 18 additions and 18 deletions

View File

@@ -45,8 +45,6 @@
#include "util/debug.h"
#include "ac_exp_param.h"
#include "aco_interface.h"
static const struct nir_shader_compiler_options nir_options = {
.vertex_id_zero_based = true,
.lower_scmp = true,