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:
committed by
Marge Bot
parent
4306897979
commit
efc0835787
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user