aco: move statistics enum to aco_shader_info.h

to make it accessible from the driver.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19721>
This commit is contained in:
Daniel Schürmann
2022-07-01 11:19:19 +02:00
committed by Marge Bot
parent 4306897979
commit efc0835787
6 changed files with 41 additions and 42 deletions
-1
View File
@@ -67,7 +67,6 @@ typedef void (aco_shader_part_callback)(void **priv_ptr,
const char *disasm_str,
uint32_t disasm_size);
extern const unsigned aco_num_statistics;
extern const struct aco_compiler_statistic_info* aco_statistic_infos;
void aco_compile_shader(const struct aco_compiler_options* options,